Skip to content

Commit 4cb4911

Browse files
author
fantu
committed
Small update of installation in Squeeze
1 parent da1da41 commit 4cb4911

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

docs/INSTALL_DEBIAN_6.0.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ apt-get install vim-nox
4646

4747
apt-get install postfix postfix-mysql postfix-doc mysql-client mysql-server courier-authdaemon courier-pop courier-pop-ssl courier-imap courier-imap-ssl libsasl2-2 libsasl2-modules libsasl2-modules-sql sasl2-bin libpam-mysql openssl courier-maildrop getmail4 rkhunter binutils
4848

49+
#if not amd64
50+
apt-get install courier-authlib-mysql
51+
#if amd64 now there is a dependence problem with deb in the official repository, use this:
4952
apt-get install libmysqlclient16
50-
#temp fix for amd64 arch
51-
wget http://ftp.us.debian.org/debian/pool/main/c/courier-authlib/courier-authlib-mysql_0.62.4-1_amd64.deb
52-
dpkg --ignore-depends=libmysqlclient15off -i courier-authlib-mysql_0.62.4-1_amd64.deb
53+
wget http://fantu.eu/supporto/courier-authlib-mysql_0.62.4-1_amd64.deb
54+
5355

5456
# Answer the questions from the package manager as follows.
5557

@@ -260,14 +262,6 @@ update-rc.d mydns defaults
260262

261263
apt-get install vlogger webalizer
262264

263-
Change the following line in /etc/webalizer/webalizer.conf from
264-
265-
#Incremental no
266-
267-
to
268-
269-
Incremental yes
270-
271265
7) Install Jailkit (optional, only needed if you want to use chrroting for SSH users)
272266

273267
apt-get install build-essential autoconf automake1.9 libtool flex bison debhelper

0 commit comments

Comments
 (0)