Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我应该在哪里以及如何设置LD_LIBRARY_PATH?
LD_LIBRARY_PATH
我尝试将以下代码添加到.bash_profile:
.bash_profile
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/folder_with_library/ export LD_LIBRARY_PATH
我重新启动 apache,但phpinfo()仍然看到错误,因此库尚未加载。
phpinfo()
任何帮助如何设置此路径?
我需要在 VPS 服务器上设置它 - 操作系统是 linux red-hat。
HTTPd 不使用用户文件。在启动服务器之前,您必须修改httpdinitscript(在 下/etc/init.d)以导出变量。
httpd
/etc/init.d
但最好的办法是找出有问题的图书馆实际上属于哪里,然后把它放在那里。