From owner-freebsd-questions@freebsd.org Wed Sep 11 12:20:01 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFDFFD2089 for ; Wed, 11 Sep 2019 12:20:01 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46T1Dw4szCz3Ml4 for ; Wed, 11 Sep 2019 12:19:59 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id x8BCJhmd067345 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Wed, 11 Sep 2019 14:19:45 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Problem with "samba-tool" To: "freebsd-questions@freebsd.org" , Carmel NY References: From: Andrea Venturoli Message-ID: Date: Wed, 11 Sep 2019 14:19:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46T1Dw4szCz3Ml4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of ml@netfence.it has no SPF policy when checking 2.44.121.52) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-2.83 / 15.00]; ARC_NA(0.00)[]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; IP_SCORE(-1.73)[ip: (-5.61), ipnet: 2.44.0.0/16(-2.81), asn: 30722(-0.27), country: IT(0.03)]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[netfence.it]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2019 12:20:01 -0000 On 2019-09-11 13:17, Carmel NY wrote: > FreeBSD 12.0-RELEASE-p10 > samba version 4.8.12 > > When attempting to use the 'samba-tool', I always receive this error > message: > > samba-tool > Traceback (most recent call last): > File "/usr/local/bin/samba-tool", line 33, in > from samba.netcmd.main import cmd_sambatool > File "/usr/local/lib/python2.7/site-packages/samba/__init__.py", line > 28, in import ldb > ImportError: /usr/local/lib/python2.7/site-packages/ldb.so: Undefined > symbol "ldb_handler_copy" > > It doesn't make any difference what command options I use. Before I ask > on a dedicated 'samba support forum', I thought I would first try and > see if this was a localized FreeBSD problem. > You are in good company. See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239480 IIUIC from the comments, this won't be fixed. Upgrading to 4.10 will be the solution (and, in a few days or week, the only thing to do in any case, if you want a supported version), once 4.10 works properly. bye av.