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

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

Re: Undefined symbol Perl_pad_sv building mp2

2009-09-01 Thread Fred Moyer
On Tue, Sep 1, 2009 at 9:27 AM, cr...@animalhead.com 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

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

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

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, cr...@animalhead.com wrote: cd /build/perl-5.10.1/ make veryclean ./Configure -Dd_dosuid

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, cr...@animalhead.com 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

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

Re: Undefined symbol Perl_pad_sv building mp2

2009-09-01 Thread Fred Moyer
On Tue, Sep 1, 2009 at 10:14 PM, cr...@animalhead.com 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