Re: [nodejs] Re: Build fat binary on Linux

2012-03-17 Thread Nathan Rajlich
If you install any of the v0.7.x releases than OpenSSL is statically compiled into node by default. On Sat, Mar 17, 2012 at 12:21 PM, Jarek Foksa wrote: > If I build Node.js on 32-bit system and then I execute it on AMD-64 > machine it fails to run because of missing libssl.so.1.0.0 library. > >

[nodejs] Re: Build fat binary on Linux

2012-03-17 Thread Jarek Foksa
If I build Node.js on 32-bit system and then I execute it on AMD-64 machine it fails to run because of missing libssl.so.1.0.0 library. Perhaps it would be possible to compile Node so that libssl is linked statically? I need Node to be working out of the box, I can't ask users to install additiona