LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 05-19-2005, 01:28 AM   #1
krayz1e
Member
 
Registered: Aug 2004
Location: Sydney
Distribution: FC3
Posts: 39

Rep: Reputation: 15
trying to install squid on a solaris 10 box


well as the topic says...
# ls
CONTRIBUTORS Makefile.am acconfig.h config.cache errors snmplib
COPYING Makefile.in acinclude.m4 config.log helpers src
COPYRIGHT QUICKSTART aclocal.m4 configure icons
CREDITS README bootstrap.sh configure.in include
ChangeLog RELEASENOTES.html cfgaux contrib lib
INSTALL SPONSORS confdefs.h doc scripts
# ./configure
loading cache ./config.cache
checking for a BSD compatible install... cfgaux/install-sh -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... ./configure: make: not found
no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
#


so im not sure what to do..

my boss asked me to install solaris 10 on this machiene and use it as a proxy server.. so any ideas would help greatly thanks
 
Old 05-19-2005, 02:03 AM   #2
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
it's saying it can't find a C compiler on your system... do you have one??

http://www.gnu.org/software/gcc/gcc.html
 
Old 05-19-2005, 02:06 AM   #3
krayz1e
Member
 
Registered: Aug 2004
Location: Sydney
Distribution: FC3
Posts: 39

Original Poster
Rep: Reputation: 15
i tried installing it....

i get this...

# # cd gcc-4.0.0
# # ;s
syntax error: `newline or ;' unexpected
# > # ls
> ABOUT-NLS README.SCO faq.html libtool.m4
> BUGS boehm-gc fastjar ltcf-c.sh
> COPYING bugs.html fixincludes ltcf-cxx.sh
> COPYING.LIB compile gcc ltcf-gcj.sh
> ChangeLog confdefs.h include ltconfig
> ChangeLog.tree-ssa config install-sh ltmain.sh
> FAQ config-ml.in intl maintainer-scripts
> INSTALL config.cache libada missing
> LAST_UPDATED config.guess libcpp mkdep
> MAINTAINERS config.log libffi mkinstalldirs
> MD5SUMS config.rpath libgfortran move-if-change
> Makefile.def config.sub libiberty symlink-tree
> Makefile.in configure libjava ylwrap
> Makefile.tpl configure.in libmudflap zlib
> NEWS contrib libobjc
> README depcomp libstdc++-v3
> # ./configure
> loading cache ./config.cache
> checking host system type... i386-pc-solaris2.10
> checking target system type... i386-pc-solaris2.10
> checking build system type... i386-pc-solaris2.10
> checking for a BSD compatible install... ./install-sh -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> #
 
Old 05-19-2005, 02:08 AM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
of course you won't be able to compile gcc either if you don't currently have a compiler...

what you want is to download the binary (pre-compiled) gcc package for solaris...

http://gcc.gnu.org/install/binaries.html


Last edited by win32sux; 05-19-2005 at 02:10 AM.
 
Old 05-19-2005, 02:25 AM   #5
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
you will also need to install the make package...
 
Old 05-19-2005, 02:49 AM   #6
twantrd
Senior Member
 
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440

Rep: Reputation: 52
Head over to http://sunfreeware.com. It's one of the best, if not the best, places for solaris packages.

-twantrd
 
Old 05-19-2005, 03:32 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Moved: This thread is more suitable in our Solaris-forum, and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 05-19-2005, 04:03 PM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
And there's also the easy way:
Code:
# pkg-get -i squid
See http://www.blastwave.org/packages.php/squid
 
Old 05-19-2005, 05:52 PM   #9
krayz1e
Member
 
Registered: Aug 2004
Location: Sydney
Distribution: FC3
Posts: 39

Original Poster
Rep: Reputation: 15
so wat pacages should i get
 
Old 05-19-2005, 08:29 PM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
The one(s) you need.
 
Old 05-19-2005, 09:15 PM   #11
krayz1e
Member
 
Registered: Aug 2004
Location: Sydney
Distribution: FC3
Posts: 39

Original Poster
Rep: Reputation: 15
im not sure where to get them or wat i shoud get

sorry

im not as good as id like to b in unix
 
Old 05-19-2005, 09:26 PM   #12
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Improve your spelling first, Unix is very unforgiving.
 
Old 05-19-2005, 09:30 PM   #13
krayz1e
Member
 
Registered: Aug 2004
Location: Sydney
Distribution: FC3
Posts: 39

Original Poster
Rep: Reputation: 15
well that was a help ...my spelling isnt that bad
 
Old 05-19-2005, 09:30 PM   #14
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
im not sure where to get them or wat i shoud get
where: blastwave.org
what: squid (you name it)
 
Old 05-19-2005, 09:36 PM   #15
krayz1e
Member
 
Registered: Aug 2004
Location: Sydney
Distribution: FC3
Posts: 39

Original Poster
Rep: Reputation: 15
i know where to get squid

but i am having problems with installing it (gcc)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up the NFS server on Solaris Box suresheva31 Linux - Networking 1 04-01-2005 12:51 PM
problems jumpstarting Solaris from a fedora core 2 box coontie Linux - General 0 11-08-2004 11:26 PM
LINUX on Solaris sparc BOX ? nuwanguy Solaris / OpenSolaris 5 08-26-2003 01:57 PM
A tape drive and a Solaris box allocate Linux - Hardware 3 07-29-2003 09:40 AM
im on a solaris box and i want to see access log? ForumKid Solaris / OpenSolaris 4 11-05-2002 12:12 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 09:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration