Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 1998 19:10:20 -0500 (EST)
From:      Alfred Perlstein <bright@hotjobs.com>
To:        Steven Yang <syang@directhit.com>
Cc:        "'freebsd-hackers@freebsd.org'" <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: addendum to How do you get crack to compile?
Message-ID:  <Pine.BSF.3.96.980806190943.28112C-100000@bright.ny.otec.com>
In-Reply-To: <839A86AB6CE4D111A52200104B938D4303D1E0@MOE>

next in thread | previous in thread | raw e-mail | index | archive | help
edit makefile, add "-lcrypt" to the line with the other "-l<somethings>"
then type make again.

-Alfred Perlstein

--

Programmer @ HotJobs Inc. [- http://www.hotjobs.com/ -]
|-- There are operating systems, and then there's BSD.
 \-- http://www.freebsd.org/

On Thu, 6 Aug 1998, Steven Yang wrote:

> Oh, I did a "make spotless" and tried
> "Crack -fmt freebsd password-file"
> and got the following output:
> 
> ...
> cc -O -DRAND -DTERMIOS    -c speed.c
> cc -O -DRAND -DTERMIOS    -o speed speed.o libdes.a
> + exec make XDIR=../../run/bin/freebsd-2-i386_ XCFLAGS=-g -O
> -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H -DUSE_SYS_TYPES_H
> -DUSE_UNISTD_H -DUSE_PWD_H XCC=cc
> XLIB=../../run/bin/freebsd-2-i386_/libc5.a
> ../../run/bin/freebsd-2-i386_/libdes-cracker
> cc -g -O -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H -DUSE_SYS_TYPES_H
> -DUSE_UNISTD_H -DUSE_PWD_H -I../lib -c elcid.c
> cc -g -O -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H -DUSE_SYS_TYPES_H
> -DUSE_UNISTD_H -DUSE_PWD_H -I../lib -o
> ../../run/bin/freebsd-2-i386_/cracker cracker.c elcid.o
> ../../run/bin/freebsd-2-i386_/libc5.a  ../libdes/libdes.a
> date > ../../run/bin/freebsd-2-i386_/libdes-cracker
> cc -g -O -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H -DUSE_SYS_TYPES_H
> -DUSE_UNISTD_H -DUSE_PWD_H -I../lib -o
> ../../run/bin/freebsd-2-i386_/dictfilt dictfilt.c elcid.o
> ../../run/bin/freebsd-2-i386_/libc5.a 
> elcid.c:159: Undefined symbol `_crypt' referenced from text segment
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> 
> Can anybody help?
> Thanks,
> Steven
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-hackers" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980806190943.28112C-100000>