Re: Preestablish database connection during httpd process startup--HOWTO??

2005-11-17 Thread KartheeK
Hi Frank, I tried But I get this: = [Fri Nov 18 11:41:11 2005] [error] Can't locate Apache/DBI.pm in @INC (@INC contains: /opt/otrs/Kernel/cpan-lib /opt/otrs/ /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5

Connection to PostgreSQL DataBase with Apache::DBI

2005-11-17 Thread Plymouth Rock
Anybody who uses current major versions of pre-built binaries of the: Apache2 + mod_perl2 + Apache::DBI + PostgreSQL8 and knows how to do "Preopening DBI connections" upon server's start up (not only using a persistent database connection at Perl-script's runnings after server has been already s

Re: Need help troubleshooting error using Net::SSH::Perl

2005-11-17 Thread Boysenberry Payne
Disregard this thread, I figured out what it was. SOmehow the ssh server got shut off. Sorry for the unnecessary noise. Thanks, Boysenberry boysenberrys.com | habitatlife.com | selfgnosis.com On Nov 17, 2005, at 5:47 PM, Boysenberry Payne wrote: Hello, I'm on OS X 10.3.9 / AP2 /

Need help troubleshooting error using Net::SSH::Perl

2005-11-17 Thread Boysenberry Payne
Hello, I'm on OS X 10.3.9 / AP2 / MP 2 / Perl 5.8.7 I've got a script that connects to a couple of ssh servers using Net::SSH::Perl. I've been able to log onto both servers using SSH in a terminal and previously my script worked for connecting to both servers. Now, one server gives

Re: make test error

2005-11-17 Thread Philippe M. Chiasson
Kent, Mr. John (Contractor) wrote: > Greetings, > > When installing the latest mod_perl with Apache 2.0.55 > make test produced the following error: > > [...] > [Wed Nov 16 10:41:50 2005] [error] Insecure directory in $ENV{PATH} while > running with -T switch at > /users/webuser/src/mod_perl-2.

Re: [mp2] Patch for Apache2::Resource defaults problem

2005-11-17 Thread Philippe M. Chiasson
Kjetil Kjernsmo wrote: > Hi and a little dahut to all cryptids! > > I was trying out the Apache2::Resource module, and decided to try it out > using just the default configuration. All I got was > Can't locate object method "server" via package "Apache2" > at /usr/lib/perl5/Apache2/Resource.pm

make test error

2005-11-17 Thread Kent, Mr. John \(Contractor\)
Greetings, When installing the latest mod_perl with Apache 2.0.55 make test produced the following error: [warning] setting ulimit to allow core files ulimit -c unlimited; /users/webuser/perl.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.0/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APA

[mp2] Patch for Apache2::Resource defaults problem

2005-11-17 Thread Kjetil Kjernsmo
Hi and a little dahut to all cryptids! I was trying out the Apache2::Resource module, and decided to try it out using just the default configuration. All I got was Can't locate object method "server" via package "Apache2" at /usr/lib/perl5/Apache2/Resource.pm line 133. So, I started hacking th

Re: Preestablish database connection during httpd process startup--HOWTO??

2005-11-17 Thread Enno
and you might want to change your database password too. we all have it now... Enno On Thu, 17 Nov 2005, Frank Wiles wrote: > On Thu, 17 Nov 2005 07:41:26 + (GMT) > KartheeK <[EMAIL PROTECTED]> wrote: > > > Hello Everybody, > > I am Using a Trouble ticketing System- OTRS it is running on > >

Re: Preestablish database connection during httpd process startup--HOWTO??

2005-11-17 Thread Frank Wiles
On Thu, 17 Nov 2005 07:41:26 + (GMT) KartheeK <[EMAIL PROTECTED]> wrote: > Hello Everybody, > I am Using a Trouble ticketing System- OTRS it is running on > mod_perl, I am trying to configure " Preestablish datababase > connections" During httpd process startup: I have configured the > "apac