Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 06:28:46 -0500 (CDT)
From:      Lawrence Chen <beastie@tardisi.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        beastie_t@lhaven.homeip.net
Subject:   ports/180053: net/samba-smbclient: Shared object "libtevent.so.0" not found, required by "smbclient"
Message-ID:  <201306281128.r5SBSk1U069401@zen.lhaven.homeip.net>
Resent-Message-ID: <201306281130.r5SBU0r3088629@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180053
>Category:       ports
>Synopsis:       net/samba-smbclient: Shared object "libtevent.so.0" not found, required by "smbclient"
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 28 11:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Lawrence Chen
>Release:        FreeBSD 9.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD zen.lhaven.homeip.net 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	
	After upgrading from samba36-smbclient-3.6.13 to samba36-smbclient-3.6.16,
	smbclient fails due to missing shared library.

	The full samba36 install has the library, but I only need smbclient for
	my nagios check.

>How-To-Repeat:
	
	build/install/upgrade to this version.

	# ./check_smb_share -H host -s share -u user -p password
	CRITICAL SMB Sharename: share Shared object "libtevent.so.0" not found, required by "smbclient"
>Fix:

	

	When I do pkg_info -r samba36-smbclient-3.6.16, I see it has a
	dependency on talloc-2.0.8 and tdb-1.2.11,1, so perhaps it needs to
	depend on tevent-0.9.18 (though version included in full samba3.6.16
	is 0.9.11).

	Wonder if net/samba36 should use devel/tevent instead of its own, to be
	consistent with its use of databases/tdb and devel/talloc?

	Installing devel/tevent resolved the runtime error for me.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306281128.r5SBSk1U069401>