[tor-bugs] #10733 [Tor bundles/installation]: Standalone Vidalia won't launch on Fedora 19+
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Jan 29 09:53:14 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:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
------------------------------------------+-------------------
Comment (by sqrt2):
{{{
$ LD_LIBRARY_PATH=./Lib ldd -r App/vidalia 2>&1 | grep ^undef | head
undefined symbol: SSL_CTX_free (./Lib/libQtNetwork.so.4)
undefined symbol: SSLv23_client_method (./Lib/libQtNetwork.so.4)
undefined symbol: X509_NAME_ENTRY_get_object (./Lib/libQtNetwork.so.4)
undefined symbol: BIO_ctrl (./Lib/libQtNetwork.so.4)
undefined symbol: PEM_read_bio_DSAPrivateKey (./Lib/libQtNetwork.so.4)
undefined symbol: CRYPTO_set_locking_callback (./Lib/libQtNetwork.so.4)
undefined symbol: X509_dup (./Lib/libQtNetwork.so.4)
undefined symbol: i2d_X509 (./Lib/libQtNetwork.so.4)
undefined symbol: PEM_read_bio_DSA_PUBKEY (./Lib/libQtNetwork.so.4)
undefined symbol: SSLv3_server_method (./Lib/libQtNetwork.so.4)
}}}
So in the case of launching vidalia with the bundled libQtNetwork, ld.so
attempts to load libssl as provided on the build system, whereas if
vidalia is launched directly, the local libQtNetwork works loads the local
libssl just fine.
Bundling libssl-1.0.0.so with Vidalia should fix this.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10733#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list