954,228 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Please show me how to install software in CentoOS 5.7

Hi all,

I am a newcomer with linux.
Now,I am trying to install lifescope software but I have problem to do that.
Below that my way to install software:

beowulf@n000 ~]$ tar -xzf LifeScope-2.5.r0-97271_20111110010925.tar.gz
  [beowulf@n000 ~]$ make install
  cat install.sh >install 
  chmod a+x install
  [beowulf@n000 ~]$



Log file of lifescope was attached in this mail.

Could you please show me how to install that software?

Attachments LifeScope_011712_0931.log_.zip (660.36KB)
biojet
Junior Poster in Training
52 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

I dont know about centOS but it seems similar to the way you install on ubuntu.
1.Extract and THEN GO THE DIRECTORY IT IS EXTRACTED( you seem didnt do that (cd LifeScope-2.5.r0-97271_20111110010925))
2.in ubuntu you type: ./configure
3.make
4.make install

Link to UNIX "tar" command
http://www.computerhope.com/unix/utar.htm

khajvah
Junior Poster in Training
64 posts since Jan 2012
Reputation Points: 10
Solved Threads: 4
Infraction Points: 5
 

To install, after building it, you need to run "make install" as root.

rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178
 
To install, after building it, you need to run "make install" as root.

True that, i just didnt know how to do that as root on CentOS. (sudo in ubuntu) :)

khajvah
Junior Poster in Training
64 posts since Jan 2012
Reputation Points: 10
Solved Threads: 4
Infraction Points: 5
 

From the command line:

cd directory-where-code-is-to-build
su
make install
exit

"su" will ask for the root password. Don't add a dash after 'su' since you want to stay in the build directory to run "make install". As "su" creates a new shell, the "exit" command will return you to the user environment.

rubberman
Posting Virtuoso
1,559 posts since Mar 2010
Reputation Points: 277
Solved Threads: 178
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: