|
|
系统FC8 安装 oracle 10g client 安装tora-1.3.22
./configure --prefix=/usr/local/tora
--without-kde
--with-qt-dir=/usr/lib/qt-3.3
--with-extra-libs=/usr/X11R6/lib --with-oracle=/usr/local/oracle10g/client/ --with-oracle-libraries=/usr/local/oracle10g/client/lib --with-oracle-includes=/usr/local/oracle10g/client/jdk/include --with-oci-version=10G
--with-instant-client
出错如下错误
checking for oracle... configure: WARNING: Your ORACLE_HOME environment variable ends with a
slash (i.e. /). Oracle 10g Instant Client is known to have a problem
with this. If you get the message "otl_initialize failed!" at the
console when running TOra, this is probably why.
checking oci works... configure: error: Couldn't compile and run a simpile OCI app.
Try setting ORACLE_HOME or check config.log.
Otherwise, make sure ORACLE_HOME/lib is in /etc/ld.so.conf or LD_LIBRARY_PATH
///////
我在/etc/ld.conf.d/中 建立 oracle.conf
加入 /usr/local/oracle10g/client/lib 后
执行 ldconfig 报错如下:
ldconfig: /usr/local/oracle10g/client/lib/libexpat.so.0 is not a symbolic link
这是怎么回事,请大家帮帮我呀! |
|