crypt problem

1997-12-11 Thread Martin Madlik
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 ?
marty
[EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: crypt problem

1997-12-11 Thread Hamish Moffatt
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] .


Re: crypt problem

1997-12-11 Thread Scott Ellis
On Thu, 11 Dec 1997, 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 ?

-lcrypt

-- 
Scott K. Ellis [EMAIL PROTECTED] http://www.gate.net/~storm/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: crypt problem

1997-12-11 Thread Joel Klecker
-BEGIN PGP SIGNED MESSAGE-

Regarding crypt problem of 04:54 AM -0800 1997-12-11, 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

You need to link against libcrypt, add -lcrypt to the LIBS or CFLAGS of the
Makefile.

- --
Joel Espy Klecker
mailto:[EMAIL PROTECTED]   http://www.espy.org/
Debian GNU/Linux Developer   http://www.debian.org/
Apple Flavored Unixhttp://www.espy.org/apple-flavored-unix/


-BEGIN PGP SIGNATURE-
Version: PGP for Personal Privacy 5.5

iQCVAwUBNJADYAoYIlYX1XaBAQEb1QQAlTL4fy0B1JDgSPLCzvsvDRSS4TRqA7nb
uWFixWkcOEovwqFFIcOFl0NLzwpiIaD1sN0Oj5mWk/H6rYtHxVWv0z+wLD75FULS
/j2NUr0f1+IUOu9WncZKb7cWtXc6aVmpx8iVP+PPVMSNjUcVH3HJYCgevSQBwGhs
MU4bCLFpOcE=
=buH+
-END PGP SIGNATURE-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .