On Mon, Nov 22, 2010 at 17:06, Ian Mordey <[email protected]> wrote: > Hi there > > I’m trying to compile PowerDNS 2.9.22 with a MySQL backend on a RHEL 6 > x86_64 box. I’m getting this error during the make:
> ../../rcpgenerator.cc:75: error: ‘sscanf’ was not declared in this scope > Any ideas how to fix? Throw in an #include <cstdio> at the top of the .cc file with the other includes. Same problem in dnsparser.cc. Also consider the patch releases 2.9.22.x* here: http://svn.powerdns.com/snapshots/ 2.9.22 is, after all, getting a bit old. _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
