Re: Runaway CPU/memory on MP2 after Oracle upgrade

2006-05-17 Thread Thomas Hilbig
--- [EMAIL PROTECTED] wrote: > I don't use Apache::DBI(maybe I should) and use > DBD-Oracle however the > error looks very familar - > > Quick fix : - vi /etc/ld.so.conf and add the oracle > lib path. > - run ldconfig > > I set my ORACLE_HOME etc in httpd.conf. > > David K

Re: Runaway CPU/memory on MP2 after Oracle upgrade

2006-05-17 Thread Thomas Hilbig
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Wed, 2006-05-17 at 09:06 -0700, Thomas Hilbig > wrote: > > If I try to run the > > environment under Mod_Perl (PerlResponseHandler > > ModPerl::Registry), the httpd process consumes all > CPU > > and all memory when I visit the first CGI page >

Re: Runaway CPU/memory on MP2 after Oracle upgrade

2006-05-17 Thread Thomas Hilbig
--- Frank Wiles <[EMAIL PROTECTED]> wrote: > On Wed, 17 May 2006 09:06:07 -0700 (PDT) > Thomas Hilbig <[EMAIL PROTECTED]> wrote: > > > install_driver(Oracle) failed: Can't load > > > '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' > > for module DBD::Oracle: lib

Re: Runaway CPU/memory on MP2 after Oracle upgrade

2006-05-17 Thread Perrin Harkins
On Wed, 2006-05-17 at 09:06 -0700, Thomas Hilbig wrote: > If I try to run the > environment under Mod_Perl (PerlResponseHandler > ModPerl::Registry), the httpd process consumes all CPU > and all memory when I visit the first CGI page that > uses DBI. [...] > The same problem occurs if I change my D

Re: Runaway CPU/memory on MP2 after Oracle upgrade

2006-05-17 Thread Frank Wiles
On Wed, 17 May 2006 09:06:07 -0700 (PDT) Thomas Hilbig <[EMAIL PROTECTED]> wrote: > install_driver(Oracle) failed: Can't load > '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/Oracle/Oracle.so' > for module DBD::Oracle: libclntsh.so.10.1: cannot open > shared object file: No such

Runaway CPU/memory on MP2 after Oracle upgrade

2006-05-17 Thread Thomas Hilbig
I'm stuck! I have two systems (production and backup/development) running Fedora Core 3, MP2 and Oracle 10g. Both systems are behind in several updates. I updated the backup/development system's kernel, httpd/mp2, and Perl modules to the latest and greatest. Everything worked fine at that point.