DA on Debian Squeeze 6.0 64bit bugs and fixes

maddogx

Verified User
Joined
Nov 12, 2010
Messages
7
I want to open this thread to discuss all Debian 6.0 (64bit for now) related bugs/features and fixes of Directadmin system.

libz bug when doing apt-get update/install etc'
if you see this error:

Code:
/local/lib/libz.so.1: no version information available (required by /usr/lib/libapt-pkg.so.4.10)
/usr/lib/apt/methods/gpgv: /usr/local/lib/libz.so.1: no version information available (required by /usr/lib/libapt-pkg.so.4.10)

do this:
Code:
rm /usr/local/lib/libz.so.1.2.3
rm /usr/local/lib/libz.so.1
ln -s /usr/lib/libz.so.1.2.3.4 /usr/local/lib/libz.so.1

can't login to mysql after fresh install
You have to set (reset) the mysql root and da_admin users password to the password from setup.txt file:
/usr/local/directadmin/scripts/setup.txt
look for adminpass= (not mysql=)

dovecot cannot start after fresh install
Code:
 /etc/init.d/dovecot start
Starting dovecot: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: SSL support not compiled in but ssl=yes
yet searching for solution...
 
Back
Top