From owner-freebsd-ports@FreeBSD.ORG Wed Sep 18 21:50:04 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97A7E655; Wed, 18 Sep 2013 21:50:04 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12A4E2869; Wed, 18 Sep 2013 21:50:03 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id c11so6980756wgh.18 for ; Wed, 18 Sep 2013 14:50:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=AJjijIlEmufoIRzogPHfZKcPAWbXQmhXQo5ENNkSiiY=; b=vXSVpHicekfQdncYMj5RvFb7/sJvRefJEEWh6EG1/ljW84NfwA/1isseHc2zmVaOIa +M9qQWMutM/9T7deu4+8N0bH0M0ZAnQ4668JjI3RMqbm9gdOH5BTou1XMGuOOSrMlBuQ 5XyB5dXA4mLA5S8LrjlsmI7SgOJAqfqoROjv99PHUzISBKFaGMhXCNNuqGeXlOBYBTM8 n8FHG8ZNTgc2jvksvCvbFsP6DQklgb/abmCL5WgmJpaqhuQIt1CmstRsOWfcsnx/npxg MOXYpSoVuWdaZAXsVLCekgMRyol6IFnYrP2nABqvAVA5UH9wIJyZrHwyZoG8JaAI9GMK 2LXA== X-Received: by 10.180.109.132 with SMTP id hs4mr8906329wib.46.1379541002615; Wed, 18 Sep 2013 14:50:02 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPSA id ey4sm5278578wic.11.1969.12.31.16.00.00 (version=SSLv3 cipher=RC4-SHA bits=128/128); Wed, 18 Sep 2013 14:50:02 -0700 (PDT) Date: Wed, 18 Sep 2013 22:50:00 +0100 From: RW To: ports@freebsd.org, itetcu@FreeBSD.org Subject: dspam looking for libhash_drv.so in wrong location Message-ID: <20130918225000.743aa9fc@gumby.homeunix.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 21:50:04 -0000 Under 10-current I've had a problem with dspam failing with the error: dlopen() failed: /usr/local/lib/libhash_drv.so: Cannot open /usr/local/lib/libhash_drv.so The actual library is located under /usr/local/lib/dspam/. (I have it working again with a temporary symlink)