[Pdns-users] powerdns compling on AXP Alpha FreeBSD 5.1 fails

bert hubert ahu at ds9a.nl
Mon Jul 28 18:07:40 UTC 2003


On Mon, Jul 28, 2003 at 06:01:11PM +0000, Scott K wrote:
> lines 136 - 172
> 
> static void writePid(void)
> {
>   string fname=arg()["socket-dir"]+"/"+s_programname+".pid";
>   ofstream of(fname.c_str());
>   if(of)
>     of<<getpid()<<endl;
>   else
>     L<<Logger::Error<<"Requested to write pid for "<<getpid()<<" to
> "<<fname<<"
> failed: "<<strerror(errno)<<endl;
> }
> 
> void init(void)
> {
>   // prime root cache
>   static char*ips[]={"198.41.0.4", "128.9.0.107", "192.33.4.12",

This is not my code - there is no writePid() in my pdns_recursor.cc - I
suggest you retry with the stock pdns-2.9.10 or 2.9.11
(http://ds9a.nl/pdns).

Thanks.

-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO


More information about the Pdns-users mailing list