On Mon, 4 Feb 2008 03:14:40 -0500, Ding-Yi Chen (dchen) wrote: > Author: dchen > > Update of /cvs/pkgs/rpms/libsvm/devel > +%define libdir_libsvm %{_libdir}/libsvm > -%post -p /sbin/ldconfig > +%post > +/sbin/ldconfig %{libdir_libsvm} > > -%postun -p /sbin/ldconfig > +%postun > +/sbin/ldconfig %{libdir_libsvm} Seeing that these changes have been applied to F-8 and F-7 already, would you please explain what unusual things you try to achieve here? Note that you move the library out of the linker's search path. Even if one adjusted the search path, it cannot be linked against, because libsvm.so is not available. And now it's not in the run-time linker's search path either. Running ldconfig like above is wrong in that case. Anything that would run ldconfig without your custom args would remove libsvm* from the cache again. Further, the package "Provides: libsvm.so.2" nevertheless which is wrong, too, as the library is located in a private path and not found by default. The example program and the tools don't link against the library, btw. -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list