Page 1 of 1

ARIA 2

Posted: 27 Nov 2021, 03:14
by fabroupt
Hello,
I have a problem with my F5-221 and application ARIA2, it's installed correctly but impossible to launch and no error message.
Anyone have same problem or know how to resolve?
regards

Re: ARIA 2

Posted: 27 Nov 2021, 17:21
by TMSupport
Please try to uninstall Aria 2 and install it again.

Re: ARIA 2

Posted: 07 Dec 2021, 05:33
by REBELinBLUE
fabroupt did you solve this? I have exactly the same issue

Uninstalled it, reinstalled and it fails to start with no error.

I guess this is why, if I launch it from SSH

Code: Select all

❯ /usr/local/bin/aria2c
/usr/local/bin/aria2c: error while loading shared libraries: libuv.so.1: cannot open shared object file: No such file or directory

Re: ARIA 2

Posted: 07 Dec 2021, 05:47
by REBELinBLUE
Ah

I actually figured out my problem so yours might be the same

I changed the shell of the admin user to fish and LB_LIBRARY_PATH wasn't defined for it

I added to ~/.config/fish/config.fish

Code: Select all

set -xg LD_LIBRARY_PATH /lib /lib64 /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64 /opt/lib
set -xg PATH /usr/sbin /usr/bin /sbin /bin /usr/local/bin /usr/local/sbin /opt/bin /opt/sbin
(/opt ones only need if entware is installed, which is unsupported)