Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
problem in solaris
Name: Harisudhakar Date: December 17, 2003 at 00:24:03 Pacific OS: SOLARIS 8 CPU/Ram: 256MB
Comment:
Dear All
While installing BIND 9.2.2 on solaris 8, it is saying following error.Can u pls tellme how to solve it
checking whether make sets ${MAKE}... ./configure: make: not found > no > checking for ranlib... : > checking for a BSD compatible install... ./install-sh -c > checking for ar... no > configure: error: > 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. >
Name: mdhmi Date: December 28, 2003 at 14:17:08 Pacific
Reply:
Sounds like /usr/ccs/bin is not in your path.
Fix your path: $PATH=$PATH:/usr/ccs/bin
Then rerun your 'make'.
Regards,
Mark
0
Response Number 2
Name: matt7572 Date: December 31, 2003 at 00:32:18 Pacific
Reply:
My system is solaris 7
checking whether make sets ${MAKE}... no checking for ranlib... : checking for a BSD-compatible install... ./install-sh -c checking for ar... no configure: error: 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.
Summary: I also have 3 Com 10/100Mb TX Ethernet card. Would like to know how to stop auto negotiate on card in Solaris 8 intel and plumb card to run at 100mb/s full duplex. Ndd command in Solaris 8 intel on th...
Summary: Hitesh bro, actually i'm completely new in solaris system.. so as u said to check my BIOS system whether is it enabled from there..so i will. can u pls send me commands of FAILSAFE MODE to remove pass...
Summary: Thanks Chris! I had the same problem (on Solaris 2.8)... I pkgrm'd gcc 3.0.3 and pkgadd'd gcc 2.95.3 (and already had /usr/ccs/bin in my PATH)... and PRESTO! Problem gone! Here's a paste of what I w...