我在Linux上有一个服务.
当我开始使用服务启动或启动时init.d.它无法加载已存储的配置/etc/ld.so.conf.d/.因此/etc/ld.so.conf.d/.,此服务无法启动加载库路径的某些进程.
init.d
/etc/ld.so.conf.d/
/etc/ld.so.conf.d/.
但是当我在shell中运行此服务脚本时,它工作正常.
如何加载库路径/etc/ld.so.conf.d/?
非常感谢.
linux service library-path
library-path ×1
linux ×1
service ×1