mod_perl on Fedora 9

2008-05-08 Thread Michael A. Capone
1. Problem Description: mod_perl 2.0.4 will not compile on Fedora 9. cd src/modules/perl make make[1]: Entering directory `/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl' gcc -I/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl -I/local/home/swload/webbuild/mod_perl-2.0/xs

Re: mod_perl on Fedora 9

2008-05-08 Thread Fred Moyer
Michael A. Capone wrote: 1. Problem Description: mod_perl 2.0.4 will not compile on Fedora 9. `/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl' make: *** [modperl_lib] Error 2 To be honest, i don't think this is a mod_perl bug per se... it looks like a problem with some library not

Re: mod_perl on Fedora 9

2008-05-08 Thread Michael A. Capone
Fred Moyer wrote: Michael A. Capone wrote: 1. Problem Description: mod_perl 2.0.4 will not compile on Fedora 9. `/local/home/swload/webbuild/mod_perl-2.0/src/modules/perl' make: *** [modperl_lib] Error 2 To be honest, i don't think this is a mod_perl bug per se... it looks like a

Re: mod_perl on Fedora 9

2008-05-08 Thread Fred Moyer
Michael A. Capone wrote: 1. Problem Description: mod_perl 2.0.4 will not compile on Fedora 9. modperl_xsinit.c:30: warning: passing argument 3 of 'Perl_newXS' from incompatible pointer type make[1]: *** [modperl_xsinit.lo] Error 1 make[1]: Leaving directory

Re: [mp2] compilation errors with mod_perl-2.0.4 on OpenBSD

2008-05-08 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simon Bertrang wrote: | +typedef void * apr_thread_rwlock_t; and +if ($path =~ m/(Thread|Global)(Mutex|RWLock)/) { ~From gozer Committed and verified as working. http://svn.apache.org/viewvc?rev=654655view=rev WOOT! - -- -

[FreeBSD]: port - www/mod_perl2 updated to 2.0.4

2008-05-08 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123535 Not committed yet, but will be soon. - -- - Philip M. Gollucci ([EMAIL PROTECTED]) o:703.549.2050x206 Senior System

[FreeBSD]: port - www/p5-Apache-Reload updated to 0.10

2008-05-08 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123536 Not yet committed... - -- - Philip M. Gollucci ([EMAIL PROTECTED]) o:703.549.2050x206 Senior System Admin - Riderway,

[FreeBSD]: port - www/p5-Apache-DB updated to 0.14

2008-05-08 Thread Philip M. Gollucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123539 Not comitted yet, but will be soon. - -- - Philip M. Gollucci ([EMAIL PROTECTED]) o:703.549.2050x206 Senior System

svn commit: r654655 - in /perl/modperl/trunk: Changes lib/ModPerl/BuildMM.pm src/modules/perl/modperl_apache_compat.h

2008-05-08 Thread pgollucci
Author: pgollucci Date: Thu May 8 16:49:16 2008 New Revision: 654655 URL: http://svn.apache.org/viewvc?rev=654655view=rev Log: Fix compiles with non-threaded APRs. Reported by: pgollucci, Simon Bertrang [EMAIL PROTECTED] Submitted by: gozer, Simon Bertrang [EMAIL PROTECTED] Reviewed by: