Linux service can't load library path in the /etc/ld.so.conf.d -
i have service in linux.
when start use service start or start in init.d. can't load config has stored in /etc/ld.so.conf.d/. process load library path in /etc/ld.so.conf.d/. can't launched service.
but when run servcie script in shell, works fine.
how load library path in /etc/ld.so.conf.d/?
thanks lot.
did run ldconfig
(as root) lately? there's shared library cache that's updated program, , if updated file in /etc/ld.so.conf.d
without running ldconfig
, cache data out of date.
Comments
Post a Comment