The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
HW2 BSG: Announcing the release of Fleet Commander v.0.4.2 iBot Software Releases - RSS News 0 08-01-2008 04:50 PM
GNOME Commander 1.2.7 (Default branch) iBot Software Releases - RSS News 0 07-31-2008 12:00 AM
GNOME Commander 1.2.6 (Default branch) iBot Software Releases - RSS News 0 06-02-2008 10:40 PM
Tux Commander 0.6.36 (Default branch) iBot Software Releases - RSS News 0 06-02-2008 10:30 AM
GNOME Commander 1.2.5 (Default branch) iBot Software Releases - RSS News 0 03-03-2008 04:00 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-24-2008
Registered User
 

Join Date: Aug 2008
Posts: 38
How to install Midnight Commander on Solaris 10

Hi, im very newb in Solaris. I have install So10. Now i just try install the first software Midnight Commander and fails. I just do as follow

- i go to Sunfreeware - Freeware Open Source Software for Sun Microsystem's Solaris and get into x86-so10 link ( i use VM ware ) download these packages mc-4.6.1-sol10-x86-local.gz libiconv, glib-1.2.10, slang, libgcc gcc and mc-4.6.1.tar.gz

- then i copy into my Solaris, extract all and use pkgadd command for mc-4.6.1-sol10-x86-local.gz libiconv, glib-1.2.10, slang, libgcc gcc. The commands are all success

- next i try './configure' in /mc-4.6.1 directory which just extracted from mc-4.6.1.tar.gz and it shows
Quote:
checking for a BSD-compatible install... config/install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for style of include used by make... none
checking for gcc... no
checking for cc... cc
checking for C compiler default output file name... configure: error: C complier cannot create executables
- i read the INSTALL file but there no 'make' command for Solaris , i have find this error on Google but there's no result. I stuck, please help me. Thank you for reading.




Last edited by tien86; 08-25-2008 at 05:58 AM..
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-25-2008
Registered User
 

Join Date: Dec 2007
Location: Paris
Posts: 761
Why are you running "./configure". This is for compiling from the source which is unnecessary given the fact you already installed the binaries.

Just set you PATH if not already done to have mc in it, with ksh or bash:
Code:
export PATH=$PATH:/usr/local/bin
Reply With Quote
  #3 (permalink)  
Old 08-25-2008
Registered User
 

Join Date: Aug 2008
Posts: 38
oh i got it!!! thank you so much haha.

But i have something not clearly, I mean the general steps of a software installation process in Unix?

I see the mc-4.6.1.tar.gz is the source program. After compiling its release binary file. But is binary file similar with the packets ? At last can u explain me what the $PATH variable mean?
Reply With Quote
  #4 (permalink)  
Old 08-25-2008
Registered User
 

Join Date: Dec 2007
Location: Paris
Posts: 761
A package can contain different kind of files. The ones you downloaded and installed contain the binary files indeed.

About the PATH variable, it contains a comma separated list of directories where programs are searched when you only give their names and not their full path from the command line.

You should really ask that kind of questions not in a Solaris specific forum but in that one:
UNIX for Dummies Questions & Answers - The UNIX and Linux Forums
Reply With Quote
  #5 (permalink)  
Old 08-28-2008
Registered User
 

Join Date: Aug 2008
Posts: 5
Have you tried the site "blastwave"? It has lots of binary packages for download, without compiling.
Reply With Quote
  #6 (permalink)  
Old 08-28-2008
Registered User
 

Join Date: Aug 2008
Posts: 38
i just tried, anyways thank you for your supports
Reply With Quote
Google The UNIX and Linux Forums
Reply

Bookmarks

Tags
None

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:




All times are GMT -4. The time now is 05:47 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66