Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264690 - dev-tcltk/mysqltcl configure error finding libmysql
Summary: dev-tcltk/mysqltcl configure error finding libmysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 20:40 UTC by Nathan Phillip Brink (binki) (RETIRED)
Modified: 2010-03-24 21:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
adds --with-mysql-lib option for configure (mysqltcl-mysql-libdir.patch,711 bytes, patch)
2009-04-02 20:42 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2009-04-02 20:40:06 UTC
When trying to compile dev-tcltk/mysqltcl-3.05, I get the following error:
checking for build with symbols... no
checking for mysql header... yes
checking for libmysqlclient lib... configure: error: Cannot find libmysqlclient.so in /usr/lib/mysql use --with-mysql-lib=?

I tried adding --with-mysql-lib=/usr/$(get_libdir)/mysql and I had a successful installation. I have this problem because I don't have /usr/lib linked to /usr/lib64 and mysqltcl's configure only checks /usr/lib/mysql.

I will attach the patch that fixed this problem for me.
Comment 1 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2009-04-02 20:42:47 UTC
Created attachment 187140 [details, diff]
adds --with-mysql-lib option for configure
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-03-24 21:31:03 UTC
Fixed in CVS.