Re: make test fails in building modperl2+apache2+perl5.8

2003-08-14 Thread Stas Bekman
gerard uolaquetalestem wrote: Hi everyone (my first message). The message is that there is a syntax error in line x of some conf file, the syntax error is that PerlSwitches is an unknown command. I am trying to compile modperl2 with perl 5.8 compiles with mpm and ithreads and with apache2 compi

Re: make test fails when calling getaddrinfo() on 255.255.255.255

2003-07-14 Thread Stas Bekman
ColinB wrote: --- Stas Bekman <[EMAIL PROTECTED]> wrote: ColinB wrote: I am compiling mod_perl 2.0 on Solaris 9. When I run "make test" for mod_perl 2.0 it fails almost immediately with file vhost.c, line 232, assertion "rv == APR_SUCCESS" failed after it calls apr_sockaddr_info_get() with the

Re: make test fails when calling getaddrinfo() on 255.255.255.255

2003-07-14 Thread ColinB
--- Stas Bekman <[EMAIL PROTECTED]> wrote: > ColinB wrote: > > I am compiling mod_perl 2.0 on Solaris 9. > > > > When I run "make test" for mod_perl 2.0 it fails almost immediately > > with > > > > file vhost.c, line 232, assertion "rv == APR_SUCCESS" failed > > > > after it calls apr_sockadd

Re: make test fails when calling getaddrinfo() on 255.255.255.255

2003-07-14 Thread Stas Bekman
ColinB wrote: I am compiling mod_perl 2.0 on Solaris 9. When I run "make test" for mod_perl 2.0 it fails almost immediately with file vhost.c, line 232, assertion "rv == APR_SUCCESS" failed after it calls apr_sockaddr_info_get() with the hostname "255.255.255.255". I think this may have somethi

Re: make test fails

2003-07-10 Thread Stas Bekman
The Alliett's wrote: Trying to compile mod_perl 1.28 with apache 1.3.27 on redhat 7.3 system Here is the output of the errors. Any idea's on how to fix this. ../apache_1.3.27/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & httpd listening on port 8529 will write error_log to: t/logs/error

Re: make test fails

2003-07-10 Thread Ken Y. Clark
On Thu, 10 Jul 2003, The Alliett's wrote: > Date: Thu, 10 Jul 2003 11:23:11 -0400 > From: The Alliett's <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: make test fails > > Trying to compile mod_perl 1.28 with apache 1.3.27 on redhat 7.3 system > > Here is the output of the errors. Any idea

Re: "make test" fails - Solaris8, Perl5.8.0, mod_perl 1.99_08

2003-03-27 Thread Stas Bekman
Adrian Klingel wrote: [...] waiting for server to start: .[Thu Mar 27 16:50:41 2003] [crit] [Thu Mar 27 16:50:41 2003] file vhost.c, line 232, assertion "rv == APR_SUCCESS" failed [...] If anyone can help, please do. Any help is deeply appreciated! This is the relevant code in vhost.c (httpd-side)

Re: make test failed when installing mod_perl 2.0 on Linux

2002-11-26 Thread Stas Bekman
Your attention please: [***] [*** ***] [*** please send the followups back to the list! ***] [*** ***] [***] Th

Re: make test failed when installing mod_perl 2.0 on Linux

2002-11-21 Thread Stas Bekman
please remember to properly report problems, as explained at: http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems (hint: the shortcuts menu on the left side of any page of perl.apache.org) if you don't provide all the required details it makes it hard to guess what configuration

Re: make test fails

2002-11-10 Thread Stas Bekman
Kelton Joyner wrote: I am trying to upgrade to Apache 1.3.27 with mod_perl 1.27. I am currently running Apache 1.3.20 and mod_perl 1.26 on an HP-UX machine with hpux 10.20 with perl v5.6.1 built for PA-RISC1.1 . I ran configure on Apache to generate a config file with the additional modules I

Re: Make test failure when installing mod_perl 2.0 on Solaris 8 withApache 2

2002-08-20 Thread Stas Bekman
Tom Hibbert wrote: > Hi, > > I am running Solaris 8 and have installed Apache 2: > > bash-2.03# /usr/apache/bin/httpd -v > Server version: Apache/2.0.39 > Server built: Aug 20 2002 11:26:54 > > I also have installed perl 5.8.0: > > bash-2.03# perl -v > > This is perl, v5.8.0 built for sun4-

Re: make test problem error 111

