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

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -