Rick, On Tue, Feb 08, 2000 at 08:39:00PM -0800, Rick Younie wrote: > I got Joey Hess's opinion before I started that since general > programs didn't link to the libs it was ok to tell dh_make they > were (s)ingle. Only regina-rexx can use the libs and they have > to stay in step with it. > > The only problem lintian has with the two function packages is > 'useless call to ldconfig' after install/remove but regina > needs this to find the libs so I think these warnings are ok. > The headline clicker is lintian clean.
Actually, it's quite right; there is no need to call ldconfig. Your library is just called /usr/lib/librexxtk.so. Usually your library should be called librexxtk.so.major.minor, and ldconfig will make a symlink from that to librexxtk.so.major. The problem is that your library has no soname. That's generally bad. There are other libraries with just .so names that do still have sonames.. actually, lintian doesn't know that your .so file even IS a shared library. You need to modify the linking command in the makefile. Hamish -- Hamish Moffatt VK3SB. CCs of replies on mailing lists are welcome.

