George, I am sending you the config.log and a script of exactly what I did since it is rather large.
Here is my environment. I realize that it is more recent than yours. However, I performed the exact same operations on all previous versions of RedHat 9 with the same results. [EMAIL PROTECTED] apache-system]$ uname -a Linux phoenix 2.4.22-1.2135.nptl #1 Mon Dec 15 15:55:18 EST 2003 i686 i686 i386 GNU/Linux [EMAIL PROTECTED] apache-system]$ gcc --version gcc (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1) [EMAIL PROTECTED] apache-system]$ libtool --version ltmain.sh (GNU libtool) 1.5 (1.1220.2.1 2003/04/14 22:48:00) [EMAIL PROTECTED] apache-system]$ ld --version GNU ld version 2.14.90.0.6 20030820 [EMAIL PROTECTED] apache-system]$ make --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. [EMAIL PROTECTED] native2]$ java -version java version "1.4.2_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_02-b03) Java HotSpot(TM) Client VM (build 1.4.2_02-b03, mixed mode) [EMAIL PROTECTED] native2]$ rpm -qa | grep gcc gcc-objc-3.3.2-1 compat-gcc-7.3-2.96.118 gcc-c++-3.3.2-1 gcc-g77-3.3.2-1 gcc-java-3.3.2-1 gcc32-3.2.3-6 libgcc-3.3.2-1 gcc-gnat-3.3.2-1 gcc-3.3.2-1 compat-gcc-c++-7.3-2.96.118 I noticed that you appear to be compiling this as root. In general, this is a bad idea as root has special paths, and in Fedora Core 1, uses an older compiler to build the kernel. In general, building this software as a generic user, and then su'ing to root is a more productive approach. Also, make sure that when you built the Apache web server that you enabled shared modules. /mde/ just my two cents . . . . __________________________________ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
