--- samba-2.0.3/source/smbwrapper/smbsh.in.config Wed Oct 7 06:43:09 1998 +++ samba-2.0.3/source/smbwrapper/smbsh.in Tue Apr 13 18:59:20 1999 @@ -1,6 +1,6 @@ #! /bin/sh -SMBW_LIBDIR=${SMBW_LIBDIR-@builddir@/smbwrapper} +SMBW_LIBDIR=${SMBW_LIBDIR-/lib/security} if [ ! -f ${SMBW_LIBDIR}/smbwrapper.so ]; then echo You need to set LIBDIR in smbsh --- samba-2.0.3/source/Makefile.in.config Sat Feb 27 23:08:47 1999 +++ samba-2.0.3/source/Makefile.in Tue Apr 13 19:09:43 1999 @@ -25,7 +25,7 @@ BINDIR = @bindir@ # we don't use sbindir because we want full compatibility with # the previous releases of Samba -SBINDIR = @bindir@ +SBINDIR = @sbindir@ LIBDIR = @libdir@ VARDIR = @localstatedir@ MANDIR = @mandir@