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/04/06 14:54:06 UTC

DO NOT REPLY [Bug 7790] New: - make install error in 2.0.35

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

make install error in 2.0.35

           Summary: make install error in 2.0.35
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: PC
               URL: http://www.wolfgarten.com
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: sebastian.wolfgarten@gmx.net


Hi,

I already submit this error which came up in a cvs build I downloaded yesterday.
Now as today 2.0.35 has come out I tried to install it but "make install" 
agains fails. See the output of "make install":

if [ ! -d /usr/local/apache2/include ]; then \
    /home/sebastian/apachenew/httpd-
2.0.35/srclib/apr/build/mkdir.sh /usr/local/apache2/include; \
fi;
cp /home/sebastian/apachenew/httpd-
2.0.35/srclib/apr/include/*.h /usr/local/apache2/include;
cp /include/*.h /usr/local/apache2/include;
cp: cannot stat `/include/*.h': No such file or directory
make[2]: *** [install] Error 1

So the script tries to copy files from /include to /usr/local/apache2/include 
but /include does naturally not exist. Make a symbolic link to /include and it 
will work (example: ln -s /home/sebastian/apachenew/httpd-
2.0.35/include/ /include). 
Maybe someone could fix this!

Bye,
Sebastian

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