On Jan 27, 2008, at 11:02 AM, Linux wrote:
Provides: mylib.so to the spec file, build, and see whether the installed package "works". Usually the DT_SONAME (run readelf -a on the library) is what is "provided" for the DT_NEEDED (run readelf -a on the executable) for the "required" symbol. The soname used is usually mylib.so.2.1.1 not mylib.so. 73 de Jeff |