-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while loading shared libraries: libmoosenordvpnapp.so #698
Comments
that is because it was not installed correctly, that is maybe it was not package correctly. or you did some crazy stuff with sudo ?? also list the files from you package how you installed them what scripts was running and so on. Ans use a better title for the bug. like I have this problem is better to say /run/nordvpn/nordvpnd.sock not found and libmoosenordvpnapp.so missing or something.. but that is probably your distributions fault. probably |
Hi, thanks for reporting. As @noisecode3 suggests, it would be super useful to know more details. We had similar issue some time ago while developing, so maybe there is something wrong I'll try to reproduce this, but I need more info:
I'm also updating the title |
hello, /run/nordvpn/nordvpnd |
for the time being I solved it I installed the old |
Hmm, it's kind of weird what you are experiencing 🤔 , I tried to reproduce this on my machine but it's working properly. I'm installing debian in VM and I'll try again. In the meantime, could you get logs from the app when you are trying to restart it? terminal 1
terminal 2
|
this log is from yesterday |
Your logs show that the daemon still can't load properly because of missing
The error saying This is what I see in
Do you see all those files? If those files are in place, then next place to check is to see if you have file
This file informs the system linker where to look for the You can also use
Do you have similar results? |
these are the files in my system /etc |
Nice, thank you for the quick updates. So it looks like the installation process did not work properly. After installation you should see libraries in the I tried to reproduce what you are experiencing this on the VM with debian 12, but without success Can you show me the logs from the installation process? Specifically, logs printed when you run |
Hi, sorry for late response I don't see any issues with installation process on your screen. The package installer GUI shows the What is super weird in your case is that sometimes you have What we can also do is to see if your package is not damage somehow when you download it (I highly doubt that case). Could you send the package which is failing to install on your side? |
after the latest update 3.19.2
connect root:
/run/nordvpn/nordvpnd.sock not found.
The NordVPN background service isn't running. Execute the "systemctl enable --now nordvpnd" command with root privileges to start the background service. If you're using NordVPN in an environment without systemd (a container, for example), use the "/etc/init.d/nordvpn start" command
systemctl status nordvpnd.service
● nordvpnd.service - NordVPN Daemon
Loaded: loaded (/lib/systemd/system/nordvpnd.service; enabled; preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Thu 2024-11-28 20:13:09 CET; 2s ago
TriggeredBy: ● nordvpnd.socket
Process: 178694 ExecStart=/usr/sbin/nordvpnd (code=exited, status=127)
Main PID: 178694 (code=exited, status=127)
CPU: 4ms
connect a normal user:
nordvpnd connect
nordvpnd: error while loading shared libraries: libmoosenordvpnapp.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: