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

Re: Problems installing mod_perl

2003-12-09 Thread Stas Bekman
Adam Gent wrote: [...] waiting 60 seconds for server to start: giving up after 61 secs !!! server failed to start! (please examine t/logs/error_log) It says that the server failed to start but when I do What does your t/logs/error_log say. Also I'd appreciate if you've read http://perl.apache.org/

Re: Problems installing mod_perl

2003-12-09 Thread Adam Gent
> Although the test do not run. Apache not starting. This one is strange as well. This is the last bit of the output from make test /usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f /usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2 using Apache/2.0.48 (prefork MPM)

Re: Problems installing mod_perl

2003-12-09 Thread Adam Gent
Stas Bekman wrote: > So you didn't have it, and once added, the error has disappeared and you were > able to build mp2, right? I the line into /etc/hosts and the makefile runs fine. Although the test do not run. Apache not starting. Thanks, Adam --- Outgoing mail is certified Virus Free. Che

Re: Problems installing mod_perl

2003-12-09 Thread Stas Bekman
Adam Gent wrote: Hi, It returns Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /usr/local/apache2 MP_USE_DSO = 1 Configuring Apache/2.0.48 mod_perl/1.99_11 Perl/v5.8.2 !!! default servername localhost Usage: Socket::inet_ntoa(ip_address_sv) at Apache-Test/lib/Apache/TestConfig.pm line 5

Re: Problems installing mod_perl

2003-12-09 Thread Adam Gent
t: Tuesday, December 09, 2003 10:44 PM Subject: Re: Problems installing mod_perl > Adam Gent wrote: > > Hi, > > > > I am trying to install mod_perl but can not get past the makefile stage. > > > > I am using > > > > perl Makefile.PL MP_AP_PREFIX=/usr/loca

Re: Problems installing mod_perl

2003-12-09 Thread Stas Bekman
Adam Gent wrote: Hi, I am trying to install mod_perl but can not get past the makefile stage. I am using perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1 and get this output Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /usr/local/apache2 MP_USE_DSO = 1 Configuring Apac

Problems installing mod_perl

2003-12-09 Thread Adam Gent
Hi, I am trying to install mod_perl but can not get past the makefile stage. I am using perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1 and get this output Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /usr/local/apache2 MP_USE_DSO = 1 Configuring Apache/2.0.48 mod_per