On Tue, 23 Aug 2005, Steve Williams wrote:
> Hi, > > I am trying to test some patches that have been made post 3.0.20. I > have Samba 3.0.20 src installed. I have applied two patches from SVN > (9484, 9481). > > I have run autoconf. Poking around after "configure", I discovered I > needed to run "autoheader" as well. This is fine, but I am wondering if > I have missed any other steps? > > My steps... > > tar -xvzf samba-3.0.20.tar.gz > cd samba-3.0.20 > <download patches> > patch -p2 -i svn_9481.patch > patch -p2 -i svn_9484.patch You'll also nee 9456 which patches smbd/dir.c > autoconf > autoheader instead of these, just do autogen.sh Cheers, Bill > ./configure --prefix=/usr/local/samba-3.0.20p1 > make > .... > > Should > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
