Missing library path
exporting the LD_LIBRARY_PATH_32 to include the shareplex library directory
e.g.
unix> env | grep LD_
LD_LIBRARY_PATH=/opt/oracle/product/10.2/example/lib
LD_LIBRARY_PATH_32=/opt/oracle/product/10.2/example/lib32
unix> export LD_LIBRARY_PATH=/opt/shareplex/prod/lib:$LD_LIBRARY_PATH
unix> env | grep LD_
LD_LIBRARY_PATH=/opt/oracle/product/10.2/example/lib
LD_LIBRARY_PATH_32=/opt/shareplex/prod/lib:/opt/oracle/product/10.2/example/lib32
After setting this environment parameter, ora_setup will be able to run smoothly.
Do note that it has to be the LD_LIBRARY_PATH_32 environment parameter, NOT the LD_LIBRARY_PATH environment parameter, because SharePlex is still a 32 bit application.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center