Tiny Core Linux

Tiny Core Base => Corepure64 => Topic started by: FlyingDutchman on February 29, 2020, 11:13:18 AM

Title: mutt reports error on shared libssl library
Post by: FlyingDutchman on February 29, 2020, 11:13:18 AM
Hi,

I recently upgraded from release 10 to release 11 on Tinycore pure 64. Almost everything is running smoothly, but mutt reports the following error:
Code: [Select]
mutt: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
I know that openssl was upgraded to version 1.1.1. Can it be that mutt must be recompiled?

BR,
Title: Re: mutt reports error on shared libssl library
Post by: Juanito on February 29, 2020, 11:00:36 PM
updated mutt posted
Title: Re: mutt reports error on shared libssl library
Post by: FlyingDutchman on March 01, 2020, 06:55:16 AM
Great service! Thanks.
Title: Re: mutt reports error on shared libssl library
Post by: FlyingDutchman on March 01, 2020, 08:00:22 AM
Unfortunately, I run into the next error:
Code: [Select]
mutt: error while loading shared libraries: libgdbm.so.6: cannot open shared object file: No such file or directory
This package is not named in the .dep file and it's not present in the folder http://tinycorelinux.net/11.x/x86_64/tcz/.

Best regards.
Title: Re: mutt reports error on shared libssl library
Post by: Rich on March 01, 2020, 08:12:24 AM
Hi FlyingDutchman
... This package is not named in the .dep file and it's not present in the folder http://tinycorelinux.net/11.x/x86_64/tcz/. ...
The package you seek is  gdbm.tcz,  not libgdbm.tcz.  Here is the  .list  file:
http://tinycorelinux.net/11.x/x86_64/tcz/gdbm.tcz.list
Title: Re: mutt reports error on shared libssl library
Post by: FlyingDutchman on March 01, 2020, 08:15:56 AM
Hi Rich,

Thanks, found it. I installed it and now it works. But shouldn't gdbm.tcz be in the .dep file of mutt?

BR,
Title: Re: mutt reports error on shared libssl library
Post by: Rich on March 01, 2020, 08:33:38 AM
Hi FlyingDutchman
... But shouldn't gdbm.tcz be in the .dep file of mutt? ...
I believe it should be. It is listed in the 32 bit version. It's possible it went unnoticed because another extension that depends on it
was loaded at the time. The TC10  .dep  file is missing it too.
Title: Re: mutt reports error on shared libssl library
Post by: Juanito on March 01, 2020, 08:55:56 PM
Sorry, that was careless - mutt dep file adjusted.