You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Matthew Enger <me...@kgv.edu.hk> on 1998/08/27 16:57:21 UTC

os-linux/2916: a make depend fails

>Number:         2916
>Category:       os-linux
>Synopsis:       a make depend fails
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Aug 27 08:00:00 PDT 1998
>Last-Modified:
>Originator:     menger@kgv.edu.hk
>Organization:
apache
>Release:        Apache 1.3.1
>Environment:
Linux sss.ml.org 2.0.35 #1 Thu Jul 23 14:01:04 EDT 1998 i486 unknown
RedHat Linux 5.1 with RedHat updates for all installed packages that where located on the redhat errata page
Bind 8.1 installed
>Description:
Ok, I am doing a make depend as I need to compile in a mod_auth_mysql module which I obtained from the mysql site (http://www.tcx.se) it failed in make depend so I tried to do it during a base install (no modules that don't come with apache source code) and it still fails:
make[1]: Leaving directory `/usr/src/apache_1.3.1/src/ap'
make[1]: Entering directory `/usr/src/apache_1.3.1/src/main'
cp Makefile.tmpl Makefile.tmpl.bak \ && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.tmpl > Makefile.new \
&& gcc -MM  -I../os/unix -I../include   -DLINUX=2 -DSTATUS -DUSE_HSREGEX  *.c >> Makefile.new \_&& sed -e '1,$s: ../include/: $(INCDIR)/:g' \ -e '1,$s: ../os/unix/: $(OSDIR)/:g' Makefile.new \
        > Makefile.tmpl \
    && rm Makefile.new
util.c:85: test_char.h: No such file or directory
>How-To-Repeat:
util_uri.c:409: uri_delims.h: No such file or directory
make[1]: *** [depend] Error 1
make[1]: Leaving directory `/usr/src/apache_1.3.1/src/main'
make: *** [depend] Error 1
>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]