Ged Haywood wrote:
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. :)

Apache::test works by creating a symlink from the real location of the httpd binary to t/httpd. For some reason the symlink wasn't created, hence the error. Apache::Test (notice the case difference) doesn't create this link and works directly with the real executable.


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

Right on.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to