Jeff Fisher wrote:
I'm trying to upgrade from pdns 2.9.17 to 2.9.20 but it isn't going well.

I used this for the configure line:

./configure --prefix=/usr/local/stow/pdns-2.9.20
--with-mysql-lib=/usr/lib/mysql --with-mysql-includes=/usr/include/mysql

When I type make and it attempts to build the gmysqlbackend, this happens:

[[ snipped build output ]]

Any ideas as to what might be happening?

This is a CentOS 4.4 machine.

Install zlib-devel. The MySQL client libraries require libz for data compression use, and libtool is trying to find it, but can't.

--
Derrik Pates
[EMAIL PROTECTED]
_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to