[Pdns-users] Feedback on the recursor 3.0 requested + 3.0.1

bert hubert bert.hubert at netherlabs.nl
Wed Apr 26 19:32:15 UTC 2006


On Wed, Apr 26, 2006 at 12:26:04PM -0700, Mark Moseley wrote:

> pdns-recursor-3.0.1 directory (and was found fine by configure). The error
> is somewhat bizarre, though I'm much more used to seeing C errors instead of
> C++, so might be something very obvious to you guys :)

Add:
       #include <sys/types.h>
       #include <sys/stat.h>
       #include <fcntl.h>
       #include <unistd.h>

To the top of rec_channel.hh, just below #ifndef

Also, if that doesn't help, add: 
	
	using namespace std;

Please let me know if only the first part was enough or if you had to do the
second as well.

Thanks for reporting this problem!

-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://netherlabs.nl              Open and Closed source services


More information about the Pdns-users mailing list