You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Geoff Hartman <ge...@fivepack.net> on 2004/03/15 02:26:05 UTC

[users@httpd] Finding correct open ssl files...

Any advice would be helpful :)

Here are my errors:
checking for SSL/TLS toolkit base... /usr/local/src/openssl-0.9.7c
checking for SSL/TLS toolkit version... unknown
checking for SSL/TLS toolkit includes...
/usr/local/src/openssl-0.9.7c/include
checking for SSL/TLS toolkit libraries... configure: error: OpenSSL
libraries not found

here is my config line:
./configure --prefix=/usr/local/apache --enable-module=all --enable-ssl --en
able-so --with-ssl=/usr/local/src/openssl-0.9.7c



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Finding correct open ssl files...

Posted by Aaron W Morris <aa...@mindspring.com>.
Geoff Hartman wrote:
> Any advice would be helpful :)
> 
> Here are my errors:
> checking for SSL/TLS toolkit base... /usr/local/src/openssl-0.9.7c
> checking for SSL/TLS toolkit version... unknown
> checking for SSL/TLS toolkit includes...
> /usr/local/src/openssl-0.9.7c/include
> checking for SSL/TLS toolkit libraries... configure: error: OpenSSL
> libraries not found
> 
> here is my config line:
> ./configure --prefix=/usr/local/apache --enable-module=all --enable-ssl --en
> able-so --with-ssl=/usr/local/src/openssl-0.9.7c
> 

Just pointing Apache to the source of openssl will not help.  You first 
need to compile openssl and then point apache at the install root 
specified with the make command (usually the "--prefix" location).


-- 
Aaron W Morris <aa...@mindspring.com> (decep)



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org