On 26/03/2008, Siju George <[EMAIL PROTECTED]> wrote: > Hi, > > I was following > > > http://wiki.samba.org/index.php/Samba4/HOWTO#Testing_Samba4_Active_Directory_in_Ubuntu_7.04_howto > > to put Samba 4 to test. > > I got this error. > > =========================================================== > [EMAIL PROTECTED]:/var/Software/samba4/source$ sudo svn update > At revision 26701.
Run ./autogen.sh at this point > [EMAIL PROTECTED]:/var/Software/samba4/source$ sudo ./configure > --prefix=/usr/local > sudo: ./configure: command not found Don't run configure under sudo. do the configure and make as yourself, then do "sudo make install" to install. -- James Peach | [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
