Re: Undefined symbol "Perl_pad_sv" building mp2

2009-09-01 Thread Fred Moyer
On Tue, Sep 1, 2009 at 10:14 PM, wrote: > But this is the mod_perl mailing list.  It is the place to which > one sends reports of bugs or problems with mod_perl.  I sent such > a report, citing this undefined symbol when building mod_perl2. Right, but if you are mixing major versions of perl, you

Re: Undefined symbol "Perl_pad_sv" building mp2

2009-09-01 Thread craig
But this is the mod_perl mailing list. It is the place to which one sends reports of bugs or problems with mod_perl. I sent such a report, citing this undefined symbol when building mod_perl2. It is hard for me to imagine that the fact that I gave the perl build process a list of directories to

Re: Undefined symbol "Perl_pad_sv" building mp2

2009-09-01 Thread Fred Moyer
[cc'ing the list as to not break the thread] On Tue, Sep 1, 2009 at 7:41 PM, wrote: > I have always included previous perl libraries in the @INC of > new builds.  And it has always worked, with the single > exception of building mod_perl2 this time.  All of the perl > scripts and modules on my si

Re: Undefined symbol "Perl_pad_sv" building mp2

2009-09-01 Thread Fred Moyer
Can you please cc the list on all replies? On Tue, Sep 1, 2009 at 5:41 PM, wrote: > cd /build/perl-5.10.1/ > make veryclean > ./Configure -Dd_dosuid > -Dotherlibdirs=/usr/local/lib/perl5/5.8.9:/usr/local/lib/perl5/site_perl/5.8.9:/usr/local/lib/perl5/5.8.8:/usr/local/lib/perl5/site_perl/5.8.8:/us

Re: changing apache process name?

2009-09-01 Thread Sebastiaan Hoogeveen
On 1 sep 2009, at 19:43, mcvella wrote: I am wondering if anyone knows if there is a way to configure what it shown as the running apache process name. I am not sure if this is technically a mod_perl question. The problem is that the process name is partially truncated, so we are unable t

Re: changing apache process name?

2009-09-01 Thread Joe Brenner
Torsten Foertsch wrote: > mcvella wrote: > > I am wondering if anyone knows if there is a way to configure what it > > shown as the running apache process name. I am not sure if this is > > technically a mod_perl question. The problem is that the process > > name is partially truncated, so we a

Re: changing apache process name?

2009-09-01 Thread Torsten Foertsch
On Tue 01 Sep 2009, mcvella wrote: > I am wondering if anyone knows if there is a way to configure what it > shown as the running apache process name.  I am not sure if this is > technically a mod_perl question.  The problem is that the process > name is partially truncated, so we are unable to det

Re: Undefined symbol "Perl_pad_sv" building mp2

2009-09-01 Thread Fred Moyer
On Tue, Sep 1, 2009 at 9:27 AM, wrote: > A bit more data on the problem reported below: > > /build/modperl-2.0 $ grep -r Perl_pad_sv * > Binary file src/modules/perl/mod_perl.so matches > /build/modperl-2.0 $ ll src/modules/perl/mod_perl.so > -rwxr-xr-x  1 user  wheel  1559168 Aug 29 21:22 src/mod

changing apache process name?

2009-09-01 Thread mcvella
Hello- I am wondering if anyone knows if there is a way to configure what it shown as the running apache process name. I am not sure if this is technically a mod_perl question. The problem is that the process name is partially truncated, so we are unable to determine exactly what perl app is ru

Re: Undefined symbol "Perl_pad_sv" building mp2

2009-09-01 Thread craig
A bit more data on the problem reported below: /build/modperl-2.0 $ grep -r Perl_pad_sv * Binary file src/modules/perl/mod_perl.so matches /build/modperl-2.0 $ ll src/modules/perl/mod_perl.so -rwxr-xr-x 1 user wheel 1559168 Aug 29 21:22 src/modules/perl/ mod_perl.so /build/modperl-2.0 $ cd /