LD_LIBRARY_PATH
vim /etc/ld.so.conf====================
LD_LIBRARY_PATH: defines the path of dynamic libraries used at the run time
LD_RUN_PATH: at compile time tells the exe file what is path of dynamic libraries used at the run time
======================
ldd exe // show the used dynamic libs
posted on 2008-06-16 13:21 Xiaobo Sun 閱讀(413) 評(píng)論(0) 編輯 收藏 所屬分類: C++