Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
node.js not compiled with openssl crypto support?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
nnn  
View profile  
 More options May 7 2010, 11:47 am
From: nnn <g.zhen.n...@gmail.com>
Date: Fri, 7 May 2010 08:47:44 -0700 (PDT)
Local: Fri, May 7 2010 11:47 am
Subject: [nodejs] node.js not compiled with openssl crypto support?
I try to install node-v0.1.94 on Ubuntu 9.10 x86_64. also I have been
install openssl.but still catch this message. why?
(node.js not compiled with openssl crypto support)
http://gist.github.com/393619

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jérémy Lal  
View profile  
 More options May 7 2010, 11:51 am
From: "Jérémy Lal" <holi...@gmail.com>
Date: Fri, 07 May 2010 17:51:22 +0200
Local: Fri, May 7 2010 11:51 am
Subject: Re: [nodejs] node.js not compiled with openssl crypto support?
On 07/05/2010 17:47, nnn wrote:

> I try to install node-v0.1.94 on Ubuntu 9.10 x86_64. also I have been
> install openssl.but still catch this message. why?
> (node.js not compiled with openssl crypto support)
> http://gist.github.com/393619

Checking for openssl                     : not found
Checking for function SSL_library_init   : not found
Checking for header openssl/crypto.h     : not found

you're missing
libssl-dev (>= 0.9.8)

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Gahl  
View profile  
 More options May 7 2010, 6:14 pm
From: Ryan Gahl <ryan.g...@gmail.com>
Date: Fri, 7 May 2010 17:14:52 -0500
Local: Fri, May 7 2010 6:14 pm
Subject: Re: [nodejs] node.js not compiled with openssl crypto support?

Just as an FYI on that. I noticed the exact same issue at first... and
installed libssl-dev. Even after installing it, you still get the "not
found" messages during ./configure on the openssl and SSL_library_init
lines, but the header crypto.h is now found, and compiling via make, and
then running 'make test' will (should) result in no test failures.

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nnn  
View profile  
 More options May 8 2010, 4:14 am
From: nnn <g.zhen.n...@gmail.com>
Date: Sat, 8 May 2010 01:14:25 -0700 (PDT)
Local: Sat, May 8 2010 4:14 am
Subject: [nodejs] Re: node.js not compiled with openssl crypto support?
Checking for header port.h               : not found
Checking for header sys/event.h          : not found
Checking for function kqueue             : not found
Checking for library execinfo            : not found

yes, after install libssl-dev, make test has not failure. but ./
configure still show above code. does it matter?

On May 8, 6:14 am, Ryan Gahl <ryan.g...@gmail.com> wrote:

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaac Schlueter  
View profile  
 More options May 8 2010, 4:47 am
From: Isaac Schlueter <i...@izs.me>
Date: Sat, 8 May 2010 01:47:37 -0700
Local: Sat, May 8 2010 4:47 am
Subject: Re: [nodejs] Re: node.js not compiled with openssl crypto support?
If you don't have openssl installed, then make test skips over the ssl tests.

It only matters if you want to do https with node.  I recommend
installing openssl.  Crypto is cool :)

--i

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nnn  
View profile  
 More options May 8 2010, 5:43 am
From: nnn <g.zhen.n...@gmail.com>
Date: Sat, 8 May 2010 02:43:52 -0700 (PDT)
Local: Sat, May 8 2010 5:43 am
Subject: [nodejs] Re: node.js not compiled with openssl crypto support?
what I mean matter is these libraries not found matter.
Checking for header port.h               : not found
Checking for header sys/event.h          : not found
Checking for function kqueue             : not found
Checking for library execinfo            : not found

On May 8, 4:47 pm, Isaac Schlueter <i...@izs.me> wrote:

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mscdex  
View profile  
 More options May 8 2010, 11:30 am
From: mscdex <msc...@gmail.com>
Date: Sat, 8 May 2010 08:30:35 -0700 (PDT)
Local: Sat, May 8 2010 11:30 am
Subject: [nodejs] Re: node.js not compiled with openssl crypto support?
On May 8, 5:43 am, nnn <g.zhen.n...@gmail.com> wrote:

> what I mean matter is these libraries not found matter.
> Checking for header port.h               : not found
> Checking for header sys/event.h          : not found
> Checking for function kqueue             : not found
> Checking for library execinfo            : not found

I wouldn't worry about those errors. Some libraries and libev backends
are not available on certain platforms. My Ubuntu machine shows the
same errors. It just means node will use one of the libev backends it
_did_ find instead.

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Gahl  
View profile  
 More options May 8 2010, 3:16 pm
From: Ryan Gahl <ryan.g...@gmail.com>
Date: Sat, 8 May 2010 14:16:56 -0500
Local: Sat, May 8 2010 3:16 pm
Subject: Re: [nodejs] Re: node.js not compiled with openssl crypto support?

On Sat, May 8, 2010 at 3:47 AM, Isaac Schlueter <i...@izs.me> wrote:
> If you don't have openssl installed, then make test skips over the ssl
> tests

That was not true in my case. All tests were attempted and the crypto based
ones failed, which is what I'd expect from the test suite. I then installed
libssl-dev, and as the OP pointed out ./configure still results in several
"not found" errors, but now the crypto.h header was found ok, and all the
tests passed after recompilation. I don't know why with both openssl and
libssl-dev installed, ./configure still fails to find [openssl, kqueue,
execinfo] (Ubuntu 10.04 server)... but it didn't seem to matter as far as
the test suite was concerned.

--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com.
To unsubscribe from this group, send email to nodejs+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nate  
View profile  
 More options Jun 23 2010, 7:16 pm
From: Nate <nand...@gmail.com>
Date: Wed, 23 Jun 2010 16:16:27 -0700 (PDT)
Local: Wed, Jun 23 2010 7:16 pm
Subject: Re: node.js not compiled with openssl crypto support?
I too got:

 Checking for openssl                 :not found

after installing libssl-dev.  However the problem is that pkg-config
is being used to check for openssl and if pkg-config is not installed
it fails and inproperly reports as openssl not found.  I discovered
this by looking at config.log:

    81  ----------------------------------------
    82  Checking for openssl
    83  pkg-config --errors-to-stdout --print-errors --cflags --libs
openssl
    84  /bin/sh: pkg-config: not found
    85  not found
    86
    87  ----------------------------------------

after sudo apt-get install pkg-config

Checking for openssl                     :  yes

yahtzee!!

On May 7, 3:14 pm, Ryan Gahl <ryan.g...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
tre  
View profile  
 More options Aug 31 2011, 12:18 am
From: tre <tre.there...@gmail.com>
Date: Wed, 31 Aug 2011 04:18:04 +0000 (UTC)
Local: Wed, Aug 31 2011 12:18 am
Subject: Re: node.js not compiled with openssl crypto support?
thanks Nate, it works :D


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »