I am writing a piece of software the depends on numerous libraries, among them Xerces-C, which does not provide an easy way to build a statically-linked library. My ...
我想增加一个库的搜寻路径,在HP-UNIX下是在LD_LIBRARY_PATH环境变量中添加,可是在solaris5.8中我用env命令查看却发现没有这个环境变量,那我要怎么解决动态库搜寻路径的问题?
I understand that LD_LIBRARY_PATH doesn't include the current directory. I'm trying to run a program I'm developing that needs to load a shared library at runtime. Are there any ways apart from ...