Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 20:59:07 +0200
From:      "ml@sd2i.com" <ml@sd2i.com>
To:        Michael Nottebrock <lofi@freebsd.org>
Cc:        ports@freebsd.org, Stephen Montgomery-Smith <stephen@math.missouri.edu>, kde@freebsd.org, ale@freebsd.org
Subject:   Re: [kde-freebsd] koffice and mysql50-client
Message-ID:  <4496F3FB.9050707@sd2i.com>
In-Reply-To: <200606191925.24221.lofi@freebsd.org>
References:  <20060617133131.M16900@math.missouri.edu> <200606191925.24221.lofi@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Nottebrock a écrit :
> On Saturday, 17. June 2006 20:36, Stephen Montgomery-Smith wrote:
>> The koffice port fails to build because it says that there is no
>> mysqlclient.15.
> 
> Can you provide the actual error? The port uses the USE_MYSQL macro for the 
> dependency and the configure script uses the output of mysql_config to 
> determine the library directory, so in theory there there should be no 
> trouble.
> 

Same trouble here for postfix (another example is mysql41-server). 
There's no error, but mysql41-client is simply not found so it's 
compilation is launched again and the install fail because the ports 
already installed....

Seems that the detection is good just after the install step, but wrong 
before the compilation step.

I solve the trouble by adding symlink from 
/usr/local/lib/mysql/libmysql* to /usr/local/lib/libmysql*

Regards.



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