From 22320b4cd95a5b77ea67b1e3653ee7448858acde Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Wed, 21 Sep 2005 21:19:30 +0000 Subject: [PATCH] Updated to Samba-3.0.20 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5113 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- introduction/welcome/changelog.xml | 3 ++ server/major/samba3.xml | 45 +++++++++++++++++++++--------- 3 files changed, 36 insertions(+), 14 deletions(-) diff --git a/general.ent b/general.ent index a0d1f6ea47..4ece1663f1 100644 --- a/general.ent +++ b/general.ent @@ -249,7 +249,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f804ae2f88..1b181e7c96 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,9 @@ September 21st, 2005 + + [randy] - Updated to Samba-3.0.20. + [bdubbs] - Reverted gcc build instructions. diff --git a/server/major/samba3.xml b/server/major/samba3.xml index 8681bb2220..1b44bdb7e5 100644 --- a/server/major/samba3.xml +++ b/server/major/samba3.xml @@ -5,11 +5,11 @@ %general-entities; - - - - - + + + + + ]> @@ -59,6 +59,15 @@ + Additional Downloads + + + Required patch if you have Heimdal + installed: + + + Samba Dependencies Optional @@ -69,8 +78,7 @@ or , , or , - , - and + and Valgrind @@ -78,9 +86,24 @@ Installation of Samba + A Samba include.h + header now does checks for C++ reserved names. The package will not build + if you have Heimdal installed as Heimdal uses + some of these reserved names inappropriately. If you have + Heimdal installed, apply the following patch to + disable these checks and allow the package to compile successfully: + +patch -Np1 -i ../samba-&samba3-version;-heimdal-1.patch + Install Samba by running the following commands: + + You may want to run configure with the + parameter. There may be other parameters + needed to take advantage of the optional dependencies. + + cd source && ./configure \ --prefix=/usr \ @@ -91,6 +114,8 @@ --with-smbmount && make + This package does not come with a test suite. + Now, as the root user: install -v -m755 -d /var/cache/samba && @@ -107,12 +132,6 @@ fi && install -v -m644 ../examples/smb.conf.default /etc/samba && install -v -m644 ../docs/*.pdf /usr/share/samba - - You may want to run configure with the - parameter. There may be other parameters - needed to take advantage of the optional dependencies. - -