On Mon, Jun 18, 2012 at 11:56 PM, Thomas Shinnick <[email protected]> wrote:
> 0.6.19 comes with its own copy of OpenSSL 0.9.8r .
> It would seem logical to use that to build node when not using the system
> lib and not wanting to build one's own lib. Especially as I don't control
> the server and openssl-dev is not installed, so I have
> to build with an own copy of some provenance.
>
> But I can't figure out how to force the packaged OpenSSL to build and link.
>
> And in any case, I can't figure out how to build node with a static OpenSSL,
> even when building a downloaded tarball.
>
> Any suggestions how to either:
>   - build the packaged OpenSSL and link statically with node
>   - build a downloaded OpenSSL and link statically with node
>
> I saw Tim's posting
>
> https://groups.google.com/forum/?fromgroups#!searchin/nodejs/openssl/nodejs/N2B_wuIUATc/YXytQOW8gsIJ
> but did not see where he had modified a build make/waf/gyp/entrails to force
> inclusion of the static code.

v0.6.x doesn't really support linking against a static openssl, not
unless you hack the wscript. The bundled openssl is only used on
windows.

v0.7.x and v0.8.x however will build against the bundled version by
default. Maybe give that a spin.

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