Re: [mp2] & Apache2: undefined symbol: PL_localizing

2004-10-12 Thread Joe Orton
On Mon, Oct 11, 2004 at 11:47:33PM +0200, MARTIN Pierre wrote: > > Please do: > > cd src/modules/perl/ > > rm mod_perl.so > > make -f Makefile.modperl > > Here we go: > > /data/misc/mod_perl-1.99_16/src/modules/perl# rm mod_perl.so > /data/misc/mod_perl-1.99_16/src/modules/perl# make -f Makefile.

Re: Mod perl performance and DSO?

2004-10-12 Thread William McKee
On Tue, Oct 12, 2004 at 05:06:18PM +0100, Martin Moss wrote: > Most information I find on the web to do this uses > DSO. Performance is absolutely critical for this > machine, it's going to be handling millions of web > 'hits' per day. > > My question is, should we use DSO or not? > My second que

Mod perl performance and DSO?

2004-10-12 Thread Martin Moss
All, I have a brand new redhat 9 box. I have plenty of diskspace and I need to install apache mode perl mod php and mod ssl. Most information I find on the web to do this uses DSO. Performance is absolutely critical for this machine, it's going to be handling millions of web 'hits' per day. My

Re: New to modperl

2004-10-12 Thread Perrin Harkins
On Tue, 2004-10-12 at 15:46, steve silvers wrote: > The scripts seem to run atleast 5 times > faster, maby just because I'm on Linux now. It could be all kinds of things, but a 5 times speedup is not unusual for mod_perl. > My question is how do I know if my scripts are running as modperl? Is th

Re: New to modperl

2004-10-12 Thread Tom Mornini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Inspect $ENV{MOD_PERL} Better to Google for basic answers to questions like these. Also, the docs for mod_perl are excellent and have been for years. Additionally, the O'Rielly mod_perl (Eagle) book is tre

New to modperl

2004-10-12 Thread steve silvers
I have been programming Perl for a number of years now, but mainly on a Win32 platform. I recently purchased a hosting package with Perl, Linux, Apache, MySQL, etc, and they say that the servers are configured to run modperl. I took my existing CGI scirpts and uploaded them and set the proper p

Re: [mp2] & Apache2: undefined symbol: PL_localizing

2004-10-12 Thread MARTIN Pierre
Hello Nick, > If you want mod_perl for Apache2 in Debian, I'd suggest you use a > packaged > version; it's a lot easier. My problem is, that i CANT get the debian package because i compiled & installed apache manualy. Few weeks ago i tryed to override some debian dependency packages, and the resu

Re: [mp2] & Apache2: undefined symbol: PL_localizing

2004-10-12 Thread MARTIN Pierre
> Hi Pierre, Hello William, > I run Apache with Debian and have had > troubles in the past with compiling mod_perl due to having two copies of > libperl.so[1]; I think this would more likely be the case if you have > compiled Perl yourself. We discussed about all this with Stas and we arrived at

[ANNOUNCE] Apache-Test-1.14

2004-10-12 Thread Geoffrey Young
The URL http://perl.apache.org/~geoff/Apache-Test-1.14.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.14.tar.gz size: 127197 bytes md5: d930b810b4e1b85325f3e3fd9cb93bd1 Changes since 1.13: improve the same_interpreter framework to handle response failur

Re: Apache::DBI with multiples databases...

2004-10-12 Thread Frank Maas
On Tue, Oct 05, 2004 at 10:27:19PM +0200, Perrin Harkins wrote: > > Remember, Apache::DBI doesn't share these connections between processes > -- every process will need to open a connection to all three databases. If the databases all reside on the same server, you could initiate one connection (

Re: [mp2] & Apache2: undefined symbol: PL_localizing

2004-10-12 Thread William McKee
Hi Pierre, You're in the right place. I run Apache with Debian and have had troubles in the past with compiling mod_perl due to having two copies of libperl.so[1]; I think this would more likely be the case if you have compiled Perl yourself. William [1] http://mathforum.org/epigone/modperl/pe