On Wed, 2007-10-03 at 09:11 -0400, Tim Pintsch wrote: > I am new to the list and OpenChange, I am just a simple admin and web > developer who does little more then simple php edits and some > scripting. I appreciate the opportunity to help in whatever testing I > can. I'm not affraid to get my hands dirty, but to be honest, last > night was my first experience with rsync and svn though I've compiled > my share of things in the past. > > Would it be possible for someone to post svn instructions for the > latest build of samba4? This would help greatly, I thought I had it > last night, but I guess I didn't. I really want to make this work.
Here the method I use to fetch/compile latest Samba4 trunk: $ svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba4 $ cd samba4 $ ./autogen.sh && ./configure.developer --prefix=/usr/local/samba $ make # make install (for Fedora Core users otherwise simply follow doc/howto.txt instructions about ldconfig) # cat "/usr/local/samba/lib" > /etc/ld.so.conf.d/samba4.conf # ldconfig Now install openchange as described in doc/howto.txt > I sent my request to julien and he was gracious and patient with me, > however, I'd prefer not to distract him with my benign requests. No problem ;-) -- Julien Kerihuel [EMAIL PROTECTED] OpenChange Project Manager GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
