Re: Error during Samba 2.2.6 make

2002-10-24 Thread John Summerfield
On Thu, 24 Oct 2002, Dave Myers wrote: > > Thanks Mark, I deleted the /usr/local/samba/2.2.6 files & dirs and started > over, > and it worked ok. > > Found it odd though that even though I used the SuSE spec file when I ran > ./configure > the binaries installed into /usr/bin instead of /usr/sbin.

Re: Error during Samba 2.2.6 make

2002-10-24 Thread Dave Myers
In a message dated 10/24/2002 8:51:22 AM Mountain Daylight Time, [EMAIL PROTECTED] writes: > Dave, > > Some of the binaries get put into /usr/bin, and others in /usr/sbin. The > ones in /usr/bin are ones that non-root users might have a reason to > execute, such as smbclient, smbpasswd, etc. /us

Re: Error during Samba 2.2.6 make

2002-10-24 Thread Post, Mark K
Myers [mailto:dave.myers@;twcable.com] Sent: Thursday, October 24, 2002 11:31 AM To: [EMAIL PROTECTED] Subject: Re: Error during Samba 2.2.6 make In a message dated 10/24/2002 8:51:22 AM Mountain Daylight Time, [EMAIL PROTECTED] writes: > Dave, > > Some of the binaries get put into

Re: Error during Samba 2.2.6 make

2002-10-24 Thread Post, Mark K
ssage- From: Dave Myers [mailto:dave.myers@;twcable.com] Sent: Thursday, October 24, 2002 10:35 AM To: [EMAIL PROTECTED] Subject: Re: Error during Samba 2.2.6 make In a message dated 10/23/2002 4:07:46 PM Mountain Daylight Time, [EMAIL PROTECTED] writes: > Dave, > > Make sure the Make

Re: Error during Samba 2.2.6 make

2002-10-24 Thread Dave Myers
In a message dated 10/23/2002 4:07:46 PM Mountain Daylight Time, [EMAIL PROTECTED] writes: > 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

Re: Error during Samba 2.2.6 make

2002-10-23 Thread Post, Mark K
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

Error during Samba 2.2.6 make

2002-10-22 Thread Dave Myers
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