[Pdns-users] powerdns 3.1 + gcc 4.6 on ubuntu 12

2012-10-02 Thread David Hawthorne
Have y'all noticed issues getting it to compile? I see this: :~/powerdns/modules/pipebackend$ make /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -pthread-D_GNU_SOURCE -Wall -O2 -MT pipebackend.lo -MD -MP -MF .deps/pipebackend.Tpo -c -o pipebackend.lo pi

Re: [Pdns-users] [pdns-mysql] a domain_id of type varchar

2012-10-02 Thread Jan-Piet Mens
> Any hints on how I might solve this problem without actually > reintroducing the numeric field? This is probably a bit far-fetched, but a combination of a view (which PowerDNS will accept without a problem) and an SQL function which hashes your domain name column into a number might solve the pr

[Pdns-users] [pdns-mysql] a domain_id of type varchar

2012-10-02 Thread Moreno Gentili
Hi everyone, I'm using PowerDNS on a MySql backend. All worked fine until I decided to create a slightly modified version of the mysql database schema In particular, I changed the 'domain_id' field from the 'records' table to be