ldconfig

810阅读 0评论2015-03-12 himrpei
分类:LINUX

ldconfig  creates  the  necessary  links  and  cache to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the  trusted  directories  (/lib and /usr/lib). The cache is used by the run-time linker, ld.so or ld-linux.so. 
上一篇:gcc
下一篇:readelf