If anyone has been successful with this on a RH 7.3 box, would
you have a look at ssl/lib and tell me if it looks like this?

[root@space lib]# ls -al
total 2772
drwxr-xr-x    2 root     root         4096 Sep 16 14:18 .
drwxr-xr-x    9 root     root         4096 Sep 16 14:18 ..
-rw-r--r--    1 root     root      1422108 Sep 16 14:18 libcrypto.a
lrwxrwxrwx    1 root     root           14 Sep 16 14:18 libcrypto.so ->
libcrypto.so.0
lrwxrwxrwx    1 root     root           18 Sep 16 14:18 libcrypto.so.0 ->
libcrypto.so.0.9.6
-r-xr-xr-x    1 root     root       900713 Sep 16 14:18 libcrypto.so.0.9.6
-rw-r--r--    1 root     root       268070 Sep 16 14:18 libssl.a
lrwxrwxrwx    1 root     root           11 Sep 16 14:18 libssl.so ->
libssl.so.0
lrwxrwxrwx    1 root     root           15 Sep 16 14:18 libssl.so.0 ->
libssl.so.0.9.6
-r-xr-xr-x    1 root     root       213843 Sep 16 14:18 libssl.so.0.9.6


It's failing at loading libssl.so.0.9.6:

/bin/sh /root/httpd-2.0.40/srclib/apr/libtool --silent --mode=link gcc  -g
-O2 -pthread    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
-I/root/httpd-2.0.40/srclib/apr/include
-I/root/httpd-2.0.40/srclib/apr-util/include -I.
-I/root/httpd-2.0.40/os/unix -I/root/httpd-2.0.40/server/mpm/prefork
-I/root/httpd-2.0.40/modules/http -I/root/httpd-2.0.40/modules/filters
-I/root/httpd-2.0.40/modules/proxy -I/root/httpd-2.0.40/include
-I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
-I/root/httpd-2.0.40/modules/dav/main -export-dynamic -L/usr/local/ssl/lib
-o dftables -L/usr/local/ssl/lib dftables.lo -lssl -lcrypto
./dftables > /root/httpd-2.0.40/srclib/pcre/chartables.c
./dftables: error while loading shared libraries: libssl.so.0.9.6: cannot
open shared object file: No such file or directory
make[3]: *** [/root/httpd-2.0.40/srclib/pcre/chartables.c] Error 127
make[3]: Leaving directory `/root/httpd-2.0.40/srclib/pcre'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/httpd-2.0.40/srclib/pcre'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/httpd-2.0.40/srclib'
make: *** [all-recursive] Error 1


libssl.so.0.9.6 was compiled with shared, in /usr/local/lib, so it is
outside of the RH distribution of ssl.  Does this sound like a libssl
problem or an apache problem?

Thanks-

Ann
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to