From owner-freebsd-ports@freebsd.org Wed Aug 19 06:44:33 2015 Return-Path: Delivered-To: freebsd-ports@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 458AD9BD5DC for ; Wed, 19 Aug 2015 06:44:33 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from smtp-in-cuatro.uned.es (smtp-in-cuatro.uned.es [62.204.192.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.uned.es", Issuer "TERENA SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAE99FD1; Wed, 19 Aug 2015 06:44:32 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from stargate-2.unedbizkaia.es (10-200-62-202.ca062000.uned.es [10.200.62.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp-out-dos.uned.es (Postfix) with ESMTPSA id E2B1B60270; Wed, 19 Aug 2015 08:44:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uned.es; s=20140131; t=1439966669; bh=8tp/D872hL0TUL0jIK377AU2Zm96/3oFUGzQkiSRNVM=; h=Message-ID:Date:From:MIME-Version:To:Subject:In-Reply-To: Content-Type:Content-Transfer-Encoding; b=bteVzzRQStEXpEjkdAw3TEPiZf9xl7np5dL4MtjMwLdP+B1IO6HaZJY8BnVapjH8y wS/KprqfSrCGjQCWEfx80grSEisuZF3V3WiMgPwWMbmj26DMVjknQtfSQFeCIE+FZ2 JLYqei+yQhKOPjfFhYWw6eBhrvAvsF8L0Ma4JG9c= X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.7 at smtp-out-dos.uned.es Message-ID: <55D425C6.5080903@portugalete.uned.es> Date: Wed, 19 Aug 2015 08:44:22 +0200 From: Enrique Ayesta Perojo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Stefan Esser CC: freebsd-ports@freebsd.org Subject: Re: Samba 4.2.3 exited on signal 4 References: <55D31A5E.2050901@portugalete.uned.es> <55D35613.6070908@freebsd.org> In-Reply-To: <55D35613.6070908@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2015 06:44:33 -0000 18/08/15 17:58(e)an, Stefan Esser igorleak idatzi zuen: > Am 18.08.2015 um 14:07 schrieb Timur I. Bakeyev: >> Could be that you are affected by >> https://bugzilla.samba.org/show_bug.cgi?id=11455 >> >> Can you, please, verify, that it is the case? > > A good test is to install the pre-compiled package and compare > ldd output for the port compiled by you and the package binaries > (i.e. strip off the addresses and compare only the filenames that > ldd reports for either smbd binary). > > In my case the smbd and smbclient where linked against a wrong > MD5 library (/usr/local/lib/libmd5.so from www/libwww) instead > of the system library (/usr/lib/libmd.so). This was due to the > configure script preferring libmd5.so over libmd.so ... > > Regards, STefan > Hello Stefan, No, it's not my case, package and port installed versions are correctly linked, so i don't think that's my problem. Thanks