Re: [Samba] Help: configure error with cvs download samba 3.x

2002-10-31 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 28 Oct 2002, David Shapiro wrote:

 Hello,
 
 I used cvs to download and build samba, but it failed to build with error
 message:
 
 checking configure summary... configure: error: summary failure. Aborting
 config

The best clue will be at the tail end of config.log



cheers, jerry
 -
 Hewlett-Packard   - http://www.hp.com
 SAMBA Team-- http://www.samba.org
 GnuPG Key  http://www.plainjoe.org/gpg_public.asc
 ISBN 0-672-32269-2SAMS Teach Yourself Samba in 24 Hours 2ed
 I never saved anything for the swim back. Ethan Hawk in Gattaca
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE9wbcPIR7qMdg1EfYRAk6mAJ49ZnqCM6o9Qp9TK04FGFm9T1jhBgCgvyAx
QtbFut9EnQDKfuaNK4F4GLs=
=kkWm
-END PGP SIGNATURE-

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Help: configure error with cvs download samba 3.x

2002-10-28 Thread David Shapiro
Hello,

I used cvs to download and build samba, but it failed to build with error
message:

checking configure summary... configure: error: summary failure. Aborting
config


I used the following download and build process:

(solaris 7 11/99 gcc 3.2 automake 1.7, libtool 1.4.3, gnu make 3.80,
binutils 2.13)

!/usr/bin/ksh
#cd /usr/local/samba
cd /usr/local
echo \npassword: anoncvs\n
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot login
if [ ! -d /usr/local/samba/source ]; then
echo Creating new samba install
#mkdir -p /usr/local/samba/source
cvs -z5 -d :pserver:[EMAIL PROTECTED]:/cvsroot co samba
if [ $! ]; then
echo error
fi
else
echo Updating old samba install
/usr/bin/rm /usr/local/samba/bin/*
/usr/bin/rm /usr/local/samba/sbin/*
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot update -d -P
fi

# Configure and build samba
cd /usr/local/samba/source
#/usr/local/bin/gmake realclean
#/usr/bin/rm config.cache ltmain.sh configure
#aclocal
#libtoolize --force
#/usr/local/bin/autoheader
#/usr/local/bin/autoconf

cd /usr/local/samba/source
env CFLAGS=-Wall -m32 -g ./configure \
--with-winbind \
--without-sendfile-support \
--with-pam \
--with-pam_smbpass \
--with-included-popt \
--with-smbwrapper

#
/usr/local/bin/gmake proto  /usr/local/bin/gmake  /usr/local/bin/gmake
install
/usr/local/bin/gmake nsswitch/libnss_winbind.so
/usr/local/bin/gmake nsswitch/libnss_wins.so

ln -s /usr/local/samba/source/nsswitch/libnss_winbind.so
/usr/lib/libnss_winbind.so.1
ln -s /usr/local/samba/source/nsswitch/libnss_winbind.so
/usr/lib/libnss_winbind.so.2
ln -s /usr/local/samba/source/nsswitch/libnss_winbind.so
/usr/lib/nss_winbind.so.1
ln -s /usr/local/samba/source/nsswitch/libnss_winbind.so
/usr/lib/nss_winbind.so.2

echo If not already done, you need to modify pam.conf for samba pam
support.
echo See /usr/local/samba/docs/textdocs/Sol* for information.
~
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba