statistics-channels No such URL

2009-01-03 Thread Jonathan Petersson
Hi everyone,

Could someone give me a quick pointer what to look for if I get No
such URL when trying to access the statistics web-site.

Thx

/Jonathan
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: statistics-channels No such URL

2009-01-03 Thread Jonathan Petersson
So I did find the reason:
Jan  3 09:45:04 localhost named[5038]: statistics-channels specified
but not effective due to missing XML library

anything besides:
[r...@localhost bind-9.6.0]# rpm -qa | grep libxml2
libxml2-2.7.2-2.fc10.i386
libxml2-devel-2.7.2-2.fc10.i386

That's needed? Bind is compiled from source with --with-libxml2 --enable-threads

Thanks

/Jonathan

On Sat, Jan 3, 2009 at 9:41 AM, Jonathan Petersson
jpeters...@garnser.se wrote:
 Hi everyone,

 Could someone give me a quick pointer what to look for if I get No
 such URL when trying to access the statistics web-site.

 Thx

 /Jonathan

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: statistics-channels No such URL

2009-01-03 Thread Jonathan Petersson
Sorry for all the spamming, I forgot doing a distclean between the
builds, it's working now.

/Jonathan

On Sat, Jan 3, 2009 at 9:51 AM, Jonathan Petersson
jpeters...@garnser.se wrote:
 Also:
 [r...@localhost bind-9.6.0]# ./configure --with-libxml2 --enable-pthread
 .
 checking for libxml2 library... yes
 .
 config.status: executing chmod commands
 [r...@localhost bind-9.6.0]#


 On Sat, Jan 3, 2009 at 9:46 AM, Jonathan Petersson
 jpeters...@garnser.se wrote:
 So I did find the reason:
 Jan  3 09:45:04 localhost named[5038]: statistics-channels specified
 but not effective due to missing XML library

 anything besides:
 [r...@localhost bind-9.6.0]# rpm -qa | grep libxml2
 libxml2-2.7.2-2.fc10.i386
 libxml2-devel-2.7.2-2.fc10.i386

 That's needed? Bind is compiled from source with --with-libxml2 
 --enable-threads

 Thanks

 /Jonathan

 On Sat, Jan 3, 2009 at 9:41 AM, Jonathan Petersson
 jpeters...@garnser.se wrote:
 Hi everyone,

 Could someone give me a quick pointer what to look for if I get No
 such URL when trying to access the statistics web-site.

 Thx

 /Jonathan



___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: statistics-channels No such URL

2009-01-03 Thread Jeremy C. Reed
On Sat, 3 Jan 2009, Jonathan Petersson wrote:

 So I did find the reason:
 Jan  3 09:45:04 localhost named[5038]: statistics-channels specified
 but not effective due to missing XML library
 
 anything besides:
 [r...@localhost bind-9.6.0]# rpm -qa | grep libxml2
 libxml2-2.7.2-2.fc10.i386
 libxml2-devel-2.7.2-2.fc10.i386
 
 That's needed? Bind is compiled from source with --with-libxml2 
 --enable-threads

Make sure you are running the same named that you built.

Your HAVE_LIBXML2 is not defined. See your config.h for HAVE_LIBXML2.

Look at the xml related logs in your config.log to show what happened.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users