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/29 14:44:22 UTC

DO NOT REPLY [Bug 9490] New: - exports.c does not build on make install

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=9490>.
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=9490

exports.c does not build on make install

           Summary: exports.c does not build on make install
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: david_clancy@csgsystems.com


On doing make install, on sun (SunOS lonsdev1 5.8 Generic_108528-14 sun4u sparc 
SUNW,Ultra-4),  I get the following error.  I have not applied any patches.


/bin/bash /users/dclancy/APACHE/httpd-2.0.36/srclib/apr/libtool --silent --
mode=compile gcc  -g -O2 -pthreads    -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -
D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER   -I. -
I/users/dclancy/APACHE/httpd-2.0.36/os/unix -I/users/dclancy/APACHE/httpd-
2.0.36/server/mpm/prefork -I/users/dclancy/APACHE/httpd-2.0.36/modules/http -
I/users/dclancy/APACHE/httpd-2.0.36/modules/proxy -I/users/dclancy/APACHE/httpd-
2.0.36/include -I/users/dclancy/APACHE/httpd-2.0.36/srclib/apr/include -
I/users/dclancy/APACHE/httpd-2.0.36/srclib/apr-util/include -
I/users/dclancy/APACHE/httpd-2.0.36/modules/dav/main -I/usr/local/include -
prefer-non-pic -static -c exports.c && touch exports.lo
exports.c:1361: redefinition of `ap_hack_apr_allocator_create'
exports.c:165: `ap_hack_apr_allocator_create' previously defined here
exports.c:1362: redefinition of `ap_hack_apr_allocator_destroy'
exports.c:166: `ap_hack_apr_allocator_destroy' previously defined here
exports.c:1363: redefinition of `ap_hack_apr_allocator_alloc'
exports.c:167: `ap_hack_apr_allocator_alloc' previously defined here
exports.c:1364: redefinition of `ap_hack_apr_allocator_free'
exports.c:168: `ap_hack_apr_allocator_free' previously defined here
exports.c:1365: redefinition of `ap_hack_apr_allocator_set_owner'
exports.c:169: `ap_hack_apr_allocator_set_owner' previously defined here
exports.c:1366: redefinition of `ap_hack_apr_allocator_get_owner'
exports.c:170: `ap_hack_apr_allocator_get_owner' previously defined here
..............................
exports.c:2096: redefinition of `ap_hack_apr_xml_quote_elem'
exports.c:900: `ap_hack_apr_xml_quote_elem' previously defined here
exports.c:2097: redefinition of `ap_hack_apr_xml_insert_uri'
exports.c:901: `ap_hack_apr_xml_insert_uri' previously defined here
*** Error code 1
make: Fatal error: Command failed for target `exports.lo'
Current working directory /users/dclancy/APACHE/httpd-2.0.36/server
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /users/dclancy/APACHE/httpd-2.0.36/server
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
dclancy@lonsdev1:/users/dclancy/APACHE/httpd-2.0.36 83 : 
dclancy@lonsdev1:/users/dclancy/APACHE/httpd-2.0.36 83 : uname -a 
SunOS lonsdev1 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-4

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