Hi,
the attached patch against 2.0.39 adds /usr/lib64 to the list of
directories to look for expat 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.
Note: I found the file in question (srclib/apr-util/build/apu-conf.m4)
in the apr-util module of the apache CVS. But since apr-util is not
mentioned on http://apr.apache.org/, I suppose that this list is the
right place to submit the patch to. Of course I'll be happy to post it
to [EMAIL PROTECTED] or elsewhere, if someone tells me where.
Thanks,
Peter
--
VFS: Busy inodes after unmount. Self-destruct in 5 seconds. Have a nice day...
diff -uNr httpd-2.0.39.orig/srclib/apr-util/build/apu-conf.m4
httpd-2.0.39.lib64/srclib/apr-util/build/apu-conf.m4
--- httpd-2.0.39.orig/srclib/apr-util/build/apu-conf.m4 Tue May 14 11:14:39 2002
+++ httpd-2.0.39.lib64/srclib/apr-util/build/apu-conf.m4 Mon Jul 15 14:20:16
+2002
@@ -414,6 +414,11 @@
expat_libs="-lexpat"
expat_libtool="$1/lib/libexpat.la"
elif test -r "$1/include/expat.h" -a \
+ -r "$1/lib64/libexpat.la"; then
+ dnl same, but */lib64/
+ expat_include_dir="$1/include"
+ expat_libs="$1/lib64/libexpat.la"
+ elif test -r "$1/include/expat.h" -a \
-r "$1/lib/libexpat.a"; then
dnl Expat 1.95.* installation (without libtool)
dnl FreeBSD textproc/expat2