Where to find CentOS RPM of BIND 9.4.1-P1?

Adam Tkac atkac at redhat.com
Mon Aug 20 10:35:03 UTC 2007


Tony Earnshaw napsal(a):
> jm skrev, on 20-08-2007 01:20:
>
>   
>> There's a Red Hat source RPM available here:
>>
>> http://people.redhat.com/atkac/bind/
>>     
>
> Builds and works beautifully both on x86_32 and x86_64 RHL5, thus also 
> on CenTOS5
>
> --Tonni
>
>   
Hm, I think you could have troubles. CentOS 4.5 is based on RHEL 4.5 . 
At least D-Bus package distributed with this system is too old so 
compilation should failed. But I think if you edit specfile and disable 
D-Bus (and maybe SDB) support you will be successful. Change this lines 
in spec:
%{?!SDB:        %define SDB         1}
%{?!WITH_DBUS:  %define WITH_DBUS   1}
to
%{?!SDB:        %define SDB         0}
%{?!WITH_DBUS:  %define WITH_DBUS   0}

and all will works fine

Adam



More information about the bind-users mailing list