Re: where do i find crypt ?

1999-07-08 Thread Wayne Topa
Subject: where do i find crypt ? Date: Thu, Jul 08, 1999 at 10:23:54AM +0800 In reply to:Chad A. Adlawan Quoting Chad A. Adlawan([EMAIL PROTECTED]): > hello all, > ive been trying to compile cops and crack but i keep on getting this error : > > /tmp/ccc00945: In f

Re: where do i find crypt ?

1999-07-08 Thread Michael Merten
On Thu, Jul 08, 1999 at 03:08:58AM -, Pollywog wrote: > > On 08-Jul-99 Chad A. Adlawan wrote: > > hello all, > > ive been trying to compile cops and crack but i keep on getting this error > >: > > > > /tmp/ccc00945: In function `try': > > /tmp/ccc00945(.text+0xb83): undefined reference to `

Re: where do i find crypt ?

1999-07-08 Thread Carl Mummert
>Isn't that [crypt(3)] in libc6, folks? WRT the message from yesterday, and this, and others: crypt lives, for most applications, in /lib/libcrypt.*. Some programs, like crack, provide their own, faster, version. You specify crypt to gcc as follows: Function prototype for C: char *crypt(const

Re: where do i find crypt ?

1999-07-08 Thread Carl Mummert
crack ues its own version of crypt, you have to cd to the correct source directory of teh crack distribution and make the crypt library. They discuss this in the crack documentation. Carl

Re: where do i find crypt ?

1999-07-08 Thread Branden Robinson
On Thu, Jul 08, 1999 at 03:08:58AM -, Pollywog wrote: > > /tmp/ccc00945: In function `try': > > /tmp/ccc00945(.text+0xb83): undefined reference to `crypt' > > > > can anyone tell me please where/what package do i get the crypt function > > from ? > > Isn't that in libc6, folks? Yes. Be su

RE: where do i find crypt ?

1999-07-08 Thread Pollywog
On 08-Jul-99 Chad A. Adlawan wrote: > hello all, > ive been trying to compile cops and crack but i keep on getting this error >: > > /tmp/ccc00945: In function `try': > /tmp/ccc00945(.text+0xb83): undefined reference to `crypt' > > can anyone tell me please where/what package do i get the cr

where do i find crypt ?

1999-07-08 Thread Chad A. Adlawan
hello all, ive been trying to compile cops and crack but i keep on getting this error : /tmp/ccc00945: In function `try': /tmp/ccc00945(.text+0xb83): undefined reference to `crypt' can anyone tell me please where/what package do i get the crypt function from ? TIA, Chad