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
autoconf
autoheader
./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

Reply via email to