PDA

View Full Version : DA on Debian Squeeze 6.0 64bit bugs and fixes



maddogx
05-25-2011, 11:18 PM
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:


/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:

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

/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...

SeLLeRoNe
05-26-2011, 03:24 AM
For the dovecot you need to install openssl and re-build dovecot.

Regards

Dougy
05-27-2011, 12:07 PM
For the dovecot you need to install openssl and re-build dovecot.

Regards

thanks for the tip.

bookmarked this thread.