From owner-freebsd-questions@freebsd.org Thu Jun 23 16:25:58 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9550DB7334A for ; Thu, 23 Jun 2016 16:25:58 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from inet08.hamilton.harte-lyne.ca (inet08.hamilton.harte-lyne.ca [216.185.71.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "inet08.hamilton.harte-lyne.ca", Issuer "CA HLL ISSUER 01" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4179F2194 for ; Thu, 23 Jun 2016 16:25:57 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from localhost (localhost [127.0.0.1]) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTP id DD62960E16 for ; Thu, 23 Jun 2016 12:25:55 -0400 (EDT) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from inet08.hamilton.harte-lyne.ca ([127.0.0.1]) by localhost (inet08.hamilton.harte-lyne.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rz7zDAoOcwez for ; Thu, 23 Jun 2016 12:25:54 -0400 (EDT) Received: from webmail.harte-lyne.ca (inet04.hamilton.harte-lyne.ca [216.185.71.24]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by inet08.hamilton.harte-lyne.ca (Postfix) with ESMTPSA id 4BD3160C6D for ; Thu, 23 Jun 2016 12:25:53 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=harte-lyne.ca; s=dkim_hll; t=1466699153; bh=s5z5Etv743zAcvDdF7sCcsW6B0GYk3RuPql33Xq2XFg=; h=In-Reply-To:References:Date:Subject:From:To:Reply-To; b=vTipxxF2zbDoFXpDUQLIR0/2C+kQilcZHlsRW0tT60SWyWoBSZNDzBHt66o7NaO+v KOnMqLSrGN/AhepZkXzxMHDs5i2WyltlvSHDKntX19ddupYdQ96ToG9R2GDDRhwEZi YdO9KCvtT9vKVSyS1X6i8+nno5MEqE31ZPtpRiyqyEQkPZK8IilGJtNrddarp3sHw7 7KlYjeQ9MUR8LSfi03mhNbWp1P8dcPQPHN3Oie+nYQFZortQuESgPnjv7ouH4pZ/QX 8DlhTAzJ8elAocDUVSFfW21KERUbqozhM7humnemJ9b6BzDDZPGrm1fzjuTn1hKz30 SpQ3RijaKyGnQ== Received: from 216.185.71.44 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Thu, 23 Jun 2016 12:25:53 -0400 Message-ID: <3e89d978e15a0f75bdb142edeedc6d0a.squirrel@webmail.harte-lyne.ca> In-Reply-To: References: Date: Thu, 23 Jun 2016 12:25:53 -0400 Subject: Re: FreeBSD-10.3p5 - Samba43-4.3.8 - 4.3.9 and smbclient From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.22-4.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 16:25:58 -0000 I am trying to use smbclient to examine our new testing samba43 ADDC. However, I am seeing this error when I try to run it: [root@samba-02 ~]# smbclient -L localhost -U% Shared object "liblz4.so.1" not found, required by "libarchive.so.13" I cannot seem to find what pkg provides this either: # pkg search smbclient p5-Filesys-SmbClient-3.2_2 Interface for access Samba filesystem with libsmclient.so pecl-smbclient-0.8.0 Smbclient wrapper extension samba36-libsmbclient-3.6.25_2 Shared lib from the samba package samba36-smbclient-3.6.25 Samba "ftp-like" client but none of these seem to be installed; not surprising given the version numbers: [root@samba-02 ~]# pkg info pecl-smbclient pkg: No package(s) matching pecl-smbclient [root@samba-02 ~]# pkg info samba36-libsmbclient pkg: No package(s) matching samba36-libsmbclient [root@samba-02 ~]# pkg info samba36-smbclient pkg: No package(s) matching samba36-smbclient [root@samba-02 ~]# What is providing smbclient? I would guess samba43 but that does not show up in the pkg search for some reason. In any case I checked for liblz4 and found this: [root@samba-02 ~]# pkg search liblz4 liblz4-131 LZ4 compression library, lossless and very fast [root@samba-02 ~]# pkg info liblz4 pkg: No package(s) matching liblz4 After installing liblz4 smbclient works. This appears to be a dependency which is not accounted for in the samba43 install. Is this intentional? -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3