search for: installbin

Displaying 20 results from an estimated 26 matches for "installbin".

2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
Hi all, the file samba-2.2.3a/source/script/installbin.sh has a rather odd blindspot. It doesn't honor the --with-privatedir= option to ./configure it just blindly uses $BASEDIR/private instead. I think the fix would be:- a) move directory creation out of installbin.sh altogehter (after all what's the installdirs: target for in the...
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...t bin/masktest bin/locktest bin/locktest2 SHLIBS = libsmbclient -SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/findsmb +SCRIPTS = $(srcdir)/script/smbtar script/findsmb QUOTAOBJS=@QUOTAOBJS@ @@ -687,32 +687,32 @@ @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) -install: installbin installman installscripts installcp installswat +install: installbin installman installscripts installcp @INSTALL_SWAT@ installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR) - $(SHELL) $(srcdir)/install-sh -...
2003 Mar 19
1
Patch for relocatable installs
...17 10:45:27 2003 +++ Makefile.old Mon Mar 17 10:45:27 2003 @@ -4,8 +4,6 @@ # Copyright Andrew Tridgell 1992-1998 ########################################################################### -DESTDIR= - prefix=/usr/local exec_prefix=${prefix} mandir=${prefix}/man @@ -704,29 +702,29 @@ install: installbin installman installscripts installcp installswat installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BASEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(SBINDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(DESTDIR)/$(BINDIR) - $(SHELL...
2001 Apr 07
1
samba on NetBSD - some patches
...dir)/install-sh -d -m $(INSTALLPERMS) \ - $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(CODEPAGEDIR) ${SWATDIR} ${SAMBABOOK} + $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(ETCDIR) $(LOGDIR) $(CODEPAGEDIR) ${SWATDIR} ${SAMBABOOK} installservers: all installdirs - @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) + @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(ETCDIR) $(LOGDIR) $(SPROGS) installbin: all installdirs - @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIB...
2001 Nov 10
0
tdb failing and too many connections
...g line to tdb's Makefile CFLAGS += -L/usr/local/lib -I/usr/local/include (so I try again) #cd /usr/local/src/samba/source/tdb #make clean #make (succeeds, and tdbtest runs fine) #cd /usr/local/src/samba/source #make (tdbutil.o is built) (forces a relink of the binaries) #make installbin Now Samba runs fine. So I do the following:: #cd /usr/local/src/samba/source/tdb #make clean #cd /usr/local/src/samba #make #make installbin Samba once again fails with "too many connections" The only difference is that I didn't build tdb by itself first. I'm running samba-2...
2002 Feb 24
3
Multiple Instancies of Samba on a single System
Hi out there, i intend to run multiple Instancies of Samba on a single, multi-homed, server, with each instance bound to a specific (logical) interface. If this works, it would be fine to me. Mainly for administrative Reasons. (You won't believe, but from time to time it becomes necessary to restart some services, but restarting the entire server is a real mess) Well here my
2001 Dec 12
1
MacOS X Server samba diffs
...$(srcdir)/install-sh -d -m $(INSTALLPERMS) \ $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(CODEPAGEDIR) - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(mandir) - $(SHELL) $(srcdir)/install-sh -d -m 500 $(PRIVATEDIR) installservers: all installdirs @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) @@ -641,12 +639,12 @@ @$(SHELL) $(srcdir)/script/revert.sh $(BINDIR) $(PROGS) $(SCRIPTS) installman: - @$(SHELL) $(srcdir)/script/installman.sh $(mandir) $(srcdir) "@ROFF@" + @$(SHELL) $(srcdir)/script/installma...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
..._OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(POPT_OBJS) bin/.dummy @echo Linking $@ @$(LINK) -o $@ $(WBINFO_OBJ) $(PARAM_OBJ) $(LIB_OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(LIBS) $(POPT_OBJS) bin/tdbbackup: $(TDBBACKUP_OBJ) bin/.dummy @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) install: installbin installman installscripts installcp installswat installdirs: $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR) $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR) $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BINDIR) $(SHELL) $(srcdir)/install-sh -d -m $(INSTALL...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
..._OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(POPT_OBJS) bin/.dummy @echo Linking $@ @$(LINK) -o $@ $(WBINFO_OBJ) $(PARAM_OBJ) $(LIB_OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(LIBS) $(POPT_OBJS) bin/tdbbackup: $(TDBBACKUP_OBJ) bin/.dummy @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(TDBBACKUP_OBJ) install: installbin installman installscripts installcp installswat installdirs: $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BASEDIR) $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(SBINDIR) $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(BINDIR) $(SHELL) $(srcdir)/install-sh -d -m $(INSTALL...
1998 May 26
0
why use lmhost is samba1.9.18.p7
...BSD 2.2.6 and samba1.9.18p4 worked just fine. I read in bugtraq that a new version of samba has been released and I thought in upgrade to samba1.9.18.p7 Well I did the same things that I did when I compiled samba1.9.18.p4 1.Edit the Makefile ( I edit the same lines as samba1.9.18.p4) 2.make 3.make installbin Everything worked just fine. But... When I tried to use samba I got this error. >System error 86 has occurred. >The specified network password is not correct. So I read the DIAGNOSIS.txt When I tried the test 3 I got this message %./smbclient -L ciclope Added interface ip=150.162.50.15...
2001 Apr 30
8
Hello
You Guys/Gals just Flat out RULE !!!! -jason
2003 Dec 30
0
Winbind problem related with old libnss_winbind.so and pam_winbind.so version.
...ing Samba 3.0.1.rc1). Which programs/processes may be using these libraries? Should I update these libraries to recent ones? How? I don't know whether they come with the samba sources .tgz (somebody could clarify this point?), but the conventional compilation processes (configure + make + make installbin) seems not to compile nor install any library. My system is GNU/Linux SuSE 8.2 with kernel 2.4.20-4GB. Thanks in advance! ------ Ferm?n
2005 Apr 21
0
Upgrading samba from Fedora RPM
...tions and tried this : ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-privatedir=/etc/samba --enable-debug --with-quotas --with-ldapsam --with-smbmount but after installbin, log.smbd (which is not located in the right directory) says : 2005/04/19 10:38:54, 0] param/params.c:OpenConfFile(537) params.c:OpenConfFile() - Unable to open configuration file "/usr/lib/smb.conf": No such file or directory log.smbd is installed in /var instead of /var/l...
2008 Jan 03
0
Embedded samba 2.0.26 problems
...quot;$(PKG_INSTALL_DIR)/usr/swat" \ LOCKDIR="$(PKG_INSTALL_DIR)/var/run/samba" \ SAMBABOOK="$(PKG_INSTALL_DIR)/usr/swat/using_samba" \ CODEPAGEDIR="$(PKG_INSTALL_DIR)/usr/share/samba" \ installservers installbin installcifsmount Samba dies with: open("/data/home/yan/openwrt/trunk/build_dir/mipsel/samba-3.0.26a/ipkg-install/etc/samba/secrets.tdb", O_RDWR|O_CREAT|O_LARGEFILE, 0600) = -1 ENOENT (No such file or directory) brk(0x55aa2000) = 0x55aa2000 brk(0x55aa3000)...
1999 Apr 01
2
Swat password syncronization - HELP
...en changed". In fact it has been changed ! But only in smbpasswd. System password remains untouched. The log file has no reference to "password chat" string. It seems to me that the passwd program is not been executed anyway. Is there any other thing to do besides ./configure; make installbin ?? I searched thru smbd binary and the strings refering to chgpasswd.c are there. So the code was compiled with system password change support. Any soul to the rescue? System: Linux 2.0.36 Best Regards Ethy H. Brito /"\ InterNexo Ltda. \ / CAMPANHA DA FITA ASCII - CONTRA MA...
1998 Oct 15
1
Problem to map home dir
...printerdef.o $(UTILOBJ) $(LIBS) wsmbstatus: wsmbstatus.o $(UTILOBJ) @echo Linking wsmbstatus @$(CC) $(CFLAGS) -o wsmbstatus wsmbstatus.o $(UTILOBJ) $(LIBS) wsmbconf: wsmbconf.o $(UTILOBJ) cgi.o @echo Linking wsmbconf @$(CC) $(CFLAGS) -o wsmbconf wsmbconf.o $(UTILOBJ) cgi.o $(LIBS) install: installbin installman installscripts installcp installbin: all @$(SHELL) $(srcdir)installbin.sh $(INSTALLPERMS) $(BASEDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(SPROGS) @$(SHELL) $(srcdir)installbin.sh $(INSTALLPERMS) $(BASEDIR) $(BINDIR) $(LIBDIR) $(VARDIR) $(PROGS) installscripts: @$(SHELL) $(srcdir)install...
2005 Feb 11
0
Can't map group domain share from ADS
...ou have no tickets cached ____________________________________________________________________________ Samba 3.0.11 (patch for clitar error – #patch –p0 < clitar.patch) Build from source so it picks up krb5 and ldap # ./configure --with-acl-support #make #make install #make installbin #make installman # cp /usr/local/samba-3.0.10/source/nsswitch/libnss_winbind.so /lib # cp /usr/local/samba/sbin/* /usr/sbin # cp /usr/local/samba/bin/* /usr/bin Check w/ #smbd –b|grep KRB And #smbd –b|grep LDAP Set up as a member server in smb.conf # /usr/local/samba/lib/smb.co...
2000 Jul 14
1
Clarity on using SAMBA and Mapping to a Sun Server
...first to see what special options you can enable. Then type "make". This will create the binaries. Once it's successfully compiled you can use "make install" to install the binaries and manual pages. You can separately install the binaries and/or man pages using "make installbin" and "make installman". Note that if you are upgrading for a previous version of Samba you might like to know that the old versions of the binaries will be renamed with a ".old" extension. You can go back to the previous version with "make revert" if you find thi...
2003 Dec 01
0
No subject
.../nmbd > nmbd > # > swat stream tcp nowait root /usr/local/samba/bin/swat > swat > > spiekey wrote: > > > > HI ! > > I downloaded the latest version of samba and i did: > > ./configure > > make > > make install > > make installbin > > > > but i can4t run it (using the /etc/rc.d/smbd start command) > > it seems to be installed all right but i just can4t start it, cause there > > isn4t a start file. > > i found one in /usr/local/samba/bin, but this one won4t run, too. > > > > I have su...
2003 Dec 01
0
No subject
...gram udp wait root /usr/local/samba/bin/nmbd nmbd # swat stream tcp nowait root /usr/local/samba/bin/swat swat spiekey wrote: > > HI ! > I downloaded the latest version of samba and i did: > ./configure > make > make install > make installbin > > but i can4t run it (using the /etc/rc.d/smbd start command) > it seems to be installed all right but i just can4t start it, cause there > isn4t a start file. > i found one in /usr/local/samba/bin, but this one won4t run, too. > > I have suse 7.2 with the 2.4 standart Kern...