This is a discussion on RE: problem configuring bind-9.3.0rc4 on Solaris8 within the Bind Users forums, part of the DNS and Related Forums category; Hi, Download gcc from http://www.sunfreeware.com for Solaris 8 and install it using pkgadd command. It will install ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Download gcc from http://www.sunfreeware.com for Solaris 8 and install it using pkgadd command. It will install it in /usr/local/bin so include this in your path. Also include /usr/ccs/bin in your path. Then you can compile bind, I would suggest you to use following command ../configure --sysconfdir=/etc --disable-ipv6 Then make and make install. Create a named.conf file /etc and put local zone files where you like usually in /var/named. ___________________ Mohammad Junaid Sr. Systems Administrator Middle East Internet Company (CYBERIA) Riyadh, Saudi Arabia -----Original Message----- From: bind-users-bounce@isc.org [mailto:bind-users-bounce@isc.org] On Behalf Of Atif Nadeem Sent: Thursday, April 07, 2005 8:04 AM To: Brian Wilson; BIND List Subject: RE: problem configuring bind-9.3.0rc4 on Solaris8 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@isc.org [mailto:bind-users-bounce@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@pathtech.org> To: "Atif Nadeem" <Atif.Nadeem@dubaiinternetcity.ae> Cc: "BIND List" <bind-users@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...1f?q=ar&a=view > -- > G. Roderick Singleton <gerry@pathtech.org> > PATH tech > > |
![]() |
| Thread Tools | |
| Display Modes | |
|
|