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/06/27 22:05:33 UTC

DO NOT REPLY [Bug 10298] New: - Unable to compile "make" fails ... No rule for target '...'

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

Unable to compile "make" fails ... No rule for target '...'

           Summary: Unable to compile "make" fails ... No rule for target
                    '...'
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: rpk@tel.bnsf.com


Downloaded, confirmed md5sum, extracted, ran configure, and make.
Make fails on 1st module to build.

Solaris 8 64bit, openssl 0.9.6d, perl5.6.1, gcc 2.95.

./configure \
--prefix=/vol0017/apps/httpd-2.0.39 \
--with-perl=/usr/local \
--with-ssl=/usr/local/ssl \
--enable-modules=ssl

Builds all makefiles
..

sh-2.03# make
make[1]: Entering directory `/vol0017/src/httpd-2.0.39'
make[1]: *** No rule to make target `modules/aaa/mod_access.la', needed by
`httpd'.  Stop.
make[1]: Leaving directory `/vol0017/src/httpd-2.0.39'
make: *** [all-recursive] Error 1
sh-2.03# 

Tested on another solaris 8 64bit system, same problem.
Tested on a solaris 8 32bit system, same problem.
Tested on RedHat 7.2 Linux, entire application compiled PERFECTLY.
	No problems on Linux, only Solaris.

I am using the gcc version of make.

If I cd to the offending directory, and run make, then offending dependency
is compiled and built ok..  Going back to top level tree, it fails on the next
module/directory needing code.

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