#1126158 sogo fails to start due to wrong shared library

Package:
sogo
Source:
sogo
Description:
Scalable groupware server
Submitter:
Richard
Date:
2026-01-23 14:27:02 UTC
Severity:
normal
#1126158#5
Date:
2026-01-22 15:05:07 UTC
From:
To:
Dear Maintainer,
after updating the server today from bookworm to trixie, sogo now
refuses to start due to this error:

/usr/sbin/sogod: error while loading shared libraries:
libgnustep-base.so.1.28: cannot open shared object file: No such file or
directory

That shouldn't be a thing, the sogo package correctly lists
libgnustep-base1.31 as dependency, so it should look for
libgnustep-base.so.1.31 or libgnustep-base.so.1.31.1. creating a symlink
from libgnustep-base1.31 to libgnustep-base.so.1.28 does allow the
systemd service to start, but the website is completely broken. No the
serverity is at least "important"


Best

Richard

#1126158#10
Date:
2026-01-23 14:25:09 UTC
From:
To:
I'm sorry, this must have been due to errand files in /usr/local/lib.
After getting rid of them and adapting the nginx config to find some of
the stuff now in /usr/share instead of /usr/lib, SOGo now works. Issue
can now be closed.