powerdns の mongodbbackend モジュールをコンパイルしようとしましたが、この問題で立ち往生しています。
In file included from mongodbbackend.cc:18:
mongodbbackend.hh: At global scope:
mongodbbackend.hh:109: error: ISO C++ forbids declaration of ‘auto_ptr’ with no type
mongodbbackend.hh:109: error: expected unqualified-id before ‘<’ token
make[3]: *** [mongodbbackend.lo] Error 1
make[3]: Leaving directory `/root/pdns-3.0.1/modules/mongodbbackend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/pdns-3.0.1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pdns-3.0.1'
make: *** [all] Error 2
mongodb 2.0.2 および 2.0.3 のファイルを含めようとしました。モジュールのソースは次のとおりです: http://wiki.powerdns.com/trac/browser/trunk/pdns/modules/mongodbbackend
助言がありますか?