This is a discussion on [Samba] Samba 4 installation problem within the Samba forums, part of the Networking and Network Related category; Hello, I'm trying install Samba 4 by this link http://wiki.samba.org/index.php/Samba4/HOWTO . The step ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello, I'm trying install Samba 4 by this link http://wiki.samba.org/index.php/Samba4/HOWTO . The step 2 compile and step 3 install completed, but step 4 provisionhas following error: [root@samba4 setup]# ./provision --realm=sfa.local --domain=sfa --adminpass=5555 --server-role='domain controller'Traceback (most recent call last): File "./provision", line 32, in ? import sambaImportError: No module named samba Could someone has experience to fix this problem ? Thanks __________________________________________________ _______________ Connect to the next generation of MSN Messenger* http://imagine-msn.com/messenger/lau...lmailtagline-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Tue, 2008-09-23 at 10:39 +0800, wilson kwok wrote:
> Hello, > > I'm trying install Samba 4 by this link http://wiki.samba.org/index.php/Samba4/HOWTO . The step 2 compile and step 3 install completed, but step 4 provisionhas following error: > > [root@samba4 setup]# ./provision --realm=sfa.local --domain=sfa --adminpass=5555 --server-role='domain controller'Traceback (most recent call last): File "./provision", line 32, in ? import sambaImportError: No module named samba > > Could someone has experience to fix this problem ? For some reason the python modules have not been installed in a place where the provision script can find them. Perhaps try running it as setup/provision (there is a hack to run from the source dir). Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Red Hat Inc. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQBI9SJwz4A8Wyi0NrsRAqqzAJwNYMf5Vlk4j6qQOiXhZP ZLCPL+fwCgpiAB Wj3KY8BOn4rCB0xqXPlzChw= =W/dm -----END PGP SIGNATURE----- |