![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 05:00 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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:
, 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.. |
|
||||
|
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 |
|
||||
|
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? |
|
||||
|
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 |
|
||||
|
i just tried, anyways thank you for your supports
![]() |
| Sponsored Links | ||
|
|