On Thu, 11 Jul 2002, Jennifer L Mead wrote: ... > Hi, > > I made it past the DBI installation by recompiling my PERL with gcc. > That worked very well. However, I am now trying to figure out why my > DBD is failing on :
probably the oracle libclntsh.so.8 cannot be found. you have to use this command 'crle' to add the path-to-oracle-libraries to the dynamic library link path. 'crle' is analogous to 'ldconfig' on Linux machines. or, add the path-to-oracle-libraries to the LD_LIBRARY_PATH environment variable. --- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc.
