/usr/lib/dld.sl: Can't find path for shared library

在hp-ux上调试时出现了,

/usr/lib/dld.sl: Can't find path for shared library: **.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

这是lib的环境变量设置错误的原因。

去修改将lib的环境变量设置上。

LD_LIBRARY_PATH=$TUXDIR/lib等
HP:

那么设置SHLIB_PATH.

export SHLIB_PATH=....

IBM aix:

设置LIBPATH.

你可能感兴趣的:(IBM,File,AIX,Path,library)