Environment configuration problems

2000-11-16 Thread Hughes, Ralph
OK, I've tried everything I can think of and I'm still having environment configuration problems. I have a series of scripts that access an Oracle database. At a minimum, two environment variables need to be set up for this; ORACLE_HOME and LD_LIBRARY_PATH (must include $ORACLE_HOME/lib)

Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
Hello! I've come upon a strange problem with my Apache/mod_perl configuration. (Apache v 1.3.9 mod_perl 1.21) When I attempt to preload Perl modules like FileHandle, Apache::DBI, DBI, etc., the httpd process gets a segmentation fault and core dumps at startup. I've tried using the PerlModule

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
To: 'Michael Todd Glazier'; Hughes, Ralph; ModPerl Subject: RE: Segmetation Fault problem are you both using the default RPM from redhat? IIRC, if you check the archives, you'll find similar reports for users of the RPM. Generally, RedHat RPMs use mod_perl as a DSO, and it seems mod_perl's DSO received

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
PROTECTED]] Sent: Friday, June 02, 2000 1:11 PM To: Hughes, Ralph; 'Michael Todd Glazier'; ModPerl Subject: RE: Segmetation Fault problem hmmm, did you try upgrading your installation then? you are using a static mod_perl? PerlFreshRestart Off? I'm no good at reading backtraces, but posting

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
COOL! I couldn't wait... I built and installed mod_perl 1.24 and it fixed the problem! Now if I can just get the CGI module to recognize my domainname .. :-) -Original Message- From: Hughes, Ralph Sent: Friday, June 02, 2000 2:02 PM To: Geoffrey Young; 'Michael Todd Glazier

Strange mod_perl problem

2000-05-01 Thread Hughes, Ralph
I have several CGI scripts that I am in the process of moving to a new server using mod_perl and Apache. The scripts connect to an Oracle database using the Oraperl module wrapper for DBI and DBD::Oracle. Basically the scripts display a simple for for user input, this works fine. When the form

Strange mod_perl output problem - Followup

2000-05-01 Thread Hughes, Ralph
OK, After further investigation, it seems that Oraperl/DBI/DBD, etc. are not at fault! I'm formatting the data for display using Perl formats and displaying it as pre-formatted output using pre/pre tags. This works great for CGI, but mod_perl seems to be having trouble with the write() calls to