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
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 `
>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
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
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
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
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
7 matches
Mail list logo