Hi, 

the attached patch adds /usr/lib64 to the list of directories to
look for SSL/TLS toolkit libraries. 

/usr/lib64 is the libdir on AMD x86_64 and other 64 bit platforms where
32bit and 64bit libs can be installed side by side. 

The patch applies against 2.0.39 and the head branch.

Peter

-- 
VFS: Busy inodes after unmount. Self-destruct in 5 seconds.  Have a nice day...
Index: acinclude.m4
===================================================================
RCS file: /home/cvspublic/httpd-2.0/acinclude.m4,v
retrieving revision 1.125
diff -u -r1.125 acinclude.m4
--- acinclude.m4        14 May 2002 07:51:52 -0000      1.125
+++ acinclude.m4        15 Jul 2002 12:41:41 -0000
@@ -474,7 +474,7 @@
   AC_MSG_CHECKING(for SSL/TLS toolkit libraries)
   ap_ssltk_libdir=""
   for p in $ap_ssltk_base/lib /usr/local/openssl/lib \
-           /usr/local/ssl/lib /usr/local/lib /usr/lib /lib; do
+           /usr/local/ssl/lib /usr/local/lib /usr/lib /lib /usr/lib64; do
     if test -f "$p/libssl.a" -o -f "$p/libssl.so"; then
       ap_ssltk_libdir="$p"
       break

Reply via email to