On 10/3/07, Dan Shearer <[EMAIL PROTECTED]> wrote:
>
>
> Firstly, you should be able to avoid using svn for Samba. From
> howto.txt:
>
> $ mkdir samba4 ; cd samba4
> $ rsync -avz samba.org::ftp/unpacked/samba4 .
> $ ./configure --prefix=/usr/local/samba
> $ make
> # make installlib && make installheader
> # cd pidl && perl Makefile.PL && make && make install


Dan,

There's a small error in this part of the doc.  I sent a patch to
Julien yesterday, but it isn't .  The sequence of commands
should be:

$ rsync -avz samba.org::ftp/unpacked/samba4 .
$ cd samba4/source
$ ./configure --prefix=/usr/local/samba
$ make
# make installlib && make installheader
# cd pidl && perl Makefile.PL && make && make install
$ cd ../../..

Andrew
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to