Using openssl

L

Luke Ivers

I'm trying to run ruby extconf.rb in ext/openssl, and I get the
following:

=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for unistd.h... yes
checking for sys/time.h... yes
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.

I'm using Ubuntu 6.10... can anyone tell me what I can do to fix the
problems? I have openssl installed via 'apt-get install openssl'

I don't even know what the first two are talking about at all (the
t_open and socket())
 
L

Luke Ivers

Luke said:
I'm trying to run ruby extconf.rb in ext/openssl, and I get the
following:

=== OpenSSL for Ruby configurator ===
=== Checking for system dependent stuff... ===
checking for t_open() in -lnsl... no
checking for socket() in -lsocket... no
checking for unistd.h... yes
checking for sys/time.h... yes
checking for assert.h... yes
=== Checking for required stuff... ===
checking for openssl/ssl.h... no
=== Checking for required stuff failed. ===
Makefile wasn't created. Fix the errors above.

I'm using Ubuntu 6.10... can anyone tell me what I can do to fix the
problems? I have openssl installed via 'apt-get install openssl'

I don't even know what the first two are talking about at all (the
t_open and socket())

Answered my own question, at least
sudo apt-get install libssl-dev
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top