On Tue, Jun 26, 2012 at 5:35 AM, Dean Mao <dean...@gmail.com> wrote: > I ran it with gdb, it looks like it crashed in SSL_library_init(). I also > ran ldd on node 0.6.19 and saw that libssl & crypto are shown there, yet in > node 0.8.0 they are not linked -- does node 0.8.0 rely on external modules > for ssl support?
As Robert pointed out, we bundle openssl and link it statically into the node binary. Does libqt link to openssl somehow? If yes, there's your problem - it's linking to another version of openssl.