You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Narendra Verma <na...@impetus.co.in> on 2008/04/28 08:28:02 UTC

[users@httpd] Apache compilation issue

Hi all,
I am compiling httpd-2.2.8 on Solaris machine with giving configure command like
$ ./configure --enable-proxy --enable-proxy_ajp --enable-proxy_balancer --enable-headers --enable-cache --enable-disk_cache --enable-rewrite
This command runs successfully.

But problem comes when I run 'make' command. It gives following error.

Making all in srclib
Making all in apr
Making all in apr-util
Making all in xml/expat
/bin/bash ../libtool --mode=link  gcc -version-info 1:0:1 -g -O2  -o libexpat.la -rpath /export/home/qa_eng/httpd-2.2.8/lib  xmlparse.lo xmltok.lo xmlrole.lo
rm -fr  .libs/libexpat.so .libs/libexpat.so.0 .libs/libexpat.so.0.1.0
gcc -shared -Wl,-h -Wl,libexpat.so.0 -o .libs/libexpat.so.0.1.0  .libs/xmlparse.o .libs/xmltok.o .libs/xmlrole.o  -lc
(cd .libs && rm -f libexpat.so.0 && ln -s libexpat.so.0.1.0 libexpat.so.0)
(cd .libs && rm -f libexpat.so && ln -s libexpat.so.0.1.0 libexpat.so)
false cru .libs/libexpat.a  xmlparse.o xmltok.o xmlrole.o
*** Error code 1
make: Fatal error: Command failed for target `libexpat.la'
Current working directory /export/home/qa_eng/httpd-2.2.8/srclib/apr-util/xml/expat/lib
*** Error code 1

Can any body help me to solve this problem.

Thanks
Narendra