On Mon, 2011-01-31 at 13:23 +0530, vishesh kumar wrote: > I have a query regarding /etc/ld.so.conf file. As per my knowledge, > /etc/ld.so.conf file contain list of folder where so file may be > present. While searching for .so file file application may use this > file to get path of .so file.
The approved method now is to add paths to a file in /etc/ld.so.conf.d/ rather than modify /etc/ld.so.conf. Any file there with an extension of .conf will be included when ldconfig is run. -- Ian _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
