Displaying 5 results from an estimated 5 matches for "progs1".
Did you mean:
progs
2003 Jan 15
1
smbmnt and friends
Dear all
1) Could you happen to know why smbmnt, smbmount and smbumount are not
compiled whem I rum "make" from the source directory?
I found (for example) bin/testparms in the PROGS1 Makefile variable but
no reference to those little fellows.
2) How do I change the config directory to be /etc instead of
/usr/local/samba/lib? I tryed "./configure --sysconfdir=/etc" and it
didn't work.
Slackware 8.1 + samba-2.2.7a
Regards
--
Ethy H. Brito /"\
Inte...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...ce/Makefile.in 2002-06-19 03:13:24.000000000 +0200
+++ samba-2.2.5/source/Makefile.in 2002-06-21 11:42:14.000000000 +0200
@@ -94,7 +94,7 @@
WINBIND_PAM_PROGS = @WINBIND_PAM_TARGETS@
WINBIND_LPROGS = @WINBIND_LTARGETS@
-SPROGS = bin/smbd bin/nmbd bin/swat
+SPROGS = bin/smbd bin/nmbd @SWAT_PROG@
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/tdbbackup bin/make_printerdef @RUNPROG@
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bin/smbcacls @WRAPPROG@ @WRAP@ @WRAP32@ @PAM_MOD@ @PDBEDIT@ @LIBSMBCLIENT@
MPROGS = @MPROG...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...S1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H
FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS)
FLAGS32 = $(ISA32) $(FLAGS5) $(PASSWD_FLAGS)
WINBIND_PROGS = bin/wbinfo
WINBIND_SPROGS = bin/winbindd
WINBIND_PAM_PROGS =
WINBIND_LPROGS = nsswitch/libnss_winbind.so
SPROGS = bin/smbd bin/nmbd bin/swat
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus
bin/smbcontrol bin/tdbbackup bin/make_printerdef
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient
bin/make_unicodemap bin/smbcacls
MPROGS =
LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS)
PROGS = $(PROGS1) $(PROG...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...S1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H
FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS)
FLAGS32 = $(ISA32) $(FLAGS5) $(PASSWD_FLAGS)
WINBIND_PROGS = bin/wbinfo
WINBIND_SPROGS = bin/winbindd
WINBIND_PAM_PROGS =
WINBIND_LPROGS = nsswitch/libnss_winbind.so
SPROGS = bin/smbd bin/nmbd bin/swat
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus
bin/smbcontrol bin/tdbbackup bin/make_printerdef
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient
bin/make_unicodemap bin/smbcacls
MPROGS =
LPROGS = $(WINBIND_PAM_PROGS) $(WINBIND_LPROGS)
PROGS = $(PROGS1) $(PROG...
1998 Oct 15
1
Problem to map home dir
...(DES_FLAGS) $(PASSWD_FLAGS) $(VTP_FLAGS)
LIBS = $(LIBS1) $(LIBSM) $(PAM_LIBS) $(DCE_LIBS) $(KRB5_LIBS) $(KRB4_LIBS) $(DES_LIB)
INCLUDES1 = $(srcdir)version.h $(srcdir)local.h $(srcdir)includes.h $(srcdir)smb.h
INCLUDES2 = $(srcdir)trans2.h
INCLUDES = $(INCLUDES1) $(INCLUDES2)
SPROGS = smbd nmbd
PROGS1 = smbclient testparm testprns smbrun smbstatus smbpasswd make_smbcodepage
PROGS = $(PROGS1) nmblookup make_printerdef $(MOUNT_PROGS)
SCRIPTS = smbtar addtosmbpass
######################################################################
# object modules
#############################################...