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/08/27 19:46:14 UTC

DO NOT REPLY [Bug 12096] New: - apxs does not handle binary dists installed at non-default locations

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

apxs does not handle binary dists installed at non-default locations

           Summary: apxs does not handle binary dists installed at non-
                    default locations
           Product: Apache httpd-1.3
           Version: 1.3.26
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Other
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jessh@ptc.com


apxs does not handle binary distributables installed at non-default locations.  
Specifically, apxs complains that there is no DSO support available when the 
real issue is that the apxs command used to check for DSO support (which is 
essentially "if (not grep(/mod_so/, httpd -l")) does not provide httpd with 
appropriate -d and -R arguments.

Without this fix, binary distributables give every appearance of having 
unusable apxs support!

For all Apache binary distributables that I build, I patch apxs.pl before 
building, but this is ridiculous -- this should simply be fixed in the normal 
source tree.

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