Davide Barbieri wrote: > Hi, > > I've tried to compile pgp, as a test compilation, for my > new glibc enviroment. > > I had some problem with kernel_termios.h. I grab it from lix, > and installed in /usr/include. Seems good enough.
Hmm, pgp will fail if it uses tcgetattr and the like because libc6 implementation is broken. I'm building a new release; it'll be available as soon as possible. I hope it fixes this problem. > But I have this problem with dpkg-shlibdeps. > What is wrong with ldd? > > dpkg-shlibdeps: warning: unknown output from ldd on `src/pgp-i': ` > libc.so.6 => /lib/libc.so.6 (0x50026000)' > dpkg-shlibdeps: warning: unknown output from ldd on `src/pgp-i': ` > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x50000000)' > dpkg-shlibdeps: warning: ldd on `src/pgp-i' gave nothing on standard output > dpkg: --search needs at least one file name pattern argument You have to upgrade dpkg-dev to 1.4.0.17 or higher. Bye. -- Eric Delaunay | "La guerre justifie l'existence des militaires. [EMAIL PROTECTED] | En les supprimant." Henri Jeanson (1900-1970) -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

