You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by James G Smith <JG...@TAMU.Edu> on 2000/02/28 15:32:01 UTC

Re: Apache (general modperl)

David.Brewer@sita.int wrote:
>
>
>
>Sorry to make this so long but im hoping someone can see what mistake i have
>made in getting this error..
>if anyone can give me an idea of what i can do to fix this let me know
[snip]
>
>    # make
>make: Warning: Can't find `make.rules': No such file or directory
[snip]
>Skip blib/arch/auto/Apache/include/ssl_x509.h (unchanged)
>Skip blib/lib/Apache/RegistryBB.pm (unchanged)
>sh: all: not found
>*** Error code 1
>make: Fatal error: Command failed for target `subdirs'
>#

Sounds crazy, but I've seen stuff like this when using the BSD make instead of 
the GNU make.  Not sure if it was with the Apache stuff though.  I suspect the 
make that is with Solaris is the BSD variant (given that Solaris is BSD-ish 
vs. SYSV-ish, though there's room to differ, given the rc-scripts).

Try it with gmake and see if there's a difference.
-- 
James Smith <JG...@TAMU.Edu>, 409-862-3725
Texas A&M CIS Operating Systems Group, Unix



Re: Apache (general modperl)

Posted by Vivek Khera <kh...@kciLink.com>.
>>>>> "JGS" == James G Smith <JG...@TAMU.Edu> writes:


JGS> Sounds crazy, but I've seen stuff like this when using the BSD
JGS> make instead of the GNU make.  Not sure if it was with the Apache
JGS> stuff though.  I suspect the make that is with Solaris is the BSD
JGS> variant (given that Solaris is BSD-ish vs. SYSV-ish, though
JGS> there's room to differ, given the rc-scripts).

JGS> Try it with gmake and see if there's a difference.

I've always had to use GNU Make when building perl-related things on
BSD/OS.