Displaying 7 results from an estimated 7 matches for "installswat".
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
...BS = 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 -d -m $(INSTALLPERMS) $(BINDIR)
- $(SHELL) $(srcd...
2003 Mar 19
1
Patch for relocatable installs
...: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) $(srcdir)/install-sh -d -m $(INSTALLPERMS) $(D...
2003 Sep 30
1
SWAT: chdir failed - the server is not configured correctly
Hello!
Hmm, all of a sudden SWAT started to respond. Now when I try to access
http://server:901/, I get:
500 Server Error
chdir failed - the server is not configured correctly
I created a tiny smb.conf in /opt/samba-3.0.0/lib/smb.conf which contains:
root_s07nfs:/opt/samba-3.0.0/samba/bin/ > cat /opt/samba-3.0.0/lib/smb.conf
[global]
workgroup = EUROPE
netbios name = S07NFS
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...BJS) 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 $(INSTALLPERMS) $(LIBDIR)
$(SHELL) $(srcdir)/install-sh...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...BJS) 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 $(INSTALLPERMS) $(LIBDIR)
$(SHELL) $(srcdir)/install-sh...
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
2003 Dec 01
0
No subject
...May 15, 2001 at 01:30:56PM -0700, John Terpstra wrote:
>
> cd ~samba/source
> ./configure --help
> Here you may want to set the directory for the swat support files.
>
> Did you do:
> ./configure (with appropriate options of course)
> make all
> make install
> make installswat
> The installation options are visible in the Makefile that gets generated
> by configure.
John,
Thanks much for the advice. This then is such a simple matter - the
installation documentation should mention that you should do "make
installswat". You're certainly right that I...