You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Grace <eg...@pathbroadband.com> on 2003/10/13 17:52:14 UTC

[users@httpd] Make Error : `ap_hack_apr...

Hello,
 
I'm getting a bunch of make errors in the form of.
 
source/httpd-2.0.47/server/exports.c:2431: redefinition of
`ap_hack_apr_version_string'
source/httpd-2.0.47/server/exports.c:1549: `ap_hack_apr_version_string'
previously defined here
make[2]: *** [source/httpd-2.0.47/server/exports.lo] Error 1
make[2]: Leaving directory `source/httpd-2.0.47/server'
 
where ap_hack variable is one of many different vars.
 
 
.configure settings don't seem to make a difference.  
 
i.e- make after vanilla ./configure throws these errors.  Setting flags
on configure seems to have no effect.
 
The first time I configured and made the project, everything worked
fine.  Can anyone help me out with this?
 
 
bash-2.03$ uname -a
SunOS 5.8 Generic_108528-22 sun4u sparc SUNW,UltraAX-i2
 
 
 
-eric