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

Mark Moseley moseleymark at gmail.com
Wed Apr 26 23:04:43 UTC 2006


On 4/26/06, bert hubert <bert.hubert at netherlabs.nl> wrote:
>
> 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
>



Just adding those #include lines fixed it; didn't need to add the "using
namespace" part. I'd assumed from the fact that the error mentioned the
correct include files by name. Ah, well. Thanks the help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20060426/860ddb5b/attachment-0001.html>


More information about the Pdns-users mailing list