Re: question about DBD::Oracle

2009-10-02 Thread Bruce Johnson
Thanks! On Oct 2, 2009, at 12:59 PM, John Scoles wrote: Hmm interesting question. My guess is that the two should not mix within apache so yes you can do this in you program/s without the two conflicting. One thing to check is to see if your apache server is using Mod_perl and if it is

Re: question about DBD::Oracle

2009-10-02 Thread John Scoles
Hmm interesting question. My guess is that the two should not mix within apache so yes you can do this in you program/s without the two conflicting. One thing to check is to see if your apache server is using Mod_perl and if it is in the start_up.pl you can set the ORACLE_HOME and LD_LIBRARY

question about DBD::Oracle

2009-10-02 Thread Bruce Johnson
here's my problem. Due to some ancient database infrastructure I need to use an old version of DBD::Oracle compiled against an Oracle 8i client libs. We're setting ORACLE_HOME and LD_LIBRARY_PATH to be inherited from Apache. The problem is that this completely borks PHP/Oracle connection,