2002-07-30 Thread Padraic Woods
install apache,mod_perl + mod_ssl and it worked for me... Thanks for your help Padraic - Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> To: "Padraic Woods" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 4:35 AM Su

Re: make test problem error 111

2002-07-29 Thread Stas Bekman
Padraic Woods wrote: > Hi, > I'm trying to install apache + mod_perl + mod_ssl but get a error after > running make test, I've tried skiping the make test but get a > segmentation fault when I try starting apache. [...] > ../apache_1.3.26/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & >

Re: make test problem

2002-05-20 Thread Doug MacEachern
On Mon, 20 May 2002, Jie Gao wrote: > Just got one from cvs and 'make test' hangs on apr/util: ... > apr/util likely the call to APR::generate_random_bytes, could be blocking on /dev/random or similar (strace would tell you). i've disabled the test in cvs for the moment, as i've

Re: make test problem

2002-05-19 Thread Stas Bekman
Jie Gao wrote: > Just got one from cvs and 'make test' hangs on apr/util: please run in the verbose mode: t/TEST -v apr/util if it doesn't help to reveal the problem try to enable tracing: http://perl.apache.org/release/docs/2.0/user/config/config.html#General_directives or attach with gdb and

Re: make test problem

2002-05-19 Thread Jie Gao
On Sun, 19 May 2002, Doug MacEachern wrote: > On Mon, 20 May 2002, Jie Gao wrote: > > > I've found Apache 2.0.36 doesn't work with mod_perl-1.99_01 on redhat 7.1. > > you can use modperl from cvs with .36 or wait for modperl 1.99_02 > (sometime this week). Just got one from cvs and 'make test' h

Re: make test problem

2002-05-19 Thread Doug MacEachern
On Mon, 20 May 2002, Jie Gao wrote: > I've found Apache 2.0.36 doesn't work with mod_perl-1.99_01 on redhat 7.1. you can use modperl from cvs with .36 or wait for modperl 1.99_02 (sometime this week). > With apache 2.0.35, I'm getting: ... > Cannot load /usr/local/apache2/modules/mod_rewrite

Re: make test fails on redhat

2002-04-03 Thread Ged Haywood
Hi there, On Wed, 3 Apr 2002, Jie Gao wrote: > All tests successful, 6 tests skipped. Are you sure about your subject line? > Files=34, Tests=382, 9 wallclock secs ( 4.47 cusr + 0.44 csys = 4.91 CPU) > kill `cat t/logs/httpd.pid` > cat: t/logs/httpd.pid: No such file or directory There may

Re: Make test issue with the URI module

2002-02-06 Thread dan
I've read through the previous messages on this topic, and have modified my blib/lib/Apache/test.pm as did export PERL_HTTP_URI_CLASS=URI::URL . Now when I "make test" I get: Can't locate URI/URL/_generic.pm in @INC (@INC contains: . ../blib/lib ../blib/arch /usr/lib/perl5/5.6.0/i386-linux /usr/

Re: Make test issue with the URI module

2002-02-04 Thread Rick Myers
On Feb 04, 2002 at 16:24:38 +0100, Thomas Klausner wrote: > > Does anyone know why this fails or how to fix it properly? This question was originally asked back in August. http://mathforum.org/epigone/modperl/sehpholzhex With some followup... http://mathforum.org/epigone/modperl/zhenp

Re: Make test issue with the URI module

2002-02-04 Thread Ron Savage
Thomas See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html > > When I tried the "make test" from the mod_perl installation I had an error > > saying that the module URI couldn't be found. I then downloaded and > > installed the URI module from cpan.org: URI-1.18 and n

Re: Make test issue with the URI module

2002-02-04 Thread Thomas Klausner
Hi! On Sun, Feb 03, 2002 at 05:24:03PM -0800, Pierre Carette wrote: > I am trying to install the latest version of Mod_perl (version 1.26) with > Apache 1.3.23 on RedHat 7.2. > > When I tried the "make test" from the mod_perl installation I had an error > saying that the module URI couldn't be f

Re: Make test with mod_perl 1.26 - further iinfo

2001-07-30 Thread Stas Bekman
On Mon, 30 Jul 2001 [EMAIL PROTECTED] wrote: > > > What CGI.pm version are you using? > > perl -MCGI -le 'print $CGI::VERSION' > > Version 3.02. Is there a way to go back to an earlier version, if that > will take care of this problem? It was installed by either > Bundle::CPAN or Bundle::Apache

Re: Make test with mod_perl 1.26

2001-07-29 Thread Stas Bekman
On Sun, 29 Jul 2001 [EMAIL PROTECTED] wrote: > Greetings. I had a mod_perl setup with Apache 1.3.11/ mod_perl > 1.24 on a RedHat Linux box running fine. Then I decided (or was > asked, actually) to upgrade to Apache 1.3.20/ mod_perl 1.26. > > The Apache install by itself ran fine, but when I tr

RE: Make Test problems...

2001-06-17 Thread Stas Bekman
in this case delete the old error_log file before you start the test, you have all the mess from the previous run posted. > /home/ian/mod_perl-1.25/t/logs/httpd.pid overwritten -- Unclean shutdown of > previous Apache run? It looks like it starts here: > [notice] Destruction->DESTROY called f

RE: Make Test problems...

2001-06-16 Thread Philip Mak
On Sun, 17 Jun 2001, Ian (the webguy) wrote: > I did a killall httpd as root then tried it again, but to no evail. I don't think that httpd already being running was the problem. The test script is supposed to pick a port that's NOT in use for the purposes of the test, isn't it? > still waiting

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
5 2001] [warn] [notice] child_init for process 2497, report any problems to [no address given] ~Ian -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 3:07 AM To: Ian (the webguy) Cc: mod_perl list Subject: RE: Make Test problems... > I did

