This is an odd problem, using --openssl-libpath makes it find the correct
path but it doesn't seem to compile with ssl support.

root@int:/tmp/nodejs# ./configure --debug --openssl-libpath=/usr/lib
Checking for program g++ or c++          : /usr/bin/g++
Checking for program cpp                 : /usr/bin/cpp
Checking for program ar                  : /usr/bin/ar
Checking for program ranlib              : /usr/bin/ranlib
Checking for g++                         : ok
Checking for program gcc or cc           : /usr/bin/gcc
Checking for gcc                         : ok
Checking for library dl                  : yes
Checking for function SSL_library_init   : yes
Checking for header openssl/crypto.h     : yes
Checking for library util                : yes
Checking for library rt                  : yes
Checking for fdatasync(2) with c++       : yes
'configure' finished successfully (0.436s)

and  node --vars doesn't say anything.

root@int:/tmp/nodejs# node --vars
root@int:/tmp/nodejs#

Any ideas?


On Mon, Mar 19, 2012 at 6:10 PM, Camilo Aguilar <[email protected]>wrote:

> I'm using node 0.6.13, and I think I know what it's. The configure script
> failed looking for openssl. It wasn't happening in previous versions
> though.
>
> On Mon, Mar 19, 2012 at 6:04 PM, Camilo Aguilar <[email protected]>wrote:
>
>> node: relocation error: node: symbol BIO_test_flags, version
>> OPENSSL_0.9.8 not defined in file libcrypto.so.0.9.8 with link time
>> reference
>>
>> Thanks in advance!
>>
>
>

Reply via email to