On Mon, Feb 07, 2000 at 04:49:47PM +0100, Christian Hammers wrote: > I don't understand the following error that was produced by > dpkg-shlibdeps when I was compiling mysql: > > dpkg-shlibdeps: warning: unable to find dependency information for shared > library libpthread (soname 0, path /lib/libpthread.so.0, dependency field > Depends) > > "dpkg --search" and the www.debian.org page told me that it belongs to > libc6 which is definetly installed. (libc6-dev, too) > > Any thoughts ?
Check /var/lib/dpkg/info/libc6.shlibs; make sure libpthread is listed. Of course it should be; if not there may be a libc6 bug. The .shlib files are used by dpkg-shlibdeps. Hamish -- Hamish Moffatt VK3SB. CCs of replies on mailing lists are welcome.

