cannot start exim on a fresh DA installation

ErikR

Verified User
Joined
Aug 18, 2005
Messages
20
Hi,

I installed a new Debian 9 server with DirectAdmin version 1.52.1 . But the exim service is stopped en I cannot start it.

The log /var/log/syslog says this:

Feb 16 12:23:06 hs014 systemd[1]: Started Exim Mail Transport Agent.
Feb 16 12:23:06 hs014 exim[1844]: /usr/sbin/exim: error while loading shared libraries: libspf2.so.2: cannot open shared object file: No such file or directory
Feb 16 12:23:06 hs014 systemd[1]: exim.service: Main process exited, code=exited, status=127/n/a
Feb 16 12:23:06 hs014 systemd[1]: exim.service: Unit entered failed state.
Feb 16 12:23:06 hs014 systemd[1]: exim.service: Failed with result 'exit-code'.

Any advice how to fix?

Thanks in advance.

Update: when I check the versions on custombuild (./build versions) it end with this errors/info:

./build: line 1087: [: exim: integer expression expected
./build: line 1092: [: exim: integer expression expected
./build: line 1100: [: chunking: integer expression expected
./build: line 1105: [: chunking: integer expression expected
 
Last edited:
Try

Code:
apt-get update
apt-get install libperl5.10
 
Back
Top