-----Original Message-----
From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 26, 2000 6:06 AM
To: 'aaron'
Cc: [EMAIL PROTECTED]; '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: DBD-Oracle and mod_perl

>  looks like it's not linked correctly. try adding $ORACLE_HOME/lib to
>  LD_LIBRARY_PATH or /etc/ld.so.conf ( and run ldconfig ).

it was in LD_LIBRARY_PATH, but not in /etc/ld.so.conf.
cool, that seemed to do the trick... thanks

not knowing much about ldconfig, just curious about the error:
ldconfig: warning: /u01/app/oracle/product/8.0.5.1/lib/libclntsh.so.1.0 is
not a symlink

cause for concern?

=====
In my experience, I manually created symlinks as follows:
lrwxrwxrwx   1 root     root           16 Mar 10 13:02 libclntsh.so ->
libclntsh.so.1.0*
lrwxrwxrwx   1 root     root           16 Mar 10 13:02 libclntsh.so.1 ->
libclntsh.so.1.0*
-rwxrwxr-x   1 root     root      4363186 Dec 31  1999 libclntsh.so.1.0*

and that hushed ldconfig right up.  I followed the observed convention in
/usr/lib to know what to do.

Presumably, Oracle's default linking procedure is not 100% "linux-ish," but
since making those changes I've seen my last warning.

L8r,
L V

Reply via email to