mod perl libapreq make test problem

2003-02-26 Thread Lamotte Denis
make test t/httpd -f `pwd`/t/httpd.conf dyld: t/httpd Undefined symbols: _ap_null_cleanup _ap_pcalloc _ap_register_cleanup _ap_table_add _ap_table_get _ap_table_set _ap_table_unset _hvrv2table _mod_perl_tie_table _perl_request_rec _sv2request_rec _ap_day_snames _ap_month_snames _ap_null_cleanup

Fwd: Re: mod perl libapreq make test problem

2003-02-17 Thread Lamotte Denis
Remarque : message transféré en pièce jointe. = Lamotte Denis +352021268760 ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com ---BeginMessage--- yes david i've followed your

Fwd: mod perl libapreq make test problem

2003-02-17 Thread Lamotte Denis
I've found i nice url: http://www.advogato.org/article/627.html with this modification in config.pm : What to do before attempting to compile ANY Perl extensions more information: man 1 dyld The first thing you should do is change line 596 of /System/Library/Perl/darwin/Config.pm to:

mod perl libapreq make test problem

2003-02-16 Thread Lamotte Denis
make test t/httpd -f `pwd`/t/httpd.conf dyld: t/httpd Undefined symbols: _ap_null_cleanup _ap_pcalloc _ap_register_cleanup _ap_table_add _ap_table_get _ap_table_set _ap_table_unset _hvrv2table _mod_perl_tie_table _perl_request_rec _sv2request_rec _ap_day_snames _ap_month_snames _ap_null_cleanup

Re: mod perl libapreq make test problem

2003-02-16 Thread David Wheeler
On Sunday, February 16, 2003, at 09:37 AM, Lamotte Denis wrote: i think ive successfully compile apache with mod perl and mod php. i'm working on Mac osx 10.2.4 with perl 5.8.0 Did you compile the libapreq C library before compiling Apache::libapreq? See INSTALL.MacOSX in the libapreq

[mp2] the make test problem saga continues...

2002-12-03 Thread Beau E. Cox
-8-- Start Bug Report 8-- 1. Problem Description: A. Reinstalled apache 2.0.43 w/o my crazy SuSE layout, just: ./configure --with-mpm=worker Apache AOK. B. Pulled CVS source for mp2 as per web site instructions. perl

RE: [mp2] the make test problem saga continues...

2002-12-03 Thread Beau E. Cox
100% sure that... but, yes, it worked. I seem to get burned almost every time I let that one slip! :) -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 4:14 AM To: Beau E. Cox Cc: Modperl Subject: Re: [mp2] the make test problem saga continues

Re: [mp2] the make test problem saga continues...

2002-12-03 Thread Stas Bekman
C. same Apache/Const.pm not found: Can't locate Apache/Const.pm in @INC (@INC contains: [...] D. same tests failed: apache/subprocessFAILED tests 1-4 Failed 4/4 tests, 0.00% okay OK, here is the patch that will 100% :) fix these two problems (apply manually

RE: [mp2] the make test problem saga continues...

2002-12-03 Thread Beau E. Cox
Ok Mr. 100%... ;-) I'll get cvs again. Aloha = Beau. -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:33 AM To: Beau E. Cox Cc: Modperl Subject: Re: [mp2] the make test problem saga continues... C. same Apache/Const.pm not found

RE: [mp2] the make test problem saga continues...

2002-12-03 Thread Beau E. Cox
03, 2002 5:33 AM To: Beau E. Cox Cc: Modperl Subject: Re: [mp2] the make test problem saga continues... C. same Apache/Const.pm not found: Can't locate Apache/Const.pm in @INC (@INC contains: [...] D. same tests failed: apache/subprocessFAILED tests 1-4

Re: make test problem error 111

2002-07-30 Thread Padraic Woods
to 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 Subject: Re: make test problem error 111 Padraic

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

make test problem error 111

2002-07-18 Thread Padraic Woods
Hi, I'm trying to install apache + mod_perl + mod_ssl but get aerror after running make test, I've tried skiping the make test butget a segmentation faultwhen I try starting apache. Heres what I did, #configure% cd mod_ssl-2.8.10-1.3.26% ./configure --with-apache=../apache_1.3.26% cd

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

make test problem

2002-05-19 Thread Jie Gao
Hi All, uname -a: Linux xxx 2.4.17-02-shuckle #8 Thu Apr 18 13:15:58 EST 2002 i686 unknown I've found Apache 2.0.36 doesn't work with mod_perl-1.99_01 on redhat 7.1. With apache 2.0.35, I'm getting: make test ... /usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2 \ t/TEST -clean setting

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

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' hangs

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