Hi there,

On Fri, 13 Jun 2003, Xavier Noria wrote:

> Hello, I've just compiled Apache 1.3.27 with mod_perl 1.27 from their 
> tarballs on Solaris. perl is 5.8.0 packaged for Solaris.
> 
> The installation of libapreq with cpan(1) stops here:
[snip]
> t/httpd -f `pwd`/t/httpd.conf
> /bin/sh: t/httpd: not found
[snip]
> 
> Looks like it's taking t/httpd instead of /usr/local/apache/bin/httpd, 

Don't know if there's anyone who actually knows what's going on here but
I thought you'd just like to hear from somebody. :)

This is a wild stab in the dark.  Guessing that the libapreq installation
scripts are assuming that you're building a new Apache/mod_perl, you might
in that case be expected to have a copy of the a httpd in the t directory.
When you run 'make test' during an Apache build that's where the binary
will be, temporarily.

You could try a soft link from there to the real httpd - I have no idea if
something else will then fail.

You know that your mod_perl and your Perl should really be compiled with the
same compiler?  I always think it's best to build it yourself to be sure.

73,
Ged.


Reply via email to