RE: Make Test problems...

2001-06-16 Thread Stas Bekman
ne t/logs/error_log) at t/TEST line 95. > make: *** [run_tests] Error 9 > what the error_log says > > Ian > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 17, 2001 2:47 AM > To: Ian (the webguy) > Cc: mod_perl list > S

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
/usr/bin/perl t/TEST 0 still waiting for server to warm up...not ok server failed to start! (please examine t/logs/error_log) at t/TEST line 95. make: *** [run_tests] Error 9 Ian -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 17, 2001 2:47

RE: Make Test problems...

2001-06-16 Thread Stas Bekman
[parts of the message were snipped] On Sun, 17 Jun 2001, Ian (the webguy) wrote: > I used the makepl_args.mod_perl file that was given to me earlier, and I am > still getting the following error messages... > > make[1]: Leaving directory `/home/ian/mod_perl-1.25/Util' > cp t/conf/mod_perl_srm.

RE: Make Test problems...

2001-06-16 Thread Ian \(the webguy\)
to RTFM?) Thanks... Ian -Original Message- From: Steven Lembark [mailto:[EMAIL PROTECTED]] Sent: Monday, June 11, 2001 11:08 AM To: Ged Haywood; Ian (the webguy) Cc: [EMAIL PROTECTED] Subject: Re: Make Test problems... file called "makpl_args.mod_perl" in the mod_perl direc

Re: Make Test problems...

2001-06-14 Thread Doug MacEachern
On Sun, 10 Jun 2001, Ian (the webguy) wrote: ... > I'm not sure what's causing this. When I telnet to port 8529 and try to get > /test.html, I get > > > > 403 Forbidden this is a bug in the test suite, permissions problem if you 'make' as root. if you can 'perl Makefile.PL ... && make' as a

Re: Make Test problems...

2001-06-11 Thread Steven Lembark
file called "makpl_args.mod_perl" in the mod_perl directory. The best arrangement for the directories seems to be something like: Even easier, put .makepl_args.mod_perl into your home directory and you won't have to re-create it every time you go to re-build Apache.

Re: Make Test problems...

2001-06-11 Thread Ged Haywood
On Sun, 10 Jun 2001, Ian (the webguy) wrote: > I'm running RedHat 6.2 on an P5/300 with 128MB of RAM and 10GB of HDD. I've > grabbed the latest stable versions of Apache (1.3.9), and mod_perl. > [snip] > I keep on running into problems with the make test portion of my > installation. Snippets a

RE: Make test hangs on httpdconf

2001-03-08 Thread Stas Bekman
On Thu, 8 Mar 2001, John Walker wrote: > > -Original Message- > > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, March 06, 2001 10:08 AM > > To: John Walker > > Cc: '[EMAIL PROTECTED]' > > Subject: RE: Make test hangs on h

RE: Make test hangs on httpdconf

2001-03-08 Thread John Walker
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 06, 2001 10:08 AM > To: John Walker > Cc: '[EMAIL PROTECTED]' > Subject: RE: Make test hangs on httpdconf > > > > Actually, it seems I've screwed th

RE: Make test hangs on httpdconf

2001-03-06 Thread Stas Bekman
> Actually, it seems I've screwed things up worse than that. I hadn't tried > this previously, but the test still hangs at this point. I have left it > going for 20 minutes before killing, just to be on the safe side. The above > suggestion produces the same results. I have included some listings

RE: Make test hangs on httpdconf

2001-03-06 Thread John Walker
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 05, 2001 11:28 PM > To: John Walker > Cc: '[EMAIL PROTECTED]' > Subject: Re: Make test hangs on httpdconf > > > On Mon, 5 Mar 2001, John Walker wrote: > &g

Re: Make test hangs on httpdconf

2001-03-05 Thread Stas Bekman
On Mon, 5 Mar 2001, John Walker wrote: > Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian) > > I have been following the guide, and I wasn't too successful with the CPAN > method, so I tried the "A Summary of a Basic mod_perl Installation" method. > I didn't notice any error during the configur

Re: make test failed - can't locate loadable object...

2001-01-25 Thread Doug MacEachern
On Tue, 23 Jan 2001, Rodney Tamblyn wrote: > After setting up my system via CPAN, I've just compiled > mod_perl-1.24_01 and Apache 1.3.14 on Mklinux DR3. > > Make concludes happily without any errors. > > When I run make test I get the following errors: > > Syntax error on line 62 of /../t/co

Re: Make test error!!

2000-10-05 Thread Ricardo Stella
I think you are missing parameters when creating the make file: > > => perl Makefile.PL USE_DSO=1 EVERYTHING=1 PERL_DEBUG=1 Where's the apache src path in the above ??? Are you using the 'flexible' method, or the all in one ? If you are using the flexible method (with or without DSO suppor

Re: Make test error!!

2000-10-05 Thread Andrei A. Voropaev
Hi! Just to confirm that this is not a single case. I tried the same with apache_1.3.12 and it didn't work. Exactly the same error messages. Finally I gave up and compiled static version. That works without any problem. Andrei On Fri, Sep 15, 2000 at 10:45:32AM +0200, François Chenais wrote: >

Re: Make test error!!

2000-09-28 Thread Doug MacEachern
On Fri, 15 Sep 2000, [iso-8859-1] François Chenais wrote: > Hello > > Using perl 5.6.0 > apache_1.3.9 > > I 'm trying to build DSO mod_perl.1.24 > > => perl Makefile.PL USE_DSO=1 EVERYTHING=1 PERL_DEBUG=1 > > All is ok but "make test" says : > > -

Re: Make test error!!

2000-09-15 Thread G.W. Haywood
Hi there, On Fri, 15 Sep 2000, [iso-8859-1] François Chenais wrote: > Using perl 5.6.0 > apache_1.3.9 > > I 'm trying to build DSO mod_perl.1.24 Curious choice of versions. Why not 1.3.12? Tried `apachectl configtest'? Can you get anything from `httpd -l' What's in the error_log (if a

