Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 23:00:06 -0800
From:      Ryan Merrick <sandshrimp@comcast.net>
To:        paul beard <paulbeard@mac.com>
Cc:        FreeBSD-questions <questions@FreeBSD.org>
Subject:   Re: MySQL 3 server problems: mysqlclient.10 not found?
Message-ID:  <4057F776.5090804@comcast.net>
In-Reply-To: <053415B1-778E-11D8-9CA6-000A95BBCCF8@mac.com>
References:  <053415B1-778E-11D8-9CA6-000A95BBCCF8@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
paul beard wrote:
> I have been trying to complete a portupgrade and something seems to be 
> wrong: mysql323-server won't build. It seems to have a dependency on a 
> file -- mysqlclient.10 -- that's part of mysql323-client but isn't found.
> 
> ===>   Compressing manual pages for mysql-client-3.23.58_2
> ===>   Running ldconfig
> /sbin/ldconfig -m /usr/local/lib/mysql
> ===>   Registering installation for mysql-client-3.23.58_2
> ===>   Returning to build of mysql-server-3.23.58_2
> Error: shared library "mysqlclient.10" does not exist
> *** Error code 1
> 
> Stop in /opt/ports/databases/mysql323-server.
> 
> -- 
> Paul Beard
> <www.paulbeard.org/>
> paulbeard [at] mac.com
Hi.

What is in #/usr/local/lib/mysql ?

You should have something like:
...
lrwxrwxrwx  1 root  wheel      20 Feb 28 22:29 libmysqlclient.so -> 
libmysqlclient.so.10
-rwxr-xr-x  1 root  wheel  132515 Nov  7 17:57 libmysqlclient.so.10
...

The #/sbin/ldconfig -m is trying to merge /usr/local/lib/mysql into the 
share libraries.

To verify what is in ldhints use: /sbin/ldconfig -r

-- 
-Ryan Merrick
sandshrimp@comcast.net



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