Hi, I just tried to install the 2.2.3a release and got the following error (2.2.2 is the present version still running without complaint on TruCluster 5.1). Regards Ronny -------- Original Message -------- Subject: samba error Date: Fri, 8 Feb 2002 10:17:18 +0100 (CET) From: system PRIVILEGED account <root@ksg1.kombiwaggon.de> To: feicht@ksg1.kombiwaggon.de # make Using FLAGS = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -DLOGFILEBASE="/ksg1/local/samba/var" -DCONFIGFILE="/ksg1/local/samba/lib/smb.conf" -DLMHOSTSFILE="/ksg1/local/samba/lib/lmhosts" -DSWATDIR="/ksg1/local/samba/swat" -DSBINDIR="/ksg1/local/samba/sbin" -DLOCKDIR="/ksg1/local/samba/var/locks" -DCODEPAGEDIR="/ksg1/local/samba/lib/codepages" -DDRIVERFILE="/ksg1/local/samba/lib/printers.def" -DBINDIR="/ksg1/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/ksg1/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/ksg1/local/samba/private/smbpasswd.tdb" Using FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -DLOGFILEBASE="/ksg1/local/samba/var" -DCONFIGFILE="/ksg1/local/samba/lib/smb.conf" -DLMHOSTSFILE="/ksg1/local/samba/lib/lmhosts" -DSWATDIR="/ksg1/local/samba/swat" -DSBINDIR="/ksg1/local/samba/sbin" -DLOCKDIR="/ksg1/local/samba/var/locks" -DCODEPAGEDIR="/ksg1/local/samba/lib/codepages" -DDRIVERFILE="/ksg1/local/samba/lib/printers.def" -DBINDIR="/ksg1/local/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FILE="/ksg1/local/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/ksg1/local/samba/private/smbpasswd.tdb" Using LIBS = -lsecurity Compiling smbd/server.c Compiling smbd/files.c Compiling smbd/chgpasswd.c Compiling smbd/connection.c Compiling smbd/utmp.c Compiling smbd/session.c Compiling smbd/dfree.c Compiling smbd/dir.c Compiling smbd/password.c Compiling smbd/conn.c Compiling smbd/fileio.c Compiling smbd/ipc.c Compiling smbd/lanman.c Compiling smbd/mangle.c Compiling smbd/negprot.c Compiling smbd/message.c Compiling smbd/nttrans.c Compiling smbd/pipes.c Compiling smbd/reply.c Compiling smbd/trans2.c Compiling smbd/uid.c Compiling smbd/dosmode.c Compiling smbd/filename.c Compiling smbd/open.c Compiling smbd/close.c Compiling smbd/blocking.c Compiling smbd/sec_ctx.c Compiling smbd/vfs.c Compiling smbd/vfs-wrap.c Compiling smbd/statcache.c Compiling smbd/posix_acls.c Compiling lib/sysacls.c Compiling smbd/process.c Compiling smbd/service.c Compiling smbd/error.c Compiling printing/printfsp.c Compiling lib/util_seaccess.c Compiling msdfs/msdfs.c Compiling param/loadparm.c Compiling param/params.c Compiling libsmb/clientgen.c Compiling libsmb/cliconnect.c Compiling libsmb/clifile.c Compiling libsmb/clirap.c Compiling libsmb/clierror.c cc: Error: libsmb/clierror.c, line 185: In the initializer for nt_errno_map[0].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_ACCESS_VIOLATION, EACCES}, ---------^ cc: Error: libsmb/clierror.c, line 186: In the initializer for nt_errno_map[1].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_NO_SUCH_FILE, ENOENT}, ---------^ cc: Error: libsmb/clierror.c, line 187: In the initializer for nt_errno_map[2].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_NO_SUCH_DEVICE, ENODEV}, ---------^ cc: Error: libsmb/clierror.c, line 188: In the initializer for nt_errno_map[3].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_INVALID_HANDLE, EBADF}, ---------^ cc: Error: libsmb/clierror.c, line 189: In the initializer for nt_errno_map[4].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_NO_MEMORY, ENOMEM}, ---------^ cc: Error: libsmb/clierror.c, line 190: In the initializer for nt_errno_map[5].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_ACCESS_DENIED, EACCES}, ---------^ cc: Error: libsmb/clierror.c, line 191: In the initializer for nt_errno_map[6].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_OBJECT_NAME_NOT_FOUND, ENOENT}, ---------^ cc: Error: libsmb/clierror.c, line 192: In the initializer for nt_errno_map[7].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_SHARING_VIOLATION, EBUSY}, ---------^ cc: Error: libsmb/clierror.c, line 193: In the initializer for nt_errno_map[8].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_OBJECT_PATH_INVALID, ENOTDIR}, ---------^ cc: Error: libsmb/clierror.c, line 194: In the initializer for nt_errno_map[9].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_OBJECT_NAME_COLLISION, EEXIST}, ---------^ cc: Error: libsmb/clierror.c, line 195: In the initializer for nt_errno_map[10].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS_PATH_NOT_COVERED, ENOENT}, ---------^ cc: Error: libsmb/clierror.c, line 196: In the initializer for nt_errno_map[11].status.v, "NTSTATUS" is a struct type, which is not scalar. (needscalartyp) {NT_STATUS(0), 0} ---------^ *** Exit 1 Stop. # -------------- next part -------------- HTML attachment scrubbed and removed