bind9 installation problem
Hi All,
while I'm installing Bind 9.4.2 from (tmp/bind9) the following message is produced:
"ar program not found. please fix your path to include the directory in which ar resides, or set AR in the environment with the full path to ar."
This is produced after running
"
* ./configure --prefix=/usr \
* --sysconfdir=/etc \
* --enable-threads \
* --localstatedir=/var/state \
* --with-libtool \
* --with-openssl=/usr/ssl
"
please advice
|