Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: LD_PRELOAD problem
Looks like you have a 32bit<->64bit issue. Your Oracle DB install is
using one and you are attempting to use the other for your libraries.
Make sure both are 32bit OR 64bit, but don't mix them.
HTH! Enjoy!
Rich
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of LS Cheng
Sent: Wednesday, August 30, 2006 1:01 PM
To: oracle-l
Subject: LD_PRELOAD problem
Hi
I was wondering what does LD_PRELOAD do in HP-UX? I understand more or less that it loads some specific shared library with dld.sl before searching SHLIB_PATH, am I correct?
The problem I am having is some batch processes which worked in Oracle 8i after migrated to 9i they are giving this error:
/usr/lib/pa20_64/dld.sl: xxxxx.sl is not a valid load module: Bad magic number
These batch processes export LD_PRELOAD variable with some customized library, after exporting the variable all executables such as sqlplus, exp/imp gives the error when are executed.
SHLIB_PATH is already set to $ORACLE_HOME/lib32
Thanks
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Aug 30 2006 - 13:46:14 CDT
![]() |
![]() |