From owner-freebsd-hackers Thu Aug 6 16:09:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29288 for freebsd-hackers-outgoing; Thu, 6 Aug 1998 16:09:58 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bright.ny.otec.com (bright.ny.otec.com [209.3.16.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29267 for ; Thu, 6 Aug 1998 16:09:47 -0700 (PDT) (envelope-from bright@hotjobs.com) Received: from localhost (bright@localhost) by bright.ny.otec.com (8.8.8/8.8.8) with SMTP id TAA28687; Thu, 6 Aug 1998 19:10:20 -0500 (EST) (envelope-from bright@hotjobs.com) X-Authentication-Warning: bright.ny.otec.com: bright owned process doing -bs Date: Thu, 6 Aug 1998 19:10:20 -0500 (EST) From: Alfred Perlstein X-Sender: bright@bright.ny.otec.com To: Steven Yang cc: "'freebsd-hackers@freebsd.org'" Subject: Re: addendum to How do you get crack to compile? In-Reply-To: <839A86AB6CE4D111A52200104B938D4303D1E0@MOE> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG edit makefile, add "-lcrypt" to the line with the other "-l" 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