WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mutt reports error on shared libssl library  (Read 2886 times)

Offline FlyingDutchman

  • Newbie
  • *
  • Posts: 36
mutt reports error on shared libssl library
« 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,

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: mutt reports error on shared libssl library
« Reply #1 on: February 29, 2020, 11:00:36 PM »
updated mutt posted

Offline FlyingDutchman

  • Newbie
  • *
  • Posts: 36
Re: mutt reports error on shared libssl library
« Reply #2 on: March 01, 2020, 06:55:16 AM »
Great service! Thanks.

Offline FlyingDutchman

  • Newbie
  • *
  • Posts: 36
Re: mutt reports error on shared libssl library
« Reply #3 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.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: mutt reports error on shared libssl library
« Reply #4 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

Offline FlyingDutchman

  • Newbie
  • *
  • Posts: 36
Re: mutt reports error on shared libssl library
« Reply #5 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,

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: mutt reports error on shared libssl library
« Reply #6 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: mutt reports error on shared libssl library
« Reply #7 on: March 01, 2020, 08:55:56 PM »
Sorry, that was careless - mutt dep file adjusted.