doveconf: Error: Couldn't load plugin ---.so: Module is for different ABI version

trover

Verified User
Joined
Nov 4, 2015
Messages
76
Hi,

as i received this message: "Dovecot 2.2.21 to 2.2.22 update is available." i do update.

but after that:
Code:
# service dovecot restart
Shutting down dovecot:                                     [  OK  ]
Starting dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.2.ABIv20(2.2.21) (we have 2.2.ABIv22(2.2.22))
doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.2.ABIv20(2.2.21) (we have 2.2.ABIv22(2.2.22))
doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.2.ABIv20(2.2.21) (we have 2.2.ABIv22(2.2.22))
                                                           [  OK  ]
and also new version is running:
Code:
dovecot 2.2.22 (fe789d2)     Running


so is this fine?
 
Hello,

How did you install pigeonhole?
Are you using CustomBuild 2.0? If so make sure you've got:

Code:
pigeonhole=yes

in /usr/local/directadmin/custombuild/options.conf

and run:

Code:
./build dovecot
./build dovecot_conf
 
now fixed...
so we have to enable "pigeonhole" with this?


Thanks for reply
 
To solve the issue you faced, loaded modules should have been either upgraded or removed from installation.
 
These ones:

Starting dovecot: doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_login_settings.so: Module is for different ABI version 2.2.ABIv20(2.2.21) (we have 2.2.ABIv22(2.2.22))
doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libmanagesieve_settings.so: Module is for different ABI version 2.2.ABIv20(2.2.21) (we have 2.2.ABIv22(2.2.22))
doveconf: Error: Couldn't load plugin /usr/lib/dovecot/settings/libpigeonhole_settings.so: Module is for different ABI version 2.2.ABIv20(2.2.21) (we have 2.2.ABIv22(2.2.22))

Who knows how you get them installed? Sure, not me ;)
 
Back
Top