Skip to content

Commit 7c514fd

Browse files
committed
Updated installation instructions for centos.
1 parent 79bc50c commit 7c514fd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

INSTALL_CENTOS_5.2.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@ chkconfig --levels 235 clamd on
110110
/etc/init.d/amavisd start
111111
/etc/init.d/clamd start
112112

113+
If you use the amavisd from rpmforge and not the one from centos, you will have to do these additional steps:
114+
115+
add the following line in /etc/sysconfig/amavisd:
116+
117+
CONFIG_FILE="/etc/amavisd/amavisd.conf
118+
119+
run:
120+
121+
mkdir /var/run/amavisd /var/spool/amavisd /var/spool/amavisd/tmp /var/spool/amavisd/db
122+
chown amavis /var/run/amavisd /var/spool/amavisd /var/spool/amavisd/tmp /var/spool/amavisd/db
123+
yum install perl-DBD-mysql
124+
125+
113126
3) Install apache, PHP5 and phpmyadmin (1 line!):
114127

115128
yum install php php-devel php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xml php-xmlrpc php-eaccelerator php-magickwand php-magpierss php-mapserver php-mbstring php-mcrypt php-mhash php-mssql php-shout php-snmp php-soap php-tidy curl curl-devel perl-libwww-perl ImageMagick libxml2 libxml2-devel phpmyadmin

0 commit comments

Comments
 (0)