How do I get rid of LD_LIBRARY_PATH at run-time?

后端 未结 7 1094
温柔的废话
温柔的废话 2021-02-14 10:25

I am building a C++ application that uses Intel\'s IPP library. This library is installed by default in /opt and requires you to set LD_LIBRARY_PATH both for compil

相关标签:
7条回答
  • 2021-02-14 11:08

    Try configuring your ldconfig through ld.so.conf so it searches your /opt/... directory by default.

    0 讨论(0)
提交回复
热议问题