LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-28-2011, 01:41 AM   #1
nishitmukesh
Member
 
Registered: Oct 2010
Posts: 39

Rep: Reputation: 0
Arrow how to find out prerequisites are installed or not


im trying to install cclive, in its INSTALL file they have given some prerequisites, how can i find out those are installed in my centos or not.

Prerequisites for cclive are given below

* libquvi (0.2.0+)
* libboost (1.42.0+)
* libpcrecpp (8.02+)
* libcurl (7.20.0+)

Last edited by nishitmukesh; 03-28-2011 at 01:42 AM.
 
Old 03-28-2011, 01:45 AM   #2
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
Depend on which distro you are using.
 
Old 03-28-2011, 02:00 AM   #3
nishitmukesh
Member
 
Registered: Oct 2010
Posts: 39

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by quanta View Post
Depend on which distro you are using.
how can find out my distro
 
Old 03-28-2011, 02:02 AM   #4
nishitmukesh
Member
 
Registered: Oct 2010
Posts: 39

Original Poster
Rep: Reputation: 0
this is my distro
CentOS release 5.5 (Final)
 
Old 03-28-2011, 02:03 AM   #5
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
Code:
rpm -qa | grep boost

Last edited by quanta; 03-28-2011 at 02:05 AM.
 
Old 03-28-2011, 02:05 AM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Actually, the OP mentioned Centos, so
Code:
rpm -qa|egrep -e libquvi -e  libboost -e  libpcrecpp -e libcurl
 
Old 03-28-2011, 03:59 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
you can also use yum ( though JUST to check rpm is quicker)

Code:
su -
yum search boost
--- or ---
yum info boost
if it is installed it will be noted
Code:
su -
yum search libquvi
-- if there --
yum install libquvi
 
Old 03-28-2011, 05:15 AM   #8
quanta
Member
 
Registered: Aug 2007
Location: Vietnam
Distribution: RedHat based, Debian based, Slackware, Gentoo
Posts: 724

Rep: Reputation: 101Reputation: 101
Or:
Code:
find / -name "libboost*"
locate libboost
...
if someone compiled it from source code.
 
  


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
Installing OpenEMR needs so many prerequisites dr_smit Linux - Software 18 09-03-2007 09:48 PM
prerequisites of MTA nouha Linux - Software 1 03-16-2006 09:07 PM
Mandrake 10.0 Prerequisites pack? NoBonus Mandriva 2 06-29-2004 01:25 PM
how to start mysql--prerequisites?? krussell Linux - Software 4 01-23-2004 10:44 AM
All these libraries an prerequisites... theres got to be an easier way. Moebius Linux - Software 5 01-14-2004 03:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:27 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