Re: Having problems installing mod_perl on Slackware

2007-03-23 Thread Philip M. Gollucci
[Thu Mar 22 21:34:14 2007] [error] [client 127.0.0.1] Handler for modperl returned invalid result code 2 # Failed test 3 in /usr/src/mod_perl-2.0.3/t/response/TestAPI/server_const.pm at line 39 This was due API changes from 2.2.3 -> 2.2.4 in httpd. This is largely irrelevant for general mp use s

Re: Having problems installing mod_perl on Slackware

2007-03-23 Thread Eric Snyder
I notice that at the top it references Apache/2.2.4. I attenpted to use 2.2.4 first and when that did not work configured, compiled and installed 2.0.59. Is there a leftover that may be causing this problem? Log contents: END in modperl_extra.pl, pid=7593 [Thu Mar 22 21:33:01 2007] [notice] Ap

Re: Having problems installing mod_perl on Slackware

2007-03-22 Thread Perrin Harkins
On 3/22/07, Eric Snyder <[EMAIL PROTECTED]> wrote: [ error] error running tests (please examine t/logs/error_log) What did you find in t/logs/error_log? - Perrin

Re: Having problems installing mod_perl on Slackware

2007-03-22 Thread Eric Snyder
I did a couple of things wrong. I changed to Apache 2.0.59 and I did not run ./configure on mod_perl. Make ran fine but I get the following when I run make test: Failed Test Stat Wstat Total Fail List of Failed ---

Re: Having problems installing mod_perl on Slackware

2007-03-22 Thread Perrin Harkins
On 3/22/07, Eric Snyder <[EMAIL PROTECTED]> wrote: You are saying to use Apache 2.0.59 rather than 2.2.4? Yes. - Perrin

Re: Having problems installing mod_perl on Slackware

2007-03-22 Thread Eric Snyder
The instructions said the -Uusethreads if I do not want thread support. If you need the threads support , run: % ./Configure -des -Dusethreads Most likely you don't want perl-support for threads enabled, in which cas

Re: Having problems installing mod_perl on Slackware

2007-03-21 Thread Perrin Harkins
On 3/21/07, Eric Snyder <[EMAIL PROTECTED]> wrote: configured perl with: ./Configure -des -Uusethreads It would be better not to compile threads unless you have something that requires them. I then downloaded and extracted apache 2.2.4 Could you try it with the latest 2.0.x version instead?

Re: Having problems installing mod_perl on Slackware

2007-03-21 Thread Fred Moyer
Fred Moyer wrote: Eric Snyder wrote: /usr/src/httpd-2.2.4/srclib/apr/include/apr_tables.h:25:17: apr.h: No such file or directory In file included from /usr/src/httpd-2.2.4/srclib/apr/include/apr_pools.h:38, from /usr/src/httpd-2.2.4/srclib/apr/include/apr_tables.h:26,

Re: Having problems installing mod_perl on Slackware

2007-03-21 Thread Fred Moyer
Eric Snyder wrote: ... perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/usr/src/httpd-2.2.4 MP_AP_CONFIGURE="--with-mpm=prefork" This seemed to go with no problems. Make totally blew up on me. I get massive errors from the start. Here is the top of the output: ... /usr/src/httpd-2.2.4/srclib/a

Having problems installing mod_perl on Slackware

2007-03-21 Thread Eric Snyder
Be patient with me, I am new to perl. I am attempting to install perl, apache and mod_perl so I can use the mod_perl cgi in BackupPC. I get through most of the process but my mod_perl MAKE blows up. I am following the instructions at http://perl.apache.org/docs/2.0/user/install/install.html R