On Wed, Oct 03, 2007 at 09:11:02AM -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.
Sounds like openchangeclient might be useful to you then, or the other commandline tools, because you can easily invoke them from PHP. > 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? We know we have to improve the instructions in howto.txt, found at https://svn.openchange.org/openchange/trunk/doc/howto.txt. If you could tell us what isn't working for you we can help you and fix the doc at the same time. 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 Did this part work? If not, what errors did you get? > I hope I can help in whatever capacity I am capable, That's exactly what we need! And thanks for posting publicly. -- Dan Shearer [EMAIL PROTECTED] _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
