Hello to all
I have an error with running samba-tool after installation. My os is FreeBSD 10.1.
I use all method to installing the samba ( installing by pkg, making port and download and compile the source code) but in the all of them some errors was accrued. Could somebody help me to resolve this problem?
samba version : samba43-4.3.3
running command:
that is my error:
I have an error with running samba-tool after installation. My os is FreeBSD 10.1.
I use all method to installing the samba ( installing by pkg, making port and download and compile the source code) but in the all of them some errors was accrued. Could somebody help me to resolve this problem?
samba version : samba43-4.3.3
running command:
/usr/local/bin/samba-tool
that is my error:
Code:
Traceback (most recent call last):
File "/usr/local/bin/samba-tool", line 33, in <module>
from samba.netcmd.main import cmd_sambatool
File "/usr/local/lib/python2.7/site-packages/samba/netcmd/main.py", line 24, in <module>
from samba.netcmd.delegation import cmd_delegation
File "/usr/local/lib/python2.7/site-packages/samba/netcmd/delegation.py", line 23, in <module>
from samba import provision
File "/usr/local/lib/python2.7/site-packages/samba/provision/__init__.py", line 46, in <module>
from samba.samba3 import smbd, passdb
File "/usr/local/lib/python2.7/site-packages/samba/samba3/__init__.py", line 29, in <module>
import passdb
ImportError: /usr/local/lib/libsmbconf.so.0: Undefined symbol "yp_match"