Skip to content
Snippets Groups Projects
Closed Standalone Vidalia won't launch on Fedora 19+
  • View options
  • Standalone Vidalia won't launch on Fedora 19+

  • View options
  • Closed Issue created by Trac

    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

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading