I am trying to install httpd-2.2.3 and I keep getting

/bin/sh /root/httpd-2.2.3/srclib/apr/libtool --silent --mode=compile gcc -g -O2 
-pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE   -I/root/httpd-2.2.3/srclib/apr-util/include 
-I/root/httpd-2.2.3/srclib/apr-util/include/private  
-I/root/httpd-2.2.3/srclib/apr/include  
-I/root/httpd-2.2.3/srclib/apr-util/xml/expat/lib  -o xml/apr_xml.lo -c 
xml/apr_xml.c && touch xml/apr_xml.lo
/bin/sh /root/httpd-2.2.3/srclib/apr/libtool --silent --mode=compile gcc -g -O2 
-pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE   -I/root/httpd-2.2.3/srclib/apr-util/include 
-I/root/httpd-2.2.3/srclib/apr-util/include/private  
-I/root/httpd-2.2.3/srclib/apr/include  
-I/root/httpd-2.2.3/srclib/apr-util/xml/expat/lib  -o strmatch/apr_strmatch.lo 
-c strmatch/apr_strmatch.c && touch strmatch/apr_strmatch.lo
/bin/sh /root/httpd-2.2.3/srclib/apr/libtool --silent --mode=compile gcc -g -O2 
-pthread   -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE   -I/root/httpd-2.2.3/srclib/apr-util/include 
-I/root/httpd-2.2.3/srclib/apr-util/include/private  
-I/root/httpd-2.2.3/srclib/apr/include  
-I/root/httpd-2.2.3/srclib/apr-util/xml/expat/lib  -o xlate/xlate.lo -c 
xlate/xlate.c && touch xlate/xlate.lo
make[3]: *** [xlate/xlate.lo] Error 1
make[3]: Leaving directory `/root/httpd-2.2.3/srclib/apr-util'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/httpd-2.2.3/srclib/apr-util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/httpd-2.2.3/srclib'
make: *** [all-recursive] Error 1



Can someone tell me what am I doing wrong. The preceding commands
tar xf httpd-2.2.3.tar
./configure --enable-so
make

Is there a bug in apache?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to