Build steps

cd /tmp; gtar -xzf ~/src/samba-2.2.7a.tar.gz cd /tmp/samba-2.2.7a/source ./configure --prefix=/usr/local/encap/samba-2.2.7a --with-ssl \ --with-privatedir=/Common/shared/samba/private gmake cd /usr/local/encap/samba-2.2.7a/lib; sudo ln -s /etc/smb.conf . sudo gmake install sudo epkg samba

Note that the SSL didn't work. Next time I do anything with this I'll work more on the SSL options.

References