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

Does not compile for Solaris 9





------- Additional Comments From [EMAIL PROTECTED]  2003-04-04 11:41 -------
The failure is because exports.c has a bunch of twice.  Here is an example for
apr_dbm.h:

/opt/local/src/httpd-2.0.45/srclib/apr-util/include/apr_dbm.h
/usr/local/src/httpd-2.0.45/srclib/apr-util/include/apr_dbm.h

Presumably this is related to the CPPFLAGS having 

-I/opt/local/src/httpd-2.0.45/srclib/apr/include
-I/usr/local/src/httpd-2.0.45/srclib/apr/include
-I/opt/local/src/httpd-2.0.45/srclib/apr-util/include
-I/usr/local/src/httpd-2.0.45/srclib/apr-util/include

Do you have any idea why any of these directories would be in the search path
for include files?

I guess /opt/local/src/httpd-2.0.45 is where you unpacked httpd-2.0.45.tar.gz
and /opt/local/src and /usr/local/src are really the same directory due to
links, and somehow our build got confused by this?

Can you unpack httpd-2.0.45.tar.gz into a directory that only has one name (no
symlinks) and see if it builds okay from there?

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to