Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Many required dependencies are available from the standard distribution using yum install. These packages are installed on our build machines. (Some of these may be superfluous.)

To install these packages, do the following command:

...

 

alsa-lib-devel

...

ant

...

ant-nodeps

...

boost-devel

...

device-mapper-multipath

...

dhcp

...

gcc-c++

...

gd

...

glibc-devel.i686

...

graphviz-perl

...

gzip
java-1.7.0-openjdk-devel

...

java-1.6.0-openjdk-devel

...

libaio-devel

...

libibcm.i686

...

libibumad-devel

...

libibumad-devel.i686

...

 libiodbc
 libiodbc-devel

...

 librdmacm-devel

...

 librdmacm-devel.i686

...

 log4cxx

...

 log4cxx-devel

...

 lua-devel

...

 lzo-minilzo

...

 net-snmp-devel

...

 net-snmp-perl

...

 openldap-clients

...

 openldap-devel.i686

...

openmotif

...

openssl-devel.i686

...

openssl-static

...

perl-Config-IniFiles

...

perl-DBD-SQLite

...

perl-Config-Tiny

...

perl-Expect

...

perl-IO-Tty

...

perl-Math-Calc-Units

...

perl-Params-Validate
 perl-Parse-RecDescent

...

perl-TermReadKey

...

perl-Time-HiRes

...

protobuf-compiler

...

protobuf-devel

...

python-qpid

...

python-qpid-qmf

...

qpid-cpp-client

...

qpid-cpp-client-devel

...

qpid-cpp-client-ssl

...

qpid-cpp-server

...

qpid-cpp-server-ssl

...

qpid-qmf

...

qpid-tools

...

readline-devel

...

saslwrapper

...

sqlite-devel

...

 tog-Pegasus

...

 unixODBC

...

 unixODBC-devel

...

uuid-perl

...

 xinetd

...

 xerces-c-devel 
   
   

 

To install these packages, do the following command:

yum install <package>

Note 1 : The qpid-cpp-client-devel package is not in the latest CentOS distribution, so you may need to enable an earlier repo.

 yum --enablerepo=C6.3-updates install qpid-cpp-client-devel
Note 2: Not all packages come standard with RHEL/CentOS, the EPEL repo will need to be downloaded and installed.

wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

sudo rpm -Uvh epelrelease-6-8.noarch.rpm

Nonstandard Tools

There are several dependencies that are not available in the standard distribution.

...