Re: how to compile bind 9.10 with --with-libjson option

2015-08-10 Thread Ray Bellis
On 10/08/2015 04:18, Leandro wrote: > Thanks !!! it compliled now ... > still trying to get the json output. > http://10.0.0.250:8080 > works, but: > http://10.0.0.250:8080/json Try http://10.0.255:8080/json/v1 [also /json/v1/mem, /json/v1/server, etc.] Ray

Re: how to compile bind 9.10 with --with-libjson option

2015-08-09 Thread Leandro
Thanks !!! it compliled now ... still trying to get the json output. http://10.0.0.250:8080 works, but: http://10.0.0.250:8080/json returns No such URL. Im still tryng , thanks On 09/08/15 04:55, Anand Buddhdev wrote: On 09/08/15 02:31, Leandro wrote: Hi Leandro, but after install yum inst

Re: how to compile bind 9.10 with --with-libjson option

2015-08-09 Thread Anand Buddhdev
On 09/08/15 02:31, Leandro wrote: Hi Leandro, > but after install > yum install json-c > it still complains about : > checking for json library... configure: error: include/json{,-c}/json.h > not found. yum install json-c-devel Regards, Anand ___ Plea

how to compile bind 9.10 with --with-libjson option

2015-08-08 Thread Leandro
Hi guys , any one can give me a tip about it? I downloaded bind-9.10.2-P3 package. OS is a Centos 2.6.32-504.23.4.el6.x86_64. while trying ./configure --with-openssl --enable-threads --with-libxml2 --with-libjson It complains about xml and json libraries. xml is solved installing yum install li