Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2006 16:06:35 GMT
From:      BlueRaven <blue@ravenconsulting.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/99208: mysql-server-5.0.22 not compiling due to error on libmysqlclient.15
Message-ID:  <200606201606.k5KG6Z2k016404@www.freebsd.org>
Resent-Message-ID: <200606201610.k5KGAIE8078301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99208
>Category:       ports
>Synopsis:       mysql-server-5.0.22 not compiling due to error on libmysqlclient.15
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 20 16:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     BlueRaven
>Release:        6.1-RELEASE-p1
>Organization:
>Environment:
FreeBSD server-dev.my.lan 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #1: Mon Jun  5 12:37:32 CEST 2006     root@otiluke.my.lan:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
When installing mysql-server-5.0.22, compiling stops with the following error:

[omissis]
===>   Installing ldconfig configuration file
===>   Compressing manual pages for mysql-client-5.0.22
===>   Registering installation for mysql-client-5.0.22
===>   Returning to build of mysql-server-5.0.22
Error: shared library "mysqlclient.15" does not exist
*** Error code 1

Stop in /usr/ports/databases/mysql50-server.
>How-To-Repeat:
Just cd to /usr/ports/databases/mysql50-server and try installing it with "make install clean"
>Fix:
Run "ldconfig -m /usr/local/lib/mysql" as root to add the mysql-client shared libraries to the hints file, then issue "make install clean" again.
For your reference, this is the thread on bsdforums.org from which I took the fix: http://www.bsdforums.org/forums/showthread.php?threadid=42054
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606201606.k5KG6Z2k016404>