Howdy,
I'm running Slackware 3, with kernel 2.0.30, I've downloaded the
source
for Samba 1.9.17p2, I'm using shadow passwords, when I try to compile samba
I ge
t this:
chaos:~/samba-1.9.17p2/source# make
Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr
/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTS
FILE="/usr/local/samba/lib/lmhosts"
-DLOCKDIR="/usr/local/samba/var/locks" -DSM
BRUN="/usr/local/samba/bin/smbrun" -DWORKGROUP="WORKGROUP "
-DGUEST_ACCOUNT="nob
ody" -DLINUX -DSHADOW_PWD -DFAST_SHARE_MODES
Using LIBS = -lshadow
Compiling server.c
cc: ": No such file or directory
server.c:0: unterminated string or character constant
server.c:0: possible real start of unterminated constant
make: *** [server.o] Error 1
chaos:~/samba-1.9.17p2/source#
Anyone have any ideas? this is driving me insane.
Cheers
Brent
System: HP-UX 10.10 Samba Level 2.0.7 I am getting the following errors when trying make install. cc: "passdb/pass_check.c", line 728: warning 527: Integral value implicitly converted to pointer in assignment. cc: "passdb/pass_check.c", line 728: warning 563: Argument #1 is not the correct type. cc: "passdb/pass_check.c", line 792: warning 527: Integral value implicitly converted to pointer in assignment. cc: "passdb/pass_check.c", line 793: error 1530: Undefined struct or union. cc: "passdb/pass_check.c", line 793: error 1563: Expression in if must be scalar. cc: "passdb/pass_check.c", line 794: error 1530: Undefined struct or union. cc: "passdb/pass_check.c", line 812: warning 527: Integral value implicitly converted to pointer in assignment. cc: "passdb/pass_check.c", line 813: error 1530: Undefined struct or union. cc: "passdb/pass_check.c", line 813: error 1529: Cannot select field of non-structure. cc: "passdb/pass_check.c", line 813: error 1563: Expression in if must be scalar. cc: "passdb/pass_check.c", line 814: error 1530: Undefined struct or union. cc: "passdb/pass_check.c", line 814: error 1529: Cannot select field of non-structure. *** Error exit code 1 Looks like everything compiles prior to getting to this point..
hello.
the squid faq (http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5)
say:
"Build/Install Samba
Samba must be built with configure options:
--with-winbind
--with-winbind-auth-challenge (needed for ntlm)"
my question is: its necessary to use the two options or just the second
to use winbind with ntlm to provide autentication for squid????
thanks
Wilson