If you follow this in your home directory, at least in OpenSUSE 10.2, You wind up with
/home/tim/samba4/samba4 so then, sources would be found in: /home/tim/samba4/samba4/source When I did it without the first part, I wound up with only one folder. so if I took out the mkdir, cd part... it looked like: /home/tim/samba4/source Thanks, tim. On 10/3/07, Andrew Gaylard <[EMAIL PROTECTED]> wrote: > > 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 > >
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
