Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90429 - mysql patch for bind referring to wrong locations
Summary: mysql patch for bind referring to wrong locations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Konstantin Arkhipov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 13:38 UTC by richard witt
Modified: 2005-04-26 02:18 UTC (History)
0 users

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 richard witt 2005-04-25 13:38:02 UTC
When installing bind with the mysql use flag, the patch that gets installed does not work correctly. The patch specifies the locations for +DBDRIVER_INCLUDES = -I/usr/local/include and +DBDRIVER_LIBS = -L/usr/local/lib/mysql -lmysqlclient. This should be either /usr/lib/mysql or use the mysql --config to find out the locations. 

Reproducible: Always
Steps to Reproduce:
1.emerge bind with the mysql use flag
2.
3.

Actual Results:  
Bind installed but i was not able to use mysql on the backend. Building and
patching by hand allowed me to use mysql. 

Expected Results:  
It should have patched using the right mysql libraries and include files.
Comment 1 Konstantin Arkhipov (RETIRED) gentoo-dev 2005-04-26 02:18:04 UTC
fixed in 9.2.5-r3
thank you, Richard