On Thu, Dec 11, 1997 at 01:54:50PM +0100, Martin Madlik wrote: > I'm trying to use st. from hamm distribution. > libc6 and so on I have installed properly but now I have following problem : > I'm compilling RADIUS 2.0 daemon and here is error message : > /tmp/cca305401.o: In function `unix_pass': > /tmp/cca305401.o(.text+0x2159): undefined reference to `crypt' > make: *** [radiusd] Error 1 > It means that I have not crypt function in some lib. Do you know what should > I do > to get right it ?
Yes, link with the crypt library, ie -lcrypt. crypt has moved from libc to it's own library in the libc5 to libc6 upgrade. Hamish -- Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5 CCs of replies from mailing lists are welcome. http://hamish.home.ml.org -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .