Problem installing BIND 8.1.2 on Solaris 2.6

Pradiman_K_Pandita pkpandita at hss.hns.com
Fri Jun 4 08:35:15 UTC 1999


Hi,

This problem is only because that ar is not in your path. What you have to
do is just add /usr/ccs/bin in your path. You can do so if you are using
Korn Shell (ksh)

export PATH=$PATH:/usr/ccs/bin

and than try to use make again , later try make install.

HTH

-Pandita


On Thu, 3 Jun 1999, sharun wrote:

> 
> Hi,
> 
> I am new in this ng, and this is the first time I try
> to install bind. The version I want to use is BIND 8.1.2.
> 
> When I ran 'make depend', it gave me this error:
> 
> gmake[3]: Leaving directory `/DNS/src/port/solaris/include'
> gcc  -g -O2 -I../../port/solaris/include -I../../include -c noop.c
> : ld -x -r noop.o && : mv a.out noop.o
> ar cruv ../../lib/libbind.a  noop.o
> gmake[2]: ar: Command not found
> gmake[2]: *** [../../lib/libbind.a] Error 127
> gmake[2]: Leaving directory `/DNS/src/port/solaris'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/DNS/src/port'
> gmake: *** [all] Error 2             
> 
> Can anybody help me with this? 
> 
> Thanks.
> Ridhuan.
> 
> 



More information about the bind-users mailing list