in reply to Re: Re: httpd fail to start when I include DBD::Oracle in the startup.pl
in thread httpd fail to start when I include DBD::Oracle in the startup.pl
BEGIN { $ENV{ORACLE_HOME}='/home/'; } use Apache::DBI(); use DBI(); use DBD::Oracle(); use Apache::MyModule;
|
|---|