I'm having problems installing OTRS (Linux-CentOS) with Oracle 10g (External).
I installed the packages from Oracle:
oracle-instantclient11.1-basic
oracle-sqlplus-instantclient11.1
instantclient11.1-oracle-devel
I set the environment variables: ORACLE_HOME, PATH and LD_LIBRARY_PATH.
I configured the file tnsnames.ora in $ ORACLE_HOME/network/admin.
Also install the DBD:: Oracle by CPAN.
I tested access to the Oracle database by sqlplus: sqlplus 'user/pwd@tns'. Getting access to the database normally.
I tested access to OTRS by Oracle, through "otrs.CheckDB.pm"
Code: Select all
Trying to connect to database
DSN: DBI:Oracle:sid=trn;host=10.16.10.10;port=1521;
DatabaseUser: otrs
It looks Ok!
What can be? There is something to do with driver I am using?Software error:
install_driver(Oracle) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libocci.so.11.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
at (eval 196) line 3
Compilation failed in require at (eval 196) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /opt/otrs//Kernel/System/DB.pm line 210
Franklin Farias
OTRS-CentOS-Oracle10g