Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76820 - bind-9.2.2-r4 failes to compile with mysql support, seemingly bc of errors in bind-9.2.2-mysql.patch.
Summary: bind-9.2.2-r4 failes to compile with mysql support, seemingly bc of errors i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeffrey Forman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 14:40 UTC by Oskar Alexanderson
Modified: 2005-03-25 14:30 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oskar Alexanderson 2005-01-05 14:40:17 UTC
The compilation failes with an error stating that -lmysqlclient wasn't found. When looking closer att the build command I saw that -L/usr/local/lib/mysql was in there (which is wrong). This part (as well as -I/usr/local/include found later) comes from the file bind-9.2.2-mysql.patch, and should either be changed to /usr/lib/mysql (-I/usr/include) or maybe the mysql_config command should be used?

Reproducible: Always
Steps to Reproduce:
1. Do USE="mysql" emerge bind

Actual Results:  
Compilation failes during linking, stating that -lmysqlclient wasn't found.

Expected Results:  
The compilation should have completed...
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2005-03-25 14:30:17 UTC
unreproduceable with 9.2.5
please, reopen if problem is still exist