Re: 'make test' error with CVS modperl

2000-08-30 Thread Doug MacEachern
On Tue, 22 Aug 2000, Bruce W. Hoylman wrote: > > Having downloaded the latest CVS snapshot of modperl, using my standard > APACI config parameters to configure and compile, it compiles to > completion without error. 'make test' however returns the following > error when attempting to start the

RE: Make test fails for Apache::Session

2000-08-08 Thread Stuckey, Roger
9 August 2000 09:52 AM To: Stuckey, Roger; '[EMAIL PROTECTED]' Subject: Re: Make test fails for Apache::Session On Wed, Aug 09, 2000 at 08:51:08AM +1000, Stuckey, Roger wrote: > > I can't seem to get Apache::Session installed on our SGI-Irix box. The MySQL > test fails when

Re: Make test fails for Apache::Session

2000-08-08 Thread Ajit Deshpande
On Wed, Aug 09, 2000 at 08:51:08AM +1000, Stuckey, Roger wrote: > > I can't seem to get Apache::Session installed on our SGI-Irix box. The MySQL > test fails when trying to create a new database, as shown by the build > output below. Does anyone know what I am doing (or not doing) wrong? I have >

Re: make test failure

2000-08-08 Thread Rick Myers
On Aug 08, 2000 at 19:49:58 +0800, Kenneth Lee twiddled the keys to say: > Today I run make test with mod_perl the first time (I was skipping it before) > > modules/request.Modification of a read-only value attempted at > modules/request.t line 128. > modules/request.dubious

