Displaying 8 results from an estimated 8 matches for "dsco".
Did you mean:
dsc
1999 Jan 05
1
Compiling 1.9.18p10 or p8 on SCO OSR5.0.4
.../samba" -DLOCKDIR="/us
r/local/samba/var/locks" -DSMBRUN="/usr/local/samba/bin/smbrun" -DCODEPAGEDIR="/
usr/local/samba/lib/codepages" -DWORKGROUP="WORKGROUP" -DGUEST_ACCOUNT="nobody"
-DDRIVERFILE="/usr/local/samba/lib/printers.def" -DSCO -DSHADOW_PWD -DSM
B_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE="/usr/local/samba/pr
ivate/smbpasswd"
Using LIBS = -lsec -lsocket /usr/lib/libcrypt_i.a -lintl
I am not a C programmer and therefore have no idea how to fix the problem. I get the same
messages if I...
1997 Jul 16
0
SCO compilation of 1.9.16p10 and higher
...all directory. This binary is needed for correct printing
***************
*** 381,386 ****
--- 381,390 ----
#Note: The SCO entries require the libcrypt library. You can get it via
#anonymous ftp from ftp.sco.com:/SLS/lng225b.* or ftp.uu.net:/vendors/sco
#
+ # PJR's attempt
+ FLAGSM = -O3 -DSCO -DSCO3_2_2 -DSHADOW_PWD -DNETGROUP -DUSE_MMAP
-DFAST_SHARE_MODES=1 -DUTMPX
+ LIBSM = -lsec -lsocket -lintl
+ #
# Use this for SCO with shadow passwords. Tested on "Open enterprise 3.0"
# SCO changes from Heinz Mauelshagen (mauelsha@ez.da.telekom.de)
# FLAGSM = -DSCO -DSHADOW_PWD -DN...
1998 May 11
0
Tried Compiling 1.9.18p6 yet
...GUESTACCOUNT = 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....
1998 Oct 15
1
Problem to map home dir
...e SCO entries require the libcrypt library. You can get it via
#anonymous ftp from ftp.sco.com:/SLS/lng225b.* or ftp.uu.net:/vendors/sco
#
# Use this for SCO with shadow passwords. Tested on "Open enterprise 3.0"
# SCO changes from Heinz Mauelshagen (mauelsha@ez.da.telekom.de)
# FLAGSM = -DSCO -DSHADOW_PWD -DNETGROUP
# LIBSM = -lyp -lrpc -lyp -lsec -lsocket -lcrypt_i -lintl
# Use this for SCO with shadow passwords, without YP.
# Tested on "Open Enterprise Server 3.0" (John Owens john@micros.com)
# Also, use "CC = cc" above.
# FLAGSM = -DSCO -DSHADOW_PWD
# LIBSM = -ls...
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
...-malign-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
...le options:
#-------------------------------------
# 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?
==============================================...