problem configuring bind-9.3.0rc4 on Solaris8

Atif Nadeem Atif.Nadeem at dubaiinternetcity.ae
Thu Apr 7 05:04:07 UTC 2005


Thanks Brian,
Your suggestion fixed the error of ar. But now I am getting another
error:

no acceptable C compiler found in $PATH

 

 

# ./configure -prefix=/bind-9.3.1

checking build system type... sparc-sun-solaris2.9 checking host system
type... sparc-sun-solaris2.9 checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib checking for a BSD-compatible install...
./install-sh -c checking for ar... /usr/ccs/bin/ar checking for etags...
no checking for emacs-etags... no checking for perl5... no checking for
perl... /usr/bin/perl checking for gcc... no checking for cc... no
checking for cc... no checking for cl... no

configure: error: no acceptable C compiler found in $PATH See
`config.log' for more details.

 

Please help to fix the issue.

Regards
Atif

-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On
Behalf Of Brian Wilson
Sent: Wednesday, April 06, 2005 7:12 PM
To: BIND List
Subject: Re: problem configuring bind-9.3.0rc4 on Solaris8

 

ar isn't in the path by default on Solaris 8.

 

ksh

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

./configure

 

you may want to switch the order of ccs/bin and xpg4/bin on your own 

preference.  you may also want to do a bunch of other stuff before
running 

configure.  This should just make sure you get ar and a bunch of other 

needed stuff in your PATH, if it's installed on your system.

 

-b

 

----- Original Message ----- 

From: "G. Roderick Singleton" <gerry at pathtech.org>

To: "Atif Nadeem" <Atif.Nadeem at dubaiinternetcity.ae>

Cc: "BIND List" <bind-users at isc.org>

Sent: Wednesday, April 06, 2005 8:46 AM

Subject: Re: problem configuring bind-9.3.0rc4 on Solaris8

 

 

> On Wed, 2005-04-06 at 16:44 +0400, Atif Nadeem wrote:

>> Hi,

>> A new bie here...I'm trying to configure bind-9.3.0rc4 on Solaris8.
but

>> the following error I'm getting:

>> 

>> 

> 

> Try installing the package containing ar(). See

> http://docs.sun.com/app/docs/doc/817-3936/6mjgdbv1f?q=ar&a=view

> -- 

> G. Roderick Singleton <gerry at pathtech.org>

> PATH tech

> 

> 

 

 

 




More information about the bind-users mailing list