Hi,
Has anyone managed to compile SAMBA on DU4.0, I have tried 'samba-1.9.15p8'
but get the following error:
-------------------------------------------------------------------------------
Using CFLAGS = -I/usr/include -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DLOCKDIR="/usr/local/samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DWORKGROUP="WORKGROUP" -DGUEST_ACCOUNT="nobody" -DOSF1 -DOSF1_ENH_SEC
Using LIBS = -lsecurity
Compiling server.c
cc: Severe: /usr/include/prot.h, line 71: Cannot find file <acl.h> specified in #include directive.
#include <acl.h>
-^
cc: Error: /usr/include/prot.h, line 71: Object file deleted.
#include <acl.h>
-^
*** Exit 1
-------------------------------------------------------------------------------
In the Makfile I defined the following:
# This is for OSF1 (Alpha) V2.0 Enhanced Security
# contributed by Udo Linauer <ul_at_eacpc4.tuwien.ac.at>
FLAGSM = -DOSF1 -DOSF1_ENH_SEC
LIBSM = -lsecurity
since I have enhanced security on.
It compiles OK when I have the follwing defined in the Makefile:
# This is for OSF1 (Alpha)
# contributed by errath_at_balu.kfunigraz.ac.at
# NOTE: You may need -warning_unresolved if you get unresolved symbols
FLAGSM = -DOSF1
LIBSM =
Is there a fix to this ?? Using the 'enhanced' option I can get it to compile
on DUV3.0 and it works fine.
Is it possible to compile it without 'enhanced' option and use it on DU4.0
with enhanced security turned on ??
Any help is appreciated
Joe Spanicek
joe_at_resptk.bhp.com.au
Received on Wed Oct 02 1996 - 03:47:38 NZST