Hi, I am trying to install wget with ssl support for a small project I am working on but I can’t see to get it to work.  Everything seems to work fine as long I don’t configure with ssl support.  If I try configuring it with ssl support I get the following error in the config.log:

 

            configure:10553: error: --with-ssl was given, but OpenSSL is not available.

 

 

I am installing this in the following environment:

 

            OS:                  Soalris 2.6

            Openssl:           openssl-0.9.7g-sol26-sparc-local

            Wget                wget-1.10.2

 

I have include some parts of the config.log below just incase it might help.

 

Thanks for any help,

Marty

 

Marty Bebow
Unix Admin / Web Developer

XO Communication

989.758.6436

 

 

Sections of the config.log file

 

It was created by configure, which was

generated by GNU Autoconf 2.59.  Invocation command line was

 

  $ ./configure --with-ssl=/opt/local/ssl

 

//

 

configure:10451: checking for libssl

configure:10483: gcc -o conftest  -O2 -Wall -Wno-implicit   conftest.c -ldl -lsocket -lnsl -lposix4  -lssl -lcrypto >&5

conftest.c:89:25: openssl/ssl.h: No such file or directory

conftest.c:90:26: openssl/x509.h: No such file or directory

conftest.c:91:25: openssl/err.h: No such file or directory

conftest.c:92:26: openssl/rand.h: No such file or directory

conftest.c:93:25: openssl/des.h: No such file or directory

conftest.c:94:25: openssl/md4.h: No such file or directory

conftest.c:95:25: openssl/md5.h: No such file or directory

configure:10489: $? = 1

configure: failed program was:

| /* confdefs.h.  */

 

//

 

configure:10516: result: no

configure:10553: error: --with-ssl was given, but OpenSSL is not available.

Reply via email to