Re: Can't locate ../Functions/db.pl in @INC

2004-10-29 Thread Craig Moynes
I'll give this a shot, seeing as no one seemed to have answered: In your pl files you can try including something like: use lib qw(directory containing module directories); Example: use lib qw(/usr/local/apache2/perl); In my config I have PerlRequire /usr/local/apache2/perl/startup.pl which cont

Re: $0 ?

2004-10-29 Thread Pratik
I don't know about mp2. But in mp1, I tried to assign some value to $0 in PerlChildInitHandler, and it gave segmentation fault. I haven't looked into it in details. I'd like to know if this is a known issue or not. -Pratik On Fri, 29 Oct 2004 16:13:19 -0400, Stas Bekman <[EMAIL PROTECTED]> wrote

Re: $0 ?

2004-10-29 Thread Stas Bekman
Torsten Förtsch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 29 October 2004 20:17, Stas Bekman wrote: perl allows to modify $0. Then top, ps & co would display the new process title. Can the process title of a mod_perl modified apache be set this way? What is it that you are tryi

Re: $0 ?

2004-10-29 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 29 October 2004 20:17, Stas Bekman wrote: > > perl allows to modify $0. Then top, ps & co would display the new process > > title. Can the process title of a mod_perl modified apache be set this > > way? > > What is it that you are trying to

Re: Fail to configure mod_perl and build apache

2004-10-29 Thread Stas Bekman
CN wrote: > Hi! > > Because "perl Makefile.PL" did not find LWP::UserAgent and > HTML::HeadParser in my Debian box, I did "apt-get install > libapache-mod-perl". Then I did "dpkg -P libapache-mod-perl" to remove > that package. Since then "perl Makefile.PL" seems to have trouble as it > complains

Re: $0 ?

2004-10-29 Thread Stas Bekman
Torsten Förtsch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, perl allows to modify $0. Then top, ps & co would display the new process title. Can the process title of a mod_perl modified apache be set this way? What is it that you are trying to do? Change $0 and affect the way it's se

$0 ?

2004-10-29 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, perl allows to modify $0. Then top, ps & co would display the new process title. Can the process title of a mod_perl modified apache be set this way? Torsten -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBgn/iwicyCTir8T

Re: pb setting NLS_LANG with mod_perl 1.99_14et DBD::Oracle

2004-10-29 Thread Stas Bekman
Jean-Paul COGNET wrote: I upgrade with the new version of Apache 2.0 (httpd-2.0.52) and mod_perl 1.99_17 and the behaviour is exactly the same. OK If I set NLS_LANG I obtain this logs just before connect ORACLE_HOME=/opt/oracle/product/10g/OraDB10g NLS_LANG=french_france.WE8ISO8859P1 I cannot conn

Re: pb setting NLS_LANG with mod_perl 1.99_14et DBD::Oracle

2004-10-29 Thread Jean-Paul COGNET
I upgrade with the new version of Apache 2.0 (httpd-2.0.52) and mod_perl 1.99_17 and the behaviour is exactly the same. If I set NLS_LANG I obtain this logs just before connect ORACLE_HOME=/opt/oracle/product/10g/OraDB10g NLS_LANG=french_france.WE8ISO8859P1 I cannot connect and have this log in A