[tor-bugs] #10733 [Tor bundles/installation]: Standalone Vidalia won't launch on Fedora 19+

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Jan 25 20:53:30 UTC 2014


#10733: Standalone Vidalia won't launch on Fedora 19+
--------------------------------------+-----------------------
 Reporter:  sqrt2                     |          Owner:  erinn
     Type:  defect                    |         Status:  new
 Priority:  normal                    |      Milestone:
Component:  Tor bundles/installation  |        Version:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
--------------------------------------+-----------------------
 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.)

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10733>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list