Re: make test of Apache::SSI

2000-05-15 Thread Ken Williams
[EMAIL PROTECTED] (Perrin Harkins) wrote: >On Mon, 15 May 2000, Ken Williams wrote: >> I'd prefer to figure out why the test is failing, because most of the real >> testing is done using that test. But it's difficult because I've never seen >> the test fail. > >Looks like the problem lies in thi

RE: make test of Apache::SSI

2000-05-15 Thread Wang, Pin-Chieh
- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 4:29 PM To: Perrin Harkins Cc: '[EMAIL PROTECTED]'; Wang, Pin-Chieh Subject: Re: make test of Apache::SSI [EMAIL

Re: make test of Apache::SSI

2000-05-15 Thread Perrin Harkins
On Mon, 15 May 2000, Ken Williams wrote: > I'd prefer to figure out why the test is failing, because most of the real > testing is done using that test. But it's difficult because I've never seen > the test fail. Looks like the problem lies in this line in t/real.t: my $HTTPD = "/home/ken/http/

Re: make test of Apache::SSI

2000-05-15 Thread Ken Williams
[EMAIL PROTECTED] (Perrin Harkins) wrote: >On Mon, 15 May 2000, Wang, Pin-Chieh wrote: >> I am installing Apache::SSI under Mod_perl.. >> When I ran make test I have permission denied when it trying to start httpd >> , therefore the test failed. > >It doesn't work for me either. I think Ken was

Re: make test of Apache::SSI

2000-05-15 Thread Perrin Harkins
On Mon, 15 May 2000, Wang, Pin-Chieh wrote: > I am installing Apache::SSI under Mod_perl.. > When I ran make test I have permission denied when it trying to start httpd > , therefore the test failed. It doesn't work for me either. I think Ken was going to make this test optional. Anyway, if you

Re: "make test" fails, httpd fails to start

2000-05-12 Thread Doug MacEachern
On Mon, 8 May 2000, Stas Bekman wrote: > > httpd fails to start because of the following. > > > > will write error_log to: t/logs/error_log > > > > Syntax error on line 3 of /tmp/mod_perl-1.23/t/conf/httpd.conf: > > > > Invalid command '=pod', perhaps mis-spelled or defined by a module not > > >

Re: "make test" fails, httpd fails to start

2000-05-08 Thread Rob Tanner
--On Monday, May 08, 2000 12:15 PM -0500 Steve Bauer <[EMAIL PROTECTED]> wrote: > I have apache 1.3.12, and mod_perl 1.23. both apache and mod_perl build > successfully, but make test fails. the output from "make test" is: > > cp t/conf/mod_perl_srm.conf t/conf/srm.conf > ../apache_1.3.12/src/h

Re: "make test" fails, httpd fails to start

2000-05-08 Thread Stas Bekman
On Mon, 8 May 2000, Steve Bauer wrote: > The file t/logs/error_log is never created. httpd fails because > /t/conf/httpd.conf looks more like a pod file than a httpd.conf. That's fine. > How is the correct httpd.conf file supposed to be created? > > What can I do to determine why the creatio

Re: "make test" fails, httpd fails to start

2000-05-08 Thread Steve Bauer
The file t/logs/error_log is never created. httpd fails because /t/conf/httpd.conf looks more like a pod file than a httpd.conf. How is the correct httpd.conf file supposed to be created? What can I do to determine why the creation is not happening?? Steve Bauer Stas Bekman wrote: > > On Mo

Re: "make test" fails, httpd fails to start

2000-05-08 Thread Stas Bekman
On Mon, 8 May 2000, Steve Bauer wrote: > I have apache 1.3.12, and mod_perl 1.23. both apache and mod_perl build > successfully, but make test fails. the output from "make test" is: > > cp t/conf/mod_perl_srm.conf t/conf/srm.conf > ../apache_1.3.12/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pw

RE: make test doesn´t work...

2000-04-26 Thread Geoffrey Young
if you are compiling a fresh installation, you might want to consider an upgrade... current versions are apache 1.3.12 and mod_perl 1.23 --Geoff > -Original Message- > From: FEITO Nazareno [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 26, 2000 3:10 PM > To: [EMAIL PROTECTED] > Subj

Re: make test doesn´t work...

2000-04-26 Thread jr
At 04:09 PM 4/26/00 -0300, FEITO Nazareno wrote: >Hi, i´m trying to configure mod_perl 1.19 with Apache 1.3.9 but when i make >the test i got an error message... something like he >couldn´t start httpd, how i fix that? >the path are correct, the Makefile is correct, apache is configured >correctly

Re: [make test warns] mod_perl/mod_ssl

2000-03-30 Thread Doug MacEachern
> httpd.conf should have: > > > SSLDisable > SSLSessionCache none > ok, applied, thanks!

Re: make test fails on Embperl on AIX ...

2000-02-08 Thread Jens-Uwe Mager
On Mon, Feb 07, 2000 at 09:29:16PM +0100, Gerald Richter wrote: > > > > I've been trying to build HTML::Embperl on aix > > (4.3.1), > > but the make test fails > > > > I don't have any experienes with AIX, the only thing I know is what Jens Uwe > wrote to me in the FAQ > > http://perl.apache.org

RE: make test fails on Embperl on AIX ...

2000-02-07 Thread Gerald Richter
> > I've been trying to build HTML::Embperl on aix > (4.3.1), > but the make test fails > I don't have any experienes with AIX, the only thing I know is what Jens Uwe wrote to me in the FAQ http://perl.apache.org/embperl/Faq.pod.1.html#Embperl_and_mod_perl_on_AIX he also sends the patches to bu

Re: make test fails

2000-01-30 Thread Jeff Beard
First, thanks for the help. It's appreciated. The problem was my bad. I built the compiler with GNU binutils, which on Solaris is a no-no, but built Perl with the Sun tools. Once I rebuilt the compiler using the Sun tools, then rebuilt everything from scratch it worked fine. I'm posting this t

Re: make test fails

2000-01-28 Thread G.W. Haywood
Hi there, On Thu, 27 Jan 2000, Jeff Beard wrote: > running make test fails and produces the errors listed at the end of > this message. I searched the list archives and found a posting that > suggested rebuilding Perl with the same compiler and tools that I > use for apache and mod_perl. So I d

Re: make test fails

2000-01-28 Thread vinecent hong
Read http://perl.apache.org/guide/troubleshooting.html there explain the error you mentioned though its explanation for "Can't load '.../auto/DBI/DBI.so' for module DBI " - Original Message - From: Jeff Beard <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 28, 2000 4:57

Re: make test

2000-01-26 Thread Ilan Bar-On
lt;[EMAIL PROTECTED]> Cc: Ilan Bar-On <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: éåí ùðé, éðåàø 24, 2000 10:46 Subject: Re: make test > > Ilan> When I am connected to the net(inetrnet) everything continue > > Ilan> to work fine. > > > > Ilan> How

Re: make test

2000-01-24 Thread Stas Bekman
> Ilan> When I am connected to the net(inetrnet) everything continue > Ilan> to work fine. > > Ilan> However, when I am offline, make test fails. > Ilan> It complains about: > > Ilan> still waiting for server to warm upnot ok > Ilan> server failed to start! > > Perhaps

Re: make test

2000-01-24 Thread Bruno Connelly
Ilan> When I am connected to the net(inetrnet) everything continue Ilan> to work fine. Ilan> However, when I am offline, make test fails. Ilan> It complains about: Ilan> still waiting for server to warm upnot ok Ilan> server failed to start! Perhaps this is because the

RE: make test

2000-01-24 Thread Geoffrey Young
try editing /mod_perl-1.21/t/TEST line 83 give your server more time by increasing the sleep time that will probably help... --Geoff > -Original Message- > From: Ilan Bar-On [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 24, 2000 12:11 PM > To: [EMAIL PROTECTED] > Subject: make tes

Re: make test fails

1999-10-02 Thread Pepi
Thank you both, I found the what was causing problems: RedHat by default creates all home directories with no read permissions for third parties, so when I chnaged that it worked. Thanks again, Petar __ Petar Maymounkov

Re: make test fails

1999-10-02 Thread Stas Bekman
> Hi everybody, > > I am installing apache 1.3.9 and modperl 1.21: > > I untar them in two subdirectories of the same home directory, > then I go to the modperl directory and type: > > perl Makefile.PL APACHE_SRC=../apache_1.3.9/src \ > DO_HTTPD=1 USE_APACI=1 PERL_MARK_WHERE=1 EVERYTHING=1

Re: make test fails

1999-10-02 Thread Anthony Gardner
It has been suggested to increase the sleep in that script to let the server warm up a bit more. The only time I experienced that problem was when something else was wrong with the install. Change the sleep first from 1 to 5 secs and see what happens. Apart from that I don't know. The port nu