Re: libssl.so.37 error after distribution upgrade

Reindl Harald <[email protected]> Wed, 7 Jun 2017 14:12:22 +0200
Newsgroups gmane.mail.imap.dbmail
Organization the lounge interactive design
Message-ID <[email protected]>

Am 07.06.2017 um 13:49 schrieb Admin Beckspaced:
> Hello dbmail users ;)
> 
> I just did a test on my local dev server and upgraded openSUSE from 42.1 
> to the latest 42.2
> 
> After the openSUSE upgrade dbmail won't start and complains:
> 
> /usr/sbin/dbmail-lmtpd: error while loading shared libraries: 
> libssl.so.37: cannot open shared object file: No such file or directory
> 
> I already tried a fresh new compile on the new openSUSE 42.2 and the 
> compile went fine without any errors but dbmail still won't start up and 
> complains about libssl.so.37
> 
> Any hints would be awesome ;)

i guess you don't build rpm packages and now have a mess of old and new 
stuff - that combined with install to /usr in case of a "make install" 
is terrible, try to remove everything dbmail related and build again

whatout that your openssl packages are all in the same version
rpm -qa | grep openssl

however, openssl will become a problem in general in context of dbmail, 
for Fedora users with F26 which ships openssl-1.1 and so we *really* 
need a --without-openssl fpr dbmail 3.1.x and 3.2.x ASAP to avoid it at 
all, most users don't expose dbmail because of instability with TLS 
directly to the net and have a proxy doing also TLS offloading in front