I had a similar issue with v8 on FreeBSD. The fBSD port system already had
v8 installed and node was linked to that version rather than the supported
local Node version.

On Tue, Jun 26, 2012 at 8:47 AM, Ben Noordhuis <i...@bnoordhuis.nl> wrote:

> 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.
>



-- 
James Gosnell, ACP

Reply via email to