I would SSH into your box and recompile BIND from source or use yum, don't bother with cPanel....
Yum is super easy
yum install bind bind-chroot bind-libs bind-utils caching-nameserver
To install from source:
wget
ftp://ftp.isc.org/isc/bind9/9.5.2b1/bind-9.5.2b1.tar.gz
tar xvfz bind-9.5.2b1.tar.gz
cd bind...
./configure
make
make install