Hi all,
I'm trying to install Apache::Registry either though cpan or just compiling I get the following errors when I do the make test(the perl Makefile.PL and make work fine):
First of all, you aren't installing Apache::Registry, but mod_perl 1.x. Apache::Registry is just one of the modules that come with it. When you submit bug reports please follow the guidelines at http://perl.apache.org/bugs/
/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & /bin/sh: line 1: /httpd: No such file or directory
it creates a symlink to the real httpd, and it should be ./httpd not /httpd. Since you didn't submit a proper bug report I can't tell what the problem is. We need at least to see what arguments did you pass to 'perl Makefile.PL' or what did you answer to the interactive questions via CPAN.pm. Most likely you gave it the wrong information about the location of httpd.
Please spend some time reading: http://perl.apache.org/docs/1.0/guide/getwet.html#Building_mod_perl http://perl.apache.org/docs/1.0/guide/install.html before you try it again.
Thanks.
__________________________________________________________________ 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
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html