Thanks for the suggestion, Doug, but no go.
[root@wm mod_perl-1.25]# !find
find / -name ssl -print
find: /proc/6/fd: Permission denied
find: /proc/108/fd: Permission denied
/tmp/apache_1.3.17/src/modules/ssl
/tmp/mod_perl-1.25/blib/arch/auto/Apache/include/modules/ssl
/usr/share/ssl
[root@wm mod_perl-1.25]# ll /usr/share/ssl
total 24
drwxr-xr-x 2 root root 4096 Jan 30 12:41 certs
drwxr-xr-x 2 root root 4096 Aug 30 11:54 lib
drwxr-xr-x 2 root root 4096 Jan 30 12:41 misc
-rw-r--r-- 1 root root 7173 Aug 30 11:54 openssl.cnf
drwxr-xr-x 2 root root 4096 Aug 30 11:54 private
I did note that not only can I make Apache, but also mod_perl + Apache if
I leave out the mod_ssl stuff. So I have taken this to the mod_ssl list
but my subscribe message of two hours ago has not been answered yet! :(
Nick
~~~~~~~~~~~
Nick Tonkin
On Wed, 31 Jan 2001, Doug MacEachern wrote:
> 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
>
>