On Tue, 30 Jan 2001, Nick Tonkin wrote:
 
> When I run the perl Makefile.PL command like that (without the SSL_BASE
> directive) I get:
> 
> Error: Cannot find SSL header files in any of the following dirs:
> Error: . /usr/include /usr/include/ssl/ /usr/local/include 
> /usr/local/include/ssl
> 
> So I do 
> find / -name ssl -print
> and get:
> /tmp/apache_1.3.17/src/modules/ssl
> /usr/share/ssl
> 
> so I do perl Makefile.PL with SSL_BASE=/usr/share/ssl and get a different
> error:
> 
> Error: Cannot find SSL binaries under /usr/share/ssl

maybe /usr/local/openssl?
i installed openssl-0.9.6 on rh7 and the default location was
/usr/local/ssl
with lib/lib{crypto,ssl}.a and include/ subdirectories

Reply via email to