RE: mod_perl compilitation errors

2005-10-27 Thread sunil.thunga
Thank you very much for help. I got the latest mod_per and I tried to compile with all the possible options to my knowledge and failed to build the static compilation.   Now, I am trying to do the dynamic compilation and still getting the same errors. Please help me out from these prob

static mod_perl compilation failed...

2005-10-27 Thread Marc Gràcia Galobart
Hi everybody, Since now we were using a "normal" installation of mod_perl, with dso apache and a dynamic loading enabled perl. Due to some problems with lib versions when trying to install our app in different linux distributions, we're now trying to go as "static" as possible. We distribute a

Re: Apache::DBI and NameVirtualHost

2005-10-27 Thread gb
Geoffrey Young wrote: Am I doing something wrong? Can Apache::DBI hold several handlers for one httpd process? I suspect that user connects to different processes and the handler (dbname/username/pass) do not always match. Apache::DBI will cache connections on a per-connection-string basi

Re: Apache::DBI and NameVirtualHost

2005-10-27 Thread Geoffrey Young
>> Apache::DBI will cache connections on a per-connection-string basis, >> once in >> each child process. so, if each connection to a database is made using a >> different username each will be cached and you'll end up with >> users*processes number of cached connections in total. >> > The probl

Re: Apache::DBI and NameVirtualHost

2005-10-27 Thread gb
I use prefork mpm The connection string in a startup script of each site is Apache::DBI->connect_on_init("dbi:Oracle:SID", "login1", "pass1",{ PrintError => 0,AutoCommit => 0 }); I change only login and password for different sites. So 5 different connection strings Interesting thing - raising

2.0.2 release is still broken for Apache2::PerlSections

2005-10-27 Thread Randal L. Schwartz
I posted my bug report about two weeks ago. Just want to make sure that it's still active. For my installation, I'll have to continue the workaround of: use Apache2::PerlSections; BEGIN { *Apache2::PerlSections::dump_special = sub { my($self, @data) = @_; $self->ad

Re: 2.0.2 release is still broken for Apache2::PerlSections

2005-10-27 Thread Frank Wiles
On 27 Oct 2005 06:39:27 -0700 merlyn@stonehenge.com (Randal L. Schwartz) wrote: > > I posted my bug report about two weeks ago. Just want to make sure > that it's still active. > > For my installation, I'll have to continue the workaround of: > > use Apache2::PerlSections; > BEGIN { >

Apache reports mod_perl-2.0.2 as 2.0.1

2005-10-27 Thread Aliet Santiesteban Sifontes
Hi list, I installed the new mod_perl-2.0.2 binaries, but apache reports the module as 2.0.1. Also in the downloads page there is a typo here... mod_perl 2.0: Version 2.0.2 - October 20, 20055 in the year Best Regards

Re: Apache reports mod_perl-2.0.2 as 2.0.1

2005-10-27 Thread Geoffrey Young
Aliet Santiesteban Sifontes wrote: Hi list, I installed the new mod_perl-2.0.2 binaries, but apache reports the module as 2.0.1. in what sense? I just did a fresh build of the 2.0.2 tarball from http://perl.apache.org/dist/mod_perl-2.0.2.tar.gz and I get this in my error_log when running

Re: Apache reports mod_perl-2.0.2 as 2.0.1

2005-10-27 Thread Aliet Santiesteban Sifontes
Yes, Geoffrey, I get the ppms very quick from the time it was uploaded, maybe in some how I get a cache or something, I did a fresh install of mod_perl.so by hand and is working ok now, thank's. Geoffrey Young wrote: Aliet Santiesteban Sifontes wrote: Hi list, I installed the new mod_perl-2.0.

OT: Catalyst on mod_perl only hosting.

2005-10-27 Thread Gert Burger
Hi Sorry for OT. I would like to know how difficult is it to get catalyst going on a mod-perl hosted account? E.g If I have a account at a hosting company that provides mod_perl. Can I 'install' a catalyst webapp and run it without the hosting company having a systemwide catalyst installation?

Re: OT: Catalyst on mod_perl only hosting.

2005-10-27 Thread Philip M. Gollucci
Gert Burger wrote: E.g If I have a account at a hosting company that provides mod_perl. Can I 'install' a catalyst webapp and run it without the hosting company having a systemwide catalyst installation? perl -MCPAN -e install (Bundle::Catalyst) FYI, thats almost half of CPAN they mi

Re: OT: Catalyst on mod_perl only hosting.

2005-10-27 Thread Gert Burger
You assume I have shell access which I dont. Thats why i'm asking ;-> Thanks for the prely though. On Thu, 2005-10-27 at 12:14 -0400, Philip M. Gollucci wrote: > Gert Burger wrote: > > E.g If I have a account at a hosting company that provides mod_perl. Can > > I 'install' a catalyst webapp and r

Re: OT: Catalyst on mod_perl only hosting.

2005-10-27 Thread Philip M. Gollucci
Gert Burger wrote: You assume I have shell access which I dont. Thats why i'm asking ;-> You're in the wrong hosting company :) -- END What doesn't kill us can only make us stronger. Nothing is impossible.

Re: OT: Catalyst on mod_perl only hosting.

2005-10-27 Thread Gert Burger
Well, I live in South Africa. We have the shittest telecom company in the whole world. So hosting is crap here and internet access is crap here. And due to our 'special' telecom's company which cap(Intl) adsl users at 3gb. We have to host our stuff locally so that capped users can still access th

Re: static mod_perl compilation failed...

2005-10-27 Thread Philip M. Gollucci
Marc Gràcia Galobart wrote: modperl_sys.c:65:2: error: #error "modperl_sys_dlclose not defined on this platform" - Makefile.PL call: perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=../httpd-$eBDApacheVersion MP_AP_CONFIGURE="--prefix=$BuildPrefix --sysconfdir=$InstallBase/conf --enable-ssl --wit

mp2 shared vs. static build - pros & cons?

2005-10-27 Thread Jeff Ambrosino
In anticipation of upgrading my mp2 build to the latest/greatest, I would like to consider switching from a DSO build to a static build. Could folks here offer their opinions on pros/cons in terms of performance/memory, etc? FYI my environment is httpd 2.0.55, prefork MPM, Perl 5.8.6 (w/threads),

Re: mp2 shared vs. static build - pros & cons?

2005-10-27 Thread Frank Wiles
On Thu, 27 Oct 2005 17:37:36 -0400 Jeff Ambrosino <[EMAIL PROTECTED]> wrote: > In anticipation of upgrading my mp2 build to the latest/greatest, I > would like to consider switching from a DSO build to a static build. > Could folks here offer their opinions on pros/cons in terms of > performance/