[Pdns-users] errno - 128 with mysql

2018-12-20 Thread Cliff Hayes
I have just successfully installed authoritative server 4.0.6 on Fedora 28. It appears proper results are being returned on DNS queries but I and am now seeing the following errors which are new to me. I tried putting in 2018122001 for all records as the change_date and nothing changed. prio

Re: [Pdns-users] configure: error: Did not find the mysql library dir in /usr/lib/mysql

2018-12-20 Thread Cliff Hayes
Thanks! Removing the option worked. I started without the option but I added it at some point along the troubleshooting phases. Once I installed mysql-devel it probably would have worked if I had removed the option then. On 12/20/2018 8:52 AM, Brian Candler wrote: On 20/12/2018 14:29, Cliff

Re: [Pdns-users] configure: error: Did not find the mysql library dir in /usr/lib/mysql

2018-12-20 Thread Brian Candler
On 20/12/2018 14:29, Cliff Hayes wrote: Unfortunately I still have the same problem. Here are the results: ./configure --with-modules="bind gmysql" --without-lua --with-mysql-lib=/var 1. Try omitting --with-mysql-lib entirely 2. If that doesn't work, try --with-mysql-lib=/usr ___

Re: [Pdns-users] configure: error: Did not find the mysql library dir in /usr/lib/mysql

2018-12-20 Thread Cliff Hayes
Oops ... my previous email showed the wrong directory /usr ... that was one of many failed experiments ... this one has the correct directory /var ... Thanks for the advice. I did this... dnf install mariadb-devel ...which gave me these... mariadb-connector-c-devel-3.0.6-2.fc28.x86_64.rpm maria

Re: [Pdns-users] Fwd: Re: configure: error: Did not find the mysql library dir in /usr/lib/mysql

2018-12-20 Thread Frank Louwers via Pdns-users
Hi Cliff, Could you try without the --with-mysql-lib=/var parameter? Or with —with-mysql-lib=/usr? The dev libraries are not installed in /var/lib/mysql, but probably in /usr/lib/libmysql* Frank Louwers Certified PowerDNS Consultant > On 20 Dec 2018, at 15:12, Cliff Hayes

[Pdns-users] Fwd: Re: configure: error: Did not find the mysql library dir in /usr/lib/mysql

2018-12-20 Thread Cliff Hayes
Thanks for the advice. I did this... dnf install mariadb-devel ...which gave me these... mariadb-connector-c-devel-3.0.6-2.fc28.x86_64.rpm mariadb-devel-10.2.19-1.fc28.x86_64.rpm Unfortunately I still have the same problem. Here are the results: ./configure --with-modules="bind gmysql" --withou