From e896f3c5bf5dee3c771985cd9dd2eb376481c22b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 May 2013 20:44:26 +1000 Subject: [PATCH] docs: Fix small errors in TOSHARG-Compiling Reviewed-by: Jeremy Allison --- docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml index ac866a87455..3a2b729ebf3 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml @@ -119,7 +119,7 @@ gpg: BAD signature from Samba Distribution Verification Key configure To build the binaries, run the program ./configure - in the top level director of the source tree. This should automatically + in the top level directory of the source tree. This should automatically configure Samba for your operating system. If you have unusual needs, then you may wish to first run: @@ -177,7 +177,7 @@ gpg: BAD signature from Samba Distribution Verification Key After you run configure, make sure that the - bin/include/config.h it generates contain lines like this: + bin/default/include/config.h it generates contain lines like this: #define HAVE_KRB5 1 #define HAVE_LDAP 1 @@ -186,7 +186,7 @@ gpg: BAD signature from Samba Distribution Verification Key If it does not, configure did not find your KRB5 libraries or - your LDAP libraries. Look in config.log to figure + your LDAP libraries. Look in bin/config.log to figure out why and fix it. -- 2.34.1