On Apr 20, 2007, at 1:42 PM, Justin Brodley wrote:

I have ran this code TWO_TASK=FOO perl -MDBI -le 'DBI->connect ("DBI:Oracle:", "rt3", "rt3")' and have received no error back, which I assume "no error" is good news.

Hi Justin

Are you running this piece of code as the user RT runs as?
The last time I saw errors like this, the apache user wasn't able
to read some of the shared Oracle libraries because one of the
directories in the path lacked world executable bits.

You may find it helpful to check
ldd /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/DBD/ Oracle/Oracle.so
as the web user, and make sure that user can see all
the linked libs.  This assumes you've set ORACLE_HOME or TWO_TASK
in the RT config files of course.

-kevin

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com

Reply via email to