Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have the following in my startup.pl
use Apache; BEGIN{$ENV{ORACLE_HOME}='/home/' use Apache::DBI(); use DBI(); use DBD::Oracle(); #httpd fails when I include this } use Apache::MyModule;
Httpd starts with no issues when I dont include DBD::Oracle and it silently fails when I include DBD::Oracle.I use this module to read BLOBs in my project.Please help
Edited: ~Mon Sep 16 19:30:15 2002 (GMT) by footpad: Added <code> and other HTML formatting tags, per Consideration.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: httpd fail to start when I include DBD::Oracle in the startup.pl
by perrin (Chancellor) on Sep 16, 2002 at 19:31 UTC | |
by Anonymous Monk on Sep 16, 2002 at 23:00 UTC | |
by perrin (Chancellor) on Sep 17, 2002 at 00:09 UTC | |
|
Re: httpd fail to start when I include DBD::Oracle in the startup.pl
by jsprat (Curate) on Sep 16, 2002 at 23:17 UTC | |
by Anonymous Monk on Sep 17, 2002 at 16:26 UTC |