Standalone Vidalia won't launch on Fedora 19+
View options
- Truncate descriptions
On Fedora 19 and 20, standalone Vidalia won't run:
$ ./start-vidalia
./App/vidalia: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
Fedora 19/20 ships with libssl.so.1.0.1e, and a symlink to it, libssl.so.10.
Now observe this:
$ LD_LIBRARY_PATH=./Lib ldd App/vidalia | grep ssl
libssl.so.1.0.0 => not found
$ ldd App/vidalia | grep ssl
libssl.so.10 => /lib64/libssl.so.10 (0x00000036a2c00000)
Consequently, because I have Qt installed, running the App/vidalia executable directly works.
(I am confused.)
Trac:
Username: sqrt2
- Show labels
- Show closed items