Dave, Make sure the Makefile includes a "-lcrypt" parameter for the compiles/links. If it is already there, make sure you have a /lib/libcrypt-x.y.z.so file. It should have been part of the glibc package on your system.
Mark Post -----Original Message----- From: Dave Myers [mailto:dave.myers@;twcable.com] Sent: Wednesday, October 23, 2002 12:34 AM To: [EMAIL PROTECTED] Subject: Error during Samba 2.2.6 make Well I got thru the ./configure, but now I'm getting this during the make. Linking bin/smbd passdb/pass_check.o: In function `password_check': passdb/pass_check.o(.text+0x138): undefined reference to 'crypt' collect2: ld returned 1 exit status make: *** [bin/smbd] Error 1 Any ideas? Thanks, Dave Myers
