[rt-users] DBIx::Searchbuilder issue
Kevin Falcone
falcone at bestpractical.com
Mon Apr 23 08:08:25 EDT 2007
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
More information about the rt-users
mailing list