You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/07 15:10:10 UTC

DO NOT REPLY [Bug 8867] New: - make install fails for httpd-2.0.36 on Solaris 8

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8867>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8867

make install fails for httpd-2.0.36 on Solaris 8

           Summary: make install fails for httpd-2.0.36 on Solaris 8
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jeff@exlibris.co.il


I am successful doing configure (without any additional modules) and make with 
httpd 2.0.36. The problem occurs when doing make install. Here is part of the 
output:

exports.c:900: `ap_hack_apr_xml_quote_string' previously defined here
exports.c:2097: redefinition of `ap_hack_apr_xml_quote_elem'
exports.c:901: `ap_hack_apr_xml_quote_elem' previously defined here
exports.c:2098: redefinition of `ap_hack_apr_xml_insert_uri'
exports.c:902: `ap_hack_apr_xml_insert_uri' previously defined here
make: Fatal error: Command failed for target `exports.lo'
Current working directory /aleph1/product/httpd-2.0.36/server
make: Fatal error: Command failed for target `install-recursive'
Current working directory /aleph1/product/httpd-2.0.36/server
make: Fatal error: Command failed for target `install-recursive'

This output is from the gcc command that follows the nawk command:

nawk -f /aleph1/product/httpd-2.0.36/build/make_exports.awk /aleph1/product/http
d-2.0.36/include/*.h  /aleph1/product/httpd-2.0.36/os/unix/*.h  /aleph1/product/
httpd-2.0.36/srclib/apr/include/*.h  /aleph1/product/httpd-2.0.36/srclib/apr-uti
l/include/*.h  /aleph1/product/httpd-2.0.36/modules/http/*.h > exports.c
/bin/bash /aleph1/product/httpd-2.0.36/srclib/apr/libtool --silent --mode=compil
e gcc  -g -O2 -pthreads    -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-DAP_HAVE_DESIGNATED_INITIALIZER   -I. -I/aleph1/product/httpd-2.0.36/os/unix -I
/aleph1/product/httpd-2.0.36/server/mpm/prefork -I/aleph1/product/httpd-2.0.36/m
odules/http -I/aleph1/product/httpd-2.0.36/modules/proxy -I/aleph1/product/httpd
-2.0.36/include -I/aleph1/product/httpd-2.0.36/srclib/apr/include -I/aleph1/prod
uct/httpd-2.0.36/srclib/apr-util/include -I/aleph1/product/httpd-2.0.36/modules/
dav/main -I/aleph1/product/httpd-2.0.36/srclib/apr-util/xml/expat/lib -prefer-no
n-pic -static -c exports.c && touch exports.lo

Following is some info on the relevant machine:

ram12=M505>>gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2/specs
gcc version 2.95.2 19991024 (release)
ram12=M505>>uname -a
SunOS ram12 5.8 Generic_108528-03 sun4u sparc SUNW,UltraSPARC-IIi-Engine


Thanks for your coop,
Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org