Samba 3.2.10

I've just installed Samba 3.2.10 (usign /usr/ports/net/samba32) and everything works fine except SWAT (Samba Web Admin Tool) eg http://localhost:901 not loading.

I've checked with the Samba.org's manual and at the SWAT section it talks about validating the installation of SWAT by checking the existence of swaat binary at usr/local/samba/bin but in my system there's neither samba/bin directory nor swat binary.

The ports installation had went without any error.

What could be wrong?
Thanks.
 
The SWAT option is turned off by default. You will need to rebuild samba.
 
Thank you for the tip. But when I looked at "Chapter 42. How to Compile Samba" at Samba.org it doesn't talk about compiling Samba with SWAT.

How to compile/build it with the SWAT?
 
aurora72 said:
How to compile/build it with the SWAT?
Code:
# Delete the 'old' installed one:
pkg_delete -x samba
cd /usr/ports/net/samba32
# Remove old config options
make rmconfig
# Build and install
make install clean

Make sure to select SWAT in the option screen.
 
Back
Top