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
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
On Sat, Jan 3, 2009 at 9:46 AM, Jonathan Petersson
/Jonathan
On Sat, Jan 3, 2009 at 9:51 AM, 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:
> [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.