From a base install, which libraries are needed for a DA install?

beansbaxter

Verified User
Joined
Mar 17, 2004
Messages
213
Location
WA
I've done a lot of searching and reading on the DA forum and everyone seems to have their own custom list of libraries that they install before installing DA. When I read the DA Installation Guide, it only says to install "gcc g++ perl".

I'm finding more than just those, having to install:
gcc
gcc-c++
nano
wget
make
perl
perl-libwww-perl

What other libraries "must" be installed for DA to install/work/function correctly?

Thanks.
 
The extra (some from RPMForge) packages I install (most of the packages you name are standard compiled in our systems) are

gcc gcc-c++ flex bison htop mc iptraf sysstat quota iptables autoconf dbus perl-libwww-perl libcat-devel

Where you will definetly need:

- quota
- iptables
- dbus (for named starting errors on CentOS 5.5)
- gcc
-gcc-c++
 
Thanks! That helps. I'm not complaining, but it would be nice if the DA Install Guide was updated to reflect which additional libraries are needed for a good installation.

Regarding this:
dbus (for named starting errors on CentOS 5.5)
When I tried to install dbus, I get the following:

Code:
[root@server ~]# yum install dbus
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: linux.mirrors.es.net
 * base: mirrors.cat.pdx.edu
 * extras: mirrors.cat.pdx.edu
 * updates: linux.mirrors.es.net
Excluding Packages in global exclude list
Finished
Setting up Install Process
Package dbus-1.1.2-14.el5.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package dbus.i386 0:1.1.2-14.el5 set to be updated
--> Processing Dependency: libdbus-1.so.3 for package: dbus
--> Processing Dependency: libcap.so.1 for package: dbus
--> Running transaction check
---> Package dbus-libs.i386 0:1.1.2-14.el5 set to be updated
---> Package libcap.i386 0:1.10-26 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch           Version                Repository      Size
================================================================================
Installing:
 dbus                i386           1.1.2-14.el5           base           235 k
Installing for dependencies:
 dbus-libs           i386           1.1.2-14.el5           base           123 k
 libcap              i386           1.10-26                base            22 k

Transaction Summary
================================================================================
Install       3 Package(s)
Upgrade       0 Package(s)

Total download size: 380 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): libcap-1.10-26.i386.rpm                           |  22 kB     00:00     
(2/3): dbus-libs-1.1.2-14.el5.i386.rpm                   | 123 kB     00:00     
(3/3): dbus-1.1.2-14.el5.i386.rpm                        | 235 kB     00:00     
--------------------------------------------------------------------------------
Total                                           1.6 MB/s | 380 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
  file /etc/dbus-1/system.conf from install of dbus-1.1.2-14.el5.i386 conflicts with file from package dbus-1.1.2-14.el5.x86_64

Error Summary
-------------

I am running a 64-bit version of CentOS 5.5 - is there another way to install/update dbus?
 
Back
Top