Tag: servers

Python’s M2Crypto fails to compile

When updating my music server, I ran into a compilation error on Python’s M2Crypto. The error message was a little bit strange and not directly related to the package itself: fatal error: openssl/ecdsa.h: No such file or directory Obviously, that error is generated from OpenSSL and not directly within M2Crypto. Remembering that there are some …

Continue reading

MySQL / MariaDB 10.2 – Can’t find messagefile ‘/usr/share/mysql/errmsg.sys’

Last evening, I ran some updates on one of my servers. One of the updates was from MariaDB 10.1 to 10.2 (some minor release as well). After compiling, I went to restart, but it failed with: # /etc/init.d/mysql start * Checking mysqld configuration for mysql … [ERROR] Can’t find messagefile ‘/usr/share/mysql/errmsg.sys’ [ERROR] Aborting * mysql …

Continue reading

Amavisd fails to start due to BerkeleyDB, libdb, and db.h

Yet again, I had troubles with restarting amavisd after some package updates. You can see about the other problems that I’ve had with the application in these two previous blog posts: missing SpamAssassin rules causing amavis to fail and start-up failures due to a missing Perl IPv6 module. This time, the problem was related to …

Continue reading