Samba4/OSX: Difference between revisions

From SambaWiki
(Just an outline.)
 
mNo edit summary
Line 16: Line 16:
==Managing Samba4 with Launchd==
==Managing Samba4 with Launchd==
==Configuring Samba 4 with Server Admin==
==Configuring Samba 4 with Server Admin==
==Building a Samba4 Port==

Revision as of 12:31, 31 January 2011

Under Construction. Right now, this page is a short list of notes.

Dependencies

  • MacPorts
  • Binaries...

We may need more or less ports. Will test on a fresh install. Wget is not a dependency of Samba4

sudo port install gnutls readline talloc wget

Compiling Samba4

You can use the Git instructions as in the general guide, or

wget http://download.samba.org/samba/ftp/samba4/samba-4.0.0alpha14.tar.gz
tar -xvjf samba-4.0.0alpha14.tar.gz
cd samba-4.0.0alpha14/source4
export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig
./configure
make
sudo make install

Managing Samba4 with Launchd

Configuring Samba 4 with Server Admin

Building a Samba4 Port