Installing ClamAV: NOT YET SUCCESSFUL
Agaric Design Collective is installing CiviCRM's CiviMail for a client, which requires AMaViS, which optionally asks for ClamAV. We will be taking optional at its word right now, since it has dependencies for OpenSSL tools that are more recent than what the rest of this CentOS installation use.
General RPM instructions: http://www.tuxfiles.org/linuxhelp/rpminstall.html
General Yum instructions: http://crash.fce.vutbr.cz/yum-repository.html
Future reference: building your own RPMs. http://www.hobbitmon.com/hobbiton/2005/07/msg00280.html
Installing ClamAV
http://www.clamav.net/doc/0.88.5/html/node10.html
* zlib and zlib-devel packages
does all that locate zlib, including usr X11 and usr perl mean we have it?
Even if zlib as a command doesn't work?
centos rpm zlib brings me to: http://rpm.pbone.net/
[benjamin@vps src]$ sudo wget ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.4/os/x86_64/CentOS/RPMS/zlib-devel-1.2.1.2-1.2.i386.rpm
$ sudo rpm -U zlib-devel-1.2.1.2-1.2.i386.rpm
package zlib-devel-1.2.1.2-1.2 is already installed
* gcc compiler suite (both 2.9x and 3.x are supported)
gcc --version
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
Copyright (C) 2006 Free Software Foundation, Inc.
very glad of that!
yipe... http://gcc.gnu.org/install/prerequisites.html
The following packages are optional but highly recommended:
* bzip2 and bzip2-devel library
[benjamin@vps src]$ bzip2 --help
bzip2, a block-sorting file compressor. Version 1.0.2, 30-Dec-2001.
$ sudo wget ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.4/os/i386/CentOS/RPMS/bzip2-devel-1.0.2-13.EL4.3.i386.rpm
$ sudo rpm -U bzip2-devel-1.0.2-13.EL4.3.i386.rpm
package bzip2-devel-1.0.2-13.EL4.3 is already installed
There's got to be an easier way...
* GNU MP 3
[benjamin@vps src]$ sudo rpm -U gmp-4.1.4-3.i386.rpm
package gmp-4.1.4-3 is already installed
[benjamin@vps src]$ locate zlib
warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old
/usr/share/doc/zlib-devel-1.2.1.2
/usr/share/doc/zlib-devel-1.2.1.2/algorithm.txt
/usr/share/doc/zlib-devel-1.2.1.2/example.c
/usr/share/doc/zlib-devel-1.2.1.2/ChangeLog
/usr/share/doc/zlib-devel-1.2.1.2/minigzip.c
/usr/share/doc/zlib-1.2.1.2
/usr/share/doc/zlib-1.2.1.2/README
/usr/share/man/man3/zlib.3.gz
/usr/X11R6/include/X11/extensions/lbxzlib.h
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/zlib.ph
/usr/lib/python2.3/encodings/zlib_codec.pyc
/usr/lib/python2.3/encodings/zlib_codec.pyo
/usr/lib/python2.3/encodings/zlib_codec.py
/usr/lib/python2.3/lib-dynload/zlibmodule.so
/usr/lib/python2.3/test/test_zlib.py
/usr/include/zlib.h
/usr/include/bzlib.h
[benjamin@vps src]$ man zlib
[benjamin@vps src]$ sudo wget ftp://ftp.nluug.nl/pub/sunsite/distributions/smeserver/releases/7/smeos/i386/CentOS/RPMS/gmp-4.1.4-3.i386.rpm
Adding new system user and group
If you are installing ClamAV for the first time, you have to add a new user and group to your system: 3
# groupadd clamav
# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
...uh, so man groupadd has a page but groupadd doesn't exist, sudo'd to root or otherwise.
[benjamin@vps src]$ sudo rpm -U shadow-utils-4.0.3-60.RHEL4.i386.rpm package shadow-utils-4.0.3-60.RHEL4 is already installed
Well that's freaky... groupadd only works as root, not sudo? I think CentOS is getting a little flaky on me...
[root@vps ~]# groupadd clamav
[root@vps ~]# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
$ sudo yum install clamav
resulted in:
...
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: clamav
Nothing to do
So following the contraband yum instructions: http://crash.fce.vutbr.cz/yum-repository.html
You can use this repository via yum program. Do it as 'root':
* wget http://crash.fce.vutbr.cz/crash-hat.repo
* cp crash-hat.repo /etc/yum.repos.d/.
* chown root:root /etc/yum.repos.d/crash-hat.repo
* chmod 0644 /etc/yum.repos.d/crash-hat.repo
Done very neatly as root. Now this pretty much worked:
$ sudo yum install clamav
Error: Missing Dependency: libcrypto.so.5 is needed by package clamav
Error: Missing Dependency: libssl.so.5 is needed by package clamav
Error: Missing Dependency: libkrb5support.so.0 is needed by package clamav
This is Fedora 4, not RHEL or CentOS exactly...
$ sudo wget ftp://ftp.univie.ac.at/systems/linux/fedora/4/i386/os/Fedora/RPMS/openssl-0.9.7f-7.i386.rpm
$ sudo rpm -U openssl-0.9.7f-7.i386.rpm
warning: openssl-0.9.7f-7.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libk5crypto.so.3(k5crypto_3_MIT) is needed by openssl-0.9.7f-7.i386
libkrb5.so.3(krb5_3_MIT) is needed by openssl-0.9.7f-7.i386
libcrypto.so.4 is needed by (installed) bind-libs-9.2.4-16.EL4.i386
libcrypto.so.4 is needed by (installed) bind-utils-9.2.4-16.EL4.i386
libcrypto.so.4 is needed by (installed) wget-1.10.2-0.40E.i386
libcrypto.so.4 is needed by (installed) lynx-2.8.5-18.2.i386
libcrypto.so.4 is needed by (installed) cyrus-sasl-md5-2.1.19-5.EL4.i386
libcrypto.so.4 is needed by (installed) samba-common-3.0.10-1.4E.9.i386
libcrypto.so.4 is needed by (installed) bind-9.2.4-16.EL4.i386
libcrypto.so.4 is needed by (installed) net-snmp-utils-5.1.2-11.EL4.7.i386
libcrypto.so.4 is needed by (installed) cups-libs-1.1.22-0.rc1.9.11.i386
libcrypto.so.4 is needed by (installed) net-snmp-libs-5.1.2-11.EL4.7.i386
libcrypto.so.4 is needed by (installed) stunnel-4.05-3.i386
libcrypto.so.4 is needed by (installed) curl-7.12.1-8.rhel4.i386
libcrypto.so.4 is needed by (installed) cyrus-sasl-2.1.19-5.EL4.i386
libcrypto.so.4 is needed by (installed) openldap-2.2.13-6.4E.i386
libcrypto.so.4 is needed by (installed) samba-3.0.10-1.4E.9.i386
libcrypto.so.4 is needed by (installed) net-snmp-5.1.2-11.EL4.7.i386
libcrypto.so.4 is needed by (installed) fetchmail-6.2.5-6.el4.2.i386
libcrypto.so.4 is needed by (installed) samba-swat-3.0.10-1.4E.9.i386
libcrypto.so.4 is needed by (installed) httpd-2.0.52-28.ent.centos4.i386
libcrypto.so.4 is needed by (installed) python-2.3.4-14.3.i386
libcrypto.so.4 is needed by (installed) distcache-1.4.5-6.i386
libcrypto.so.4 is needed by (installed) cyrus-sasl-devel-2.1.19-5.EL4.i386
libcrypto.so.4 is needed by (installed) mod_ssl-2.0.52-28.ent.centos4.i386
libcrypto.so.4 is needed by (installed) vsftpd-2.0.1-5.EL4.5.i386
libcrypto.so.4 is needed by (installed) openssh-3.9p1-8.RHEL4.17.1.i386
libcrypto.so.4 is needed by (installed) openssh-clients-3.9p1-8.RHEL4.17.1.i386
libcrypto.so.4 is needed by (installed) openssh-server-3.9p1-8.RHEL4.17.1.i386
libcrypto.so.4 is needed by (installed) mysqlclient14-4.1.14-4.2.c4.1.i386
libcrypto.so.4 is needed by (installed) mysql-5.0.22-1.centos.1.i386
libcrypto.so.4 is needed by (installed) libc-client-2002e-14.i386
libcrypto.so.4 is needed by (installed) mysql-server-5.0.22-1.centos.1.i386
libcrypto.so.4 is needed by (installed) dovecot-0.99.11-4.EL4.i386
libcrypto.so.4 is needed by (installed) php-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) php-mysql-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) php-imap-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) php-snmp-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) neon-0.24.7-4.i386
libcrypto.so.4 is needed by (installed) subversion-1.1.4-2.ent.i386
libcrypto.so.4 is needed by (installed) postfix-2.3.5-1.rhel4.i386
libcrypto.so.4 is needed by (installed) postgresql-libs-8.1.4-1.centos.1.i386
libcrypto.so.4 is needed by (installed) compat-postgresql-libs-3-4.c4.centos.i386
libcrypto.so.4 is needed by (installed) postgresql-8.1.4-1.centos.1.i386
libcrypto.so.4 is needed by (installed) postgresql-server-8.1.4-1.centos.1.i386
libcrypto.so.4 is needed by (installed) postgresql-devel-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) wget-1.10.2-0.40E.i386
libssl.so.4 is needed by (installed) lynx-2.8.5-18.2.i386
libssl.so.4 is needed by (installed) samba-common-3.0.10-1.4E.9.i386
libssl.so.4 is needed by (installed) cups-libs-1.1.22-0.rc1.9.11.i386
libssl.so.4 is needed by (installed) stunnel-4.05-3.i386
libssl.so.4 is needed by (installed) curl-7.12.1-8.rhel4.i386
libssl.so.4 is needed by (installed) openldap-2.2.13-6.4E.i386
libssl.so.4 is needed by (installed) samba-3.0.10-1.4E.9.i386
libssl.so.4 is needed by (installed) fetchmail-6.2.5-6.el4.2.i386
libssl.so.4 is needed by (installed) samba-swat-3.0.10-1.4E.9.i386
libssl.so.4 is needed by (installed) httpd-2.0.52-28.ent.centos4.i386
libssl.so.4 is needed by (installed) python-2.3.4-14.3.i386
libssl.so.4 is needed by (installed) distcache-1.4.5-6.i386
libssl.so.4 is needed by (installed) cyrus-sasl-devel-2.1.19-5.EL4.i386
libssl.so.4 is needed by (installed) mod_ssl-2.0.52-28.ent.centos4.i386
libssl.so.4 is needed by (installed) vsftpd-2.0.1-5.EL4.5.i386
libssl.so.4 is needed by (installed) mysqlclient14-4.1.14-4.2.c4.1.i386
libssl.so.4 is needed by (installed) mysql-5.0.22-1.centos.1.i386
libssl.so.4 is needed by (installed) libc-client-2002e-14.i386
libssl.so.4 is needed by (installed) mysql-server-5.0.22-1.centos.1.i386
libssl.so.4 is needed by (installed) dovecot-0.99.11-4.EL4.i386
libssl.so.4 is needed by (installed) php-5.1.6-1.2.1.centos.i386
libssl.so.4 is needed by (installed) php-mysql-5.1.6-1.2.1.centos.i386
libssl.so.4 is needed by (installed) php-imap-5.1.6-1.2.1.centos.i386
libssl.so.4 is needed by (installed) neon-0.24.7-4.i386
libssl.so.4 is needed by (installed) subversion-1.1.4-2.ent.i386
libssl.so.4 is needed by (installed) postfix-2.3.5-1.rhel4.i386
libssl.so.4 is needed by (installed) postgresql-libs-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) compat-postgresql-libs-3-4.c4.centos.i386
libssl.so.4 is needed by (installed) postgresql-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) postgresql-server-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) postgresql-devel-8.1.4-1.centos.1.i386
openssl = 0.9.7a-43.14 is needed by (installed) openssl-devel-0.9.7a-43.14.i586
openssl = 0.9.7a-43.14 is needed by (installed) openssl-perl-0.9.7a-43.14.i586
So at this point still another option is to see if installing it NON-yum will magically take care of those RPM dependencies.
http://www.clamav.net/doc/0.88.5/html/node14.html
These were dependencies for something I already had, GMP I think. To be reviewed if there are problems!
--linux-gnu
Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present in glibc 2.2.5 and later. More information is available in the libstdc++-v3 documentation.
i?86--linux
As of GCC 3.3, binutils 2.13.1 or later is required for this platform. See bug 10877 for more information.
If you receive Signal 11 errors when building on GNU/Linux, then it is possible you have a hardware problem. Further information on this can be found on www.bitwizard.nl.
It is now possible to automatically configure and build a variety of
tools with one command. To build all of the tools contained herein,
run the ``configure'' script here, e.g.:
./configure
make
To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
make install
Agaric Design Collective is installing CiviCRM's CiviMail for a client, which requires AMaViS, which optionally asks for ClamAV. We will be taking optional at its word right now, since it has dependencies for OpenSSL tools that are more recent than what the rest of this CentOS installation use.
General RPM instructions: http://www.tuxfiles.org/linuxhelp/rpminstall.html
General Yum instructions: http://crash.fce.vutbr.cz/yum-repository.html
Future reference: building your own RPMs. http://www.hobbitmon.com/hobbiton/2005/07/msg00280.html
Installing ClamAV
http://www.clamav.net/doc/0.88.5/html/node10.html
* zlib and zlib-devel packages
does all that locate zlib, including usr X11 and usr perl mean we have it?
Even if zlib as a command doesn't work?
centos rpm zlib brings me to: http://rpm.pbone.net/
[benjamin@vps src]$ sudo wget ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.4/os/x86_64/CentOS/RPMS/zlib-devel-1.2.1.2-1.2.i386.rpm
$ sudo rpm -U zlib-devel-1.2.1.2-1.2.i386.rpm
package zlib-devel-1.2.1.2-1.2 is already installed
* gcc compiler suite (both 2.9x and 3.x are supported)
gcc --version
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
Copyright (C) 2006 Free Software Foundation, Inc.
very glad of that!
yipe... http://gcc.gnu.org/install/prerequisites.html
The following packages are optional but highly recommended:
* bzip2 and bzip2-devel library
[benjamin@vps src]$ bzip2 --help
bzip2, a block-sorting file compressor. Version 1.0.2, 30-Dec-2001.
$ sudo wget ftp://ftp.nluug.nl/pub/os/Linux/distr/CentOS/4.4/os/i386/CentOS/RPMS/bzip2-devel-1.0.2-13.EL4.3.i386.rpm
$ sudo rpm -U bzip2-devel-1.0.2-13.EL4.3.i386.rpm
package bzip2-devel-1.0.2-13.EL4.3 is already installed
There's got to be an easier way...
* GNU MP 3
[benjamin@vps src]$ sudo rpm -U gmp-4.1.4-3.i386.rpm
package gmp-4.1.4-3 is already installed
[benjamin@vps src]$ locate zlib
warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old
/usr/share/doc/zlib-devel-1.2.1.2
/usr/share/doc/zlib-devel-1.2.1.2/algorithm.txt
/usr/share/doc/zlib-devel-1.2.1.2/example.c
/usr/share/doc/zlib-devel-1.2.1.2/ChangeLog
/usr/share/doc/zlib-devel-1.2.1.2/minigzip.c
/usr/share/doc/zlib-1.2.1.2
/usr/share/doc/zlib-1.2.1.2/README
/usr/share/man/man3/zlib.3.gz
/usr/X11R6/include/X11/extensions/lbxzlib.h
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/zlib.ph
/usr/lib/python2.3/encodings/zlib_codec.pyc
/usr/lib/python2.3/encodings/zlib_codec.pyo
/usr/lib/python2.3/encodings/zlib_codec.py
/usr/lib/python2.3/lib-dynload/zlibmodule.so
/usr/lib/python2.3/test/test_zlib.py
/usr/include/zlib.h
/usr/include/bzlib.h
[benjamin@vps src]$ man zlib
[benjamin@vps src]$ sudo wget ftp://ftp.nluug.nl/pub/sunsite/distributions/smeserver/releases/7/smeos/i386/CentOS/RPMS/gmp-4.1.4-3.i386.rpm
Adding new system user and group
If you are installing ClamAV for the first time, you have to add a new user and group to your system: 3
# groupadd clamav
# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
...uh, so man groupadd has a page but groupadd doesn't exist, sudo'd to root or otherwise.
[benjamin@vps src]$ sudo rpm -U shadow-utils-4.0.3-60.RHEL4.i386.rpm package shadow-utils-4.0.3-60.RHEL4 is already installed
Well that's freaky... groupadd only works as root, not sudo? I think CentOS is getting a little flaky on me...
[root@vps ~]# groupadd clamav
[root@vps ~]# useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
$ sudo yum install clamav
resulted in:
...
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: clamav
Nothing to do
So following the contraband yum instructions: http://crash.fce.vutbr.cz/yum-repository.html
You can use this repository via yum program. Do it as 'root':
* wget http://crash.fce.vutbr.cz/crash-hat.repo
* cp crash-hat.repo /etc/yum.repos.d/.
* chown root:root /etc/yum.repos.d/crash-hat.repo
* chmod 0644 /etc/yum.repos.d/crash-hat.repo
Done very neatly as root. Now this pretty much worked:
$ sudo yum install clamav
Error: Missing Dependency: libcrypto.so.5 is needed by package clamav
Error: Missing Dependency: libssl.so.5 is needed by package clamav
Error: Missing Dependency: libkrb5support.so.0 is needed by package clamav
This is Fedora 4, not RHEL or CentOS exactly...
$ sudo wget ftp://ftp.univie.ac.at/systems/linux/fedora/4/i386/os/Fedora/RPMS/openssl-0.9.7f-7.i386.rpm
$ sudo rpm -U openssl-0.9.7f-7.i386.rpm
warning: openssl-0.9.7f-7.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libk5crypto.so.3(k5crypto_3_MIT) is needed by openssl-0.9.7f-7.i386
libkrb5.so.3(krb5_3_MIT) is needed by openssl-0.9.7f-7.i386
libcrypto.so.4 is needed by (installed) bind-libs-9.2.4-16.EL4.i386
libcrypto.so.4 is needed by (installed) bind-utils-9.2.4-16.EL4.i386
libcrypto.so.4 is needed by (installed) wget-1.10.2-0.40E.i386
libcrypto.so.4 is needed by (installed) lynx-2.8.5-18.2.i386
libcrypto.so.4 is needed by (installed) cyrus-sasl-md5-2.1.19-5.EL4.i386
libcrypto.so.4 is needed by (installed) samba-common-3.0.10-1.4E.9.i386
libcrypto.so.4 is needed by (installed) bind-9.2.4-16.EL4.i386
libcrypto.so.4 is needed by (installed) net-snmp-utils-5.1.2-11.EL4.7.i386
libcrypto.so.4 is needed by (installed) cups-libs-1.1.22-0.rc1.9.11.i386
libcrypto.so.4 is needed by (installed) net-snmp-libs-5.1.2-11.EL4.7.i386
libcrypto.so.4 is needed by (installed) stunnel-4.05-3.i386
libcrypto.so.4 is needed by (installed) curl-7.12.1-8.rhel4.i386
libcrypto.so.4 is needed by (installed) cyrus-sasl-2.1.19-5.EL4.i386
libcrypto.so.4 is needed by (installed) openldap-2.2.13-6.4E.i386
libcrypto.so.4 is needed by (installed) samba-3.0.10-1.4E.9.i386
libcrypto.so.4 is needed by (installed) net-snmp-5.1.2-11.EL4.7.i386
libcrypto.so.4 is needed by (installed) fetchmail-6.2.5-6.el4.2.i386
libcrypto.so.4 is needed by (installed) samba-swat-3.0.10-1.4E.9.i386
libcrypto.so.4 is needed by (installed) httpd-2.0.52-28.ent.centos4.i386
libcrypto.so.4 is needed by (installed) python-2.3.4-14.3.i386
libcrypto.so.4 is needed by (installed) distcache-1.4.5-6.i386
libcrypto.so.4 is needed by (installed) cyrus-sasl-devel-2.1.19-5.EL4.i386
libcrypto.so.4 is needed by (installed) mod_ssl-2.0.52-28.ent.centos4.i386
libcrypto.so.4 is needed by (installed) vsftpd-2.0.1-5.EL4.5.i386
libcrypto.so.4 is needed by (installed) openssh-3.9p1-8.RHEL4.17.1.i386
libcrypto.so.4 is needed by (installed) openssh-clients-3.9p1-8.RHEL4.17.1.i386
libcrypto.so.4 is needed by (installed) openssh-server-3.9p1-8.RHEL4.17.1.i386
libcrypto.so.4 is needed by (installed) mysqlclient14-4.1.14-4.2.c4.1.i386
libcrypto.so.4 is needed by (installed) mysql-5.0.22-1.centos.1.i386
libcrypto.so.4 is needed by (installed) libc-client-2002e-14.i386
libcrypto.so.4 is needed by (installed) mysql-server-5.0.22-1.centos.1.i386
libcrypto.so.4 is needed by (installed) dovecot-0.99.11-4.EL4.i386
libcrypto.so.4 is needed by (installed) php-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) php-mysql-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) php-imap-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) php-snmp-5.1.6-1.2.1.centos.i386
libcrypto.so.4 is needed by (installed) neon-0.24.7-4.i386
libcrypto.so.4 is needed by (installed) subversion-1.1.4-2.ent.i386
libcrypto.so.4 is needed by (installed) postfix-2.3.5-1.rhel4.i386
libcrypto.so.4 is needed by (installed) postgresql-libs-8.1.4-1.centos.1.i386
libcrypto.so.4 is needed by (installed) compat-postgresql-libs-3-4.c4.centos.i386
libcrypto.so.4 is needed by (installed) postgresql-8.1.4-1.centos.1.i386
libcrypto.so.4 is needed by (installed) postgresql-server-8.1.4-1.centos.1.i386
libcrypto.so.4 is needed by (installed) postgresql-devel-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) wget-1.10.2-0.40E.i386
libssl.so.4 is needed by (installed) lynx-2.8.5-18.2.i386
libssl.so.4 is needed by (installed) samba-common-3.0.10-1.4E.9.i386
libssl.so.4 is needed by (installed) cups-libs-1.1.22-0.rc1.9.11.i386
libssl.so.4 is needed by (installed) stunnel-4.05-3.i386
libssl.so.4 is needed by (installed) curl-7.12.1-8.rhel4.i386
libssl.so.4 is needed by (installed) openldap-2.2.13-6.4E.i386
libssl.so.4 is needed by (installed) samba-3.0.10-1.4E.9.i386
libssl.so.4 is needed by (installed) fetchmail-6.2.5-6.el4.2.i386
libssl.so.4 is needed by (installed) samba-swat-3.0.10-1.4E.9.i386
libssl.so.4 is needed by (installed) httpd-2.0.52-28.ent.centos4.i386
libssl.so.4 is needed by (installed) python-2.3.4-14.3.i386
libssl.so.4 is needed by (installed) distcache-1.4.5-6.i386
libssl.so.4 is needed by (installed) cyrus-sasl-devel-2.1.19-5.EL4.i386
libssl.so.4 is needed by (installed) mod_ssl-2.0.52-28.ent.centos4.i386
libssl.so.4 is needed by (installed) vsftpd-2.0.1-5.EL4.5.i386
libssl.so.4 is needed by (installed) mysqlclient14-4.1.14-4.2.c4.1.i386
libssl.so.4 is needed by (installed) mysql-5.0.22-1.centos.1.i386
libssl.so.4 is needed by (installed) libc-client-2002e-14.i386
libssl.so.4 is needed by (installed) mysql-server-5.0.22-1.centos.1.i386
libssl.so.4 is needed by (installed) dovecot-0.99.11-4.EL4.i386
libssl.so.4 is needed by (installed) php-5.1.6-1.2.1.centos.i386
libssl.so.4 is needed by (installed) php-mysql-5.1.6-1.2.1.centos.i386
libssl.so.4 is needed by (installed) php-imap-5.1.6-1.2.1.centos.i386
libssl.so.4 is needed by (installed) neon-0.24.7-4.i386
libssl.so.4 is needed by (installed) subversion-1.1.4-2.ent.i386
libssl.so.4 is needed by (installed) postfix-2.3.5-1.rhel4.i386
libssl.so.4 is needed by (installed) postgresql-libs-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) compat-postgresql-libs-3-4.c4.centos.i386
libssl.so.4 is needed by (installed) postgresql-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) postgresql-server-8.1.4-1.centos.1.i386
libssl.so.4 is needed by (installed) postgresql-devel-8.1.4-1.centos.1.i386
openssl = 0.9.7a-43.14 is needed by (installed) openssl-devel-0.9.7a-43.14.i586
openssl = 0.9.7a-43.14 is needed by (installed) openssl-perl-0.9.7a-43.14.i586
So at this point still another option is to see if installing it NON-yum will magically take care of those RPM dependencies.
http://www.clamav.net/doc/0.88.5/html/node14.html
These were dependencies for something I already had, GMP I think. To be reviewed if there are problems!
--linux-gnu
Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present in glibc 2.2.5 and later. More information is available in the libstdc++-v3 documentation.
i?86--linux
As of GCC 3.3, binutils 2.13.1 or later is required for this platform. See bug 10877 for more information.
If you receive Signal 11 errors when building on GNU/Linux, then it is possible you have a hardware problem. Further information on this can be found on www.bitwizard.nl.
It is now possible to automatically configure and build a variety of
tools with one command. To build all of the tools contained herein,
run the ``configure'' script here, e.g.:
./configure
make
To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
make install
Comments
Post new comment