We're unable to successfully compile Apache (2.0.52) with SUSE 9.1 (2.6.4-52-default) 64bit . We have no problems with the 32bit version of SUSE 9.1 and Apache 2.0.52.. A fresh install of 9.1 started us out. Apache 2.0.52 was downloaded, gunzipped, untarred and configure was run. It fails at the make. We've reinstalled a couple of times but without finding anybody else having problems here, we're not sure what to do next and appreciate any help. Since this is 64 bit we thought the reference to /usr/lib (instead of /usr/lib64) might be causing the problem. We're thinking of just going with the 32bit install... make ... Making all in support make[1]: Entering directory `/root/apache/httpd-2.0.52/support' make[2]: Entering directory `/root/apache/httpd-2.0.52/support' /root/apache/httpd-2.0.52/srclib/apr/libtool --silent --mode=compile 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/apache/httpd-2.0.52/srclib/apr/include -I/root/apache/httpd-2.0.52/srclib/apr-util/include -I. -I/root/apache/httpd-2.0.52/os/unix -I/root/apache/httpd-2.0.52/server/mpm/prefork -I/root/apache/httpd-2.0.52/modules/http -I/root/apache/httpd-2.0.52/modules/filters -I/root/apache/httpd-2.0.52/modules/proxy -I/root/apache/httpd-2.0.52/include -I/root/apache/httpd-2.0.52/modules/generators -I/root/apache/httpd-2.0.52/modules/dav/main -prefer-non-pic -static -c htpasswd.c && touch htpasswd.lo /root/apache/httpd-2.0.52/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/apache/httpd-2.0.52/srclib/apr/include -I/root/apache/httpd-2.0.52/srclib/apr-util/include -I. -I/root/apache/httpd-2.0.52/os/unix -I/root/apache/httpd-2.0.52/server/mpm/prefork -I/root/apache/httpd-2.0.52/modules/http -I/root/apache/httpd-2.0.52/modules/filters -I/root/apache/httpd-2.0.52/modules/proxy -I/root/apache/httpd-2.0.52/include -I/root/apache/httpd-2.0.52/modules/generators -I/root/apache/httpd-2.0.52/modules/dav/main -export-dynamic -o htpasswd htpasswd.lo /root/apache/httpd-2.0.52/srclib/pcre/libpcre.la /root/apache/httpd-2.0.52/srclib/apr-util/libaprutil-0.la -lexpat /root/apache/httpd-2.0.52/srclib/apr/libapr-0.la -lrt -lm -lcrypt -lnsl -lpthread -ldl /usr/lib/libexpat.so: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [htpasswd] Error 1 make[2]: Leaving directory `/root/apache/httpd-2.0.52/support' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/apache/httpd-2.0.52/support' make: *** [all-recursive] Error 1