From owner-freebsd-ports@freebsd.org Tue Aug 18 20:11:53 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 297739BD5FC for ; Tue, 18 Aug 2015 20:11:53 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED12E2A2 for ; Tue, 18 Aug 2015 20:11:52 +0000 (UTC) (envelope-from timur@bat.ru) Received: by obkg7 with SMTP id g7so19710501obk.3 for ; Tue, 18 Aug 2015 13:11:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=RP/krGff7bPFkKQIPEqgf4SQl1b3o3NRYBVAdWgIHfQ=; b=CaL9VQpkm8JhLDnmxgFPzEcMLeeJT7tS2/vl2h7gU3r1yoLHXCouwkCGHLxdOb+GTP nHkPBykcjfkQhVvmO9PdvMIincOOw1Ck5FKlAgzwtXZ+kAOyNarP9+QIcxq5Da4WdI8W VhfI/IdHKnH1xcqquwMMc4iT0GDcpaEq+GmOw6iuDW843UYCr1I7b+wF8aW0Wy6SmU94 23PyiKZS0imADEGqdlcabZDYOuZkObIWXe+asWcUg4gizx5SAVj4/xJJpV+Z9VXgUfkS Ni9Vpx+UNnsVo0rQ7gJ0Su2N8kXHqnN/PlUBeMcI46dnp+LIofH0pHIi7g/ZupBuBke8 sVpg== X-Gm-Message-State: ALoCoQkK5PQslnt1kiYjP8C6dXor3aLnV+lNU18qimrWmIHnptSTCvPDzHykg54f3iJ6CQQ/Aicl X-Received: by 10.182.133.3 with SMTP id oy3mr7791651obb.86.1439928705847; Tue, 18 Aug 2015 13:11:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.45.200 with HTTP; Tue, 18 Aug 2015 13:11:26 -0700 (PDT) In-Reply-To: <55D35613.6070908@freebsd.org> References: <55D31A5E.2050901@portugalete.uned.es> <55D35613.6070908@freebsd.org> From: "Timur I. Bakeyev" Date: Tue, 18 Aug 2015 22:11:26 +0200 Message-ID: Subject: Re: Samba 4.2.3 exited on signal 4 To: Stefan Esser Cc: Enrique Ayesta Perojo , FreeBSD Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Tue, 18 Aug 2015 20:11:53 -0000 Hi, Stefan! Was it a recent case? I belive this problem with md5.so was addressed while ago in the upstream. With regards, Timur Bakeyev. On Tue, Aug 18, 2015 at 5:58 PM, Stefan Esser wrote: > 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 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >