Roundcube error CAPABILITY

siwy113

New member
Joined
Nov 9, 2019
Messages
3
Hello
I have a problem after the update, the mail on the server does not work.
if you are able to help me, I will be very grateful

Błąd serwera: CAPABILITY: Internal error occurred. Refer to server log for more information. after logging in to Roundcube


LOG
Error: Couldn't load required plugin /usr/lib/dovecot/lib21_fts_xapian_plugin.so: dlopen() failed: libicuio.so.66: cannot open shared object file: No such file or directory

Reply
 
Hello
There is such a message after updating DA
 

Attachments

  • 1.jpg
    1.jpg
    152.2 KB · Views: 11
I fixed this on CentOS Stream 8 by adding the following path which contain the missing libraries to /etc/ld.so.conf.d/icu.conf:
Code:
/usr/local/icu/lib/
Make sure to run ldconfig before restarting dovecot.
 
Back
Top