[Bug 105457] Re: mysqd_safe high cpu usage

2008-11-17 Thread JPHein
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

[Bug 209500] Re: Bind 9.4.1-P1 fails to compile with the --with-dlz-mysql flag

2008-03-31 Thread JPHein
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

[Bug 209500] [NEW] Bind 9.4.1-P1 fails to compile with the --with-dlz-mysql flag

2008-03-30 Thread JPHein
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