From owner-freebsd-ports@FreeBSD.ORG Wed Sep 10 01:51:17 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBAC416A4BF for ; Wed, 10 Sep 2003 01:51:17 -0700 (PDT) Received: from rdsnet.ro (mail.rdsnet.ro [193.231.236.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 1145143FBD for ; Wed, 10 Sep 2003 01:51:12 -0700 (PDT) (envelope-from itetcu@cameradicommercio.ro) Received: (qmail 25215 invoked from network); 10 Sep 2003 08:51:10 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 10 Sep 2003 08:51:10 -0000 Received: by buh.cameradicommercio.ro (Postfix, from userid 1001) id 3D547FDE; Tue, 9 Sep 2003 13:50:15 +0300 (EEST) From: Ion-Mihai Tetcu To: ports@freebsd.org Date: Tue, 9 Sep 2003 13:50:15 +0300 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309091350.15294.itetcu2@xnet.ro> Subject: mysqlcc LIB_DEPENDS question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 08:51:18 -0000 Hi, Could someone explain why : ===> mysqlcc-0.9.3 depends on shared library: mysqlclient.14 - not found ===> Verifying install for mysqlclient.14 in /usr/ports/databases/mysql41-client when make-ing databases/mysqlcc ? Thanks, IOnut buh>/ports/databases/mysqlcc# cat Makefile | grep -A4 libmysqlclient .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.10) LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .elseif exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.14) LIB_DEPENDS= mysqlclient.14:${PORTSDIR}/databases/mysql41-client .else LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client .endif buh>/usr/local/lib/mysql# ll | grep libmysql -rw-r--r-- 1 root wheel 225362 Aug 26 12:23 libmysqlclient.a lrwxr-xr-x 1 root wheel 20 Aug 26 12:23 libmysqlclient.so@ -> libmysqlclient.so.12 -rwxr-xr-x 1 root wheel 167117 Aug 26 12:23 libmysqlclient.so.12* -rw-r--r-- 1 root wheel 233692 Aug 26 12:23 libmysqlclient_r.a lrwxr-xr-x 1 root wheel 22 Aug 26 12:23 libmysqlclient_r.so@ -> libmysqlclient_r.so.12 -rwxr-xr-x 1 root wheel 173170 Aug 26 12:23 libmysqlclient_r.so.12*