Currently I set the env variable LD_LIBRARY_PATH=$ORACLE_HOME/lib ( this points to oracle 64-bit libs) should I be pointing to $ORACLE_HOME/lib32?
Are you referring to oracle libs or system libs at /usr/lib or /usr/lib64? In this case which one should it point to? On the make for fastcgi , is it OK for for fastcgi to build against /usr/lib64 or do I have to point to /usr/lib and re-run make, make install Thanks ---- Patrick Morris <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > > > I’m trying to configure RT with fastcgi on a linux host running RHEL 4.0 > > Update 2 on a x86_64 server. During the make for fastcgi I get the > > following messages > > > > And When I try to start up Apache with fastcgi I get the following errors > > in the error_log > > > > Unable to load DBIx::SearchBuilder database handle for 'Oracle'. > > > > Perhaps you've picked an invalid database type or spelled it incorrectly. > > > > Can't load > > '/usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' > > for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object file: > > No such file or directory at > > /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/DynaLoader.pm line 230. > > > It looks like your library path isn't set correctly before Apache starts > for it to be able to find the Oracle client libs. _______________________________________________ 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
