From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 22:08:38 2004 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 1846B16A4CE for ; Fri, 5 Nov 2004 22:08:38 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id C338243D2F for ; Fri, 5 Nov 2004 22:08:37 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [10.59.1.10] ([63.254.130.211]) by serv01.divms.uiowa.edu with id iA5M8VoR015775 for ; Fri, 5 Nov 2004 16:08:33 -0600 (CST) Message-ID: <418BF9CB.1080303@uiowa.edu> Date: Fri, 05 Nov 2004 16:08:11 -0600 From: Jason Dusek User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040907 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <418BF457.7040801@uiowa.edu> In-Reply-To: <418BF457.7040801@uiowa.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.9 () BAYES_00 X-Scanned-By: MIMEDefang 2.45 Subject: Re: mysqlclient.12 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: Fri, 05 Nov 2004 22:08:38 -0000 The mysql41-server exhibits similar behaviour: 20041105 ~ 16:03:14 ~ /usr/ports/databases/mysql41-client 48 jsn@localhost # make all install clean <...snip.../> ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib/mysql ldconfig: /usr/local/lib/mysql: ignoring group-writable directory ===> Registering installation for mysql-client-4.1.7 ===> Returning to build of mysql-server-4.1.7 Error: shared library "mysqlclient.14" does not exist *** Error code 1 Stop in /usr/ports/databases/mysql41-server. I'm running an old 5.3 Beta: 20041105 ~ 16:05:18 ~ /usr/ports/databases/mysql41-client 48 jsn@localhost # uname -a FreeBSD localhost 5.3-BETA2 FreeBSD 5.3-BETA2 #0: Mon Sep 6 15:27:56 CDT 2004 root@localhost:/usr/obj/usr/src/sys/CUSTOM i386 Does this make any difference? How does anyone build MySQL anymore? _jason Jason Dusek wrote: > I'm having trouble installing mysql40-server - it installs > mysql40-client and then in order to get "mysqlclient.12" but then it > can't find it > > Error: shared library "mysqlclient.12" does not exist > *** Error code 1 > > Stop in /usr/ports/databases/mysql40-server. > > probably because there is no such file - rather there is a > "libmysqlclient.so.12" in /usr/local/lib/mysql. Other people have had > this problem - witness: > > http://www.mail-archive.com/freebsd-questions@freebsd.org/msg46895.html > > and also: > > http://lists.freebsd.org/pipermail/freebsd-ports/2004-July/014685.html > > but I haven't found a solution anywhere. Is there simply a typographical > error in the dependency list? What is the right way to get around this > problem? > > _jason > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"