On Thu, 2012-02-02 at 14:25 +0100, Joseph Kuehner wrote: > After sucessfull install I got a "provision error": > > version 'SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found > > 1. Download samba4 with git > o.k > > 2. ./configure.developer --enable-fhs --prefix=/usr --sysconfigdir=/etc > --localstatedir=/var > o.k > > 3. make > o.k > > 4. make install > o.k
here, run make again > 5. ./source4/setup/provision --realm=sideris.heroes.org --domain=HEROES > --adminpass=.... --server-role='domain controler' > error 'SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found > > stdout and stderr in attached file If you wish to run provision from the source directory, you need to rebuild the libs it depends on, by again running 'make' as we relinked them for the installed version. Otherwise, run provision from the installation you just made. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
