stas 2002/11/28 23:20:22 Modified: src/docs/2.0/user/troubleshooting troubleshooting.pod Log: extra caution note by Geoffrey Revision Changes Path 1.3 +5 -1 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- troubleshooting.pod 29 Nov 2002 07:16:18 -0000 1.2 +++ troubleshooting.pod 29 Nov 2002 07:20:22 -0000 1.3 @@ -76,7 +76,11 @@ $dbh = DBI->connect("$dsn$sid", $user, $password) or die "Cannot connect: " . $DBI::errstr; - +Also remember that C<DBD::Oracle> requires that I<ORACLE_HOME> (and +any other stuff like I<NSL_LANG> stuff) be in C<%ENV> when +C<DBD::Oracle> is loaded (which might happen indirectly via the C<DBI> +module. Therefore you need to make sure that wherever that load +happens C<%ENV> is properly set by that time. =head1 Maintainers
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]