I'm trying to build node on the ancient CentOS 4 without root access. 
Compiling node --without-ssl works fine. To get it to compile with ssl, I 
installed openssl to /home/httpd/openssl. Then I ./configure 
--openssl-libpath=/home/httpd/openssl/lib 
--openssl-includes=/home/httpd/openssl/include --prefix=/home/httpd/node, 
which works fine. Make does its thing successfully, and make install works 
fine. But when I run /home/httpd/node/bin/node, the only output is: 
"/home/httpd/node/bin/node: error while loading shared libraries: 
libssl.so.1.0.0: cannot open shared object file: No such file or directory".

I tried making a symlink from /home/httpd/openssl/lib/libssl.so.1.0.0 to 
node/bin and node/lib, but neither changed anything. How can I help the 
node binary find libssl.so?

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to