I can confirm this bug. Ubuntu 8.04.1 - 64-bit.
** Changed in: mysql-dfsg-5.0 (Ubuntu)
Status: Triaged => Confirmed
--
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed t
Ok I figured it out.
I installed the wrong mysql package.
This is the right process:
apt-get install build-essential
apt-get source bind9
apt-get build-dep bind9
apt-get libmysqlclient15-dev, needed for mysql headers and libraries for the
dlz-mysql driver.
cd bind9-9.4.1-P1
export DEB_BUILD_OPTION
Public bug reported:
Binary package hint: bind9
The idea was to install bind with MySQL database support.
I am using an updated 7.10 installation. of Ubuntu
Here is what I did:
1. apt-get install build-essential
2. apt-get source bind9
3. apt-get build-dep bind9
4. apt-get source mysql
5.cd bind