>> Herbert Xu <[EMAIL PROTECTED]> writes: > and allow shlibs with different minor version numbers to be installed > together by encoding it into the package name. Of course, we'll have > to manage /usr/lib/libfoo.so.2 dynamically as well.
Break the second you run ldconfig. Plus the fact that the dynamic linker doesn't know about major and minor version numbers, only about sonames. -- Marcelo, *blink*ing.