Displaying 7 results from an estimated 7 matches for "dsecurewar".
Did you mean:
dsecureware
1998 May 11
0
Tried Compiling 1.9.18p6 yet
...ACCOUNT = nobody
--- 74,77 ----
# might have to create a separate guest account that can print.
! # GUESTACCOUNT = nobody
! GUESTACCOUNT = nouser
***************
*** 496,500 ****
# Tested on "Open enterprise 3.0". Contributed by lance@fox.com.
! # CC = cc
! # FLAGSM = -DSCO -DSecureWare
! # LIBSM = -lprot_s -lcrypt -lsocket -lm -lc_s
--- 497,501 ----
# Tested on "Open enterprise 3.0". Contributed by lance@fox.com.
! CC = gcc
! FLAGSM = -DSCO -DSecureWare -DALLOW_CHANGE_PASSWORD
! LIBSM = -lprot_s -lcrypt -lsocket -lintl -lm -lc_s
*** includes.h.orig Mon M...
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
...should I be using the following section.
# Use this for SCO OpenServer 5 with TCB passwords (default).
# contributed by Scott Michel <scottm@intime.intime.com>
# you may also like to add the -dy switch (recommended by Marnus van
# Niekerk, mvn@pixie.co.za)
# CC = cc -Xc
# FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP
# LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc
However if I use this then I get the same errors as well as hundreds of the following.
"/usr/include/prot.h", line 471: warning: nonstandard bit-field type
"/usr/include/prot.h", line 472...
1998 Aug 17
1
Compiling with SCO
Has anybody tried to to compile SAMBA using gcc under SCO unix 5? This
may just be a problem I'm having using the gcc compiler, but I'm having
problems. I would just like to know if anyone's done it, and any special
problems they may have had.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
1998 Aug 27
0
precompiled SCO binaries u
...n-jumps=4
-malign-functions=4
LIBS1 =
# Use this for SCO OpenServer 5 with TCB passwords (default) and GCC
# contributed by Scott Michel <scottm@intime.intime.com>
# you may also like to add the -dy switch (recommended by Marnus van
# Niekerk, mvn@pixie.co.za)
CC = gcc
FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP -DALLOW_CHANGE_PASSWORD
LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc
Bye!
Roberto Fichera
TeknoSOFT S.n.c.
1998 Aug 31
1
Problem with SCO 5.0.2
...ions:
#-------------------------------------
# Use this for SCO OpenServer 5 with TCB passwords (default).
# contributed by Scott Michel <scottm@intime.intime.com>
# you may also like to add the -dy switch (recommended by Marnus van
# Niekerk, mvn@pixie.co.za)
CC = cc -Xc
FLAGSM = -DSCO -DSecureWare -DEVEREST -DUSE_MMAP
LIBSM = -lprot -lcurses -lcrypt -lsocket -lPW -lm -lx -lc_s -lc
This has occurred for the last 2 or 3 releases. The smb.conf file works
with an identical samba version that has been compiled using gcc.
Any ideas?
================================================
Larry D....
1998 Oct 15
1
Problem to map home dir
...3.0" (John Owens john@micros.com)
# Also, use "CC = cc" above.
# FLAGSM = -DSCO -DSHADOW_PWD
# LIBSM = -lsec -lsocket -lcrypt_i
# Use this for SCO with TCB passwords (default).
# Tested on "Open enterprise 3.0". Contributed by lance@fox.com.
# CC = cc
# FLAGSM = -DSCO -DSecureWare
# LIBSM = -lprot_s -lcrypt -lsocket -lm -lc_s
# Use this for SCO Unix 3.2v2 (ODT 1.1) with TCB passwords (default).
# Contributed by Stephen.Rothwell@pd.necisa.oz.au
# N.B. this needs gcc
# FLAGSM = -DSCO -DSecureWare -DSCO3_2_2
# LIBSM = -lprot -lcrypt_i -lsocket -lm -lintl
# This is for the...