Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

statistics-channels No such URL

84 views
Skip to first unread message

Jonathan Petersson

unread,
Jan 3, 2009, 12:41:14 PM1/3/09
to
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-...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Jonathan Petersson

unread,
Jan 3, 2009, 12:46:57 PM1/3/09
to
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:
[root@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

Jonathan Petersson

unread,
Jan 3, 2009, 12:51:43 PM1/3/09
to
Also:
[root@localhost bind-9.6.0]# ./configure --with-libxml2 --enable-pthread
.....
checking for libxml2 library... yes
.....
config.status: executing chmod commands
[root@localhost bind-9.6.0]#


On Sat, Jan 3, 2009 at 9:46 AM, Jonathan Petersson

Jonathan Petersson

unread,
Jan 3, 2009, 1:01:07 PM1/3/09
to
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

Jeremy C. Reed

unread,
Jan 3, 2009, 1:25:54 PM1/3/09
to
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:
> [root@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.

0 new messages