WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Claws-mail deps need updated for TC11.1  (Read 1495 times)

Offline andrewb

  • Full Member
  • ***
  • Posts: 121
Claws-mail deps need updated for TC11.1
« on: June 11, 2020, 04:39:48 PM »
Claws-mail deps need updated for TC11.1 (not sure of other versions - I jumped from TC5.3 to 11.1 - been some time between my updates!!)

Code: [Select]
tc@abeee:~$ ldd /usr/local/bin/claws-mail|grep found
        libssl.so.1.0.0 => not found
        libcrypto.so.1.0.0 => not found
        libssl.so.1.0.0 => not found
        libcrypto.so.1.0.0 => not found
tc@abeee:~$


all works ok if:
Code: [Select]
ln -sf /tmp/tcloop/openssl-1.1.1/usr/local/lib/libcrypto.so.1.1 /usr/local/lib/libcrypto.so.1.0.0
ln -sf /tmp/tcloop/openssl-1.1.1/usr/local/lib/libssl.so.1.1 /usr/local/lib/libssl.so.1.0.0
ldconfig -v


in bootlocal.sh

« Last Edit: June 11, 2020, 05:00:47 PM by andrewb »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Claws-mail deps need updated for TC11.1
« Reply #1 on: June 12, 2020, 01:50:22 AM »
updated - you'll also need to update libetpan

Offline andrewb

  • Full Member
  • ***
  • Posts: 121
Re: Claws-mail deps need updated for TC11.1
« Reply #2 on: June 13, 2020, 05:04:48 PM »
Thanks.

I ran the update & it said Claws-mail, libetpan & aspell were updated.

Claws-mail didn't start from on-demand menu (Icon placed in wbar OK. Starting from cli: libaspell not found. Had to download & load manually. Now it's in my tce directory it seems ok. Same with libetpan. i.e. although both os these were identified by Apps -> Update for updating it didn't seem to work.

After that libpcre not found. Downloaded & loaded pcre.tcz & Claws-mail worked. After reboot: couldn't find libpcre again. Can't see it listed as dependancy

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Claws-mail deps need updated for TC11.1
« Reply #3 on: June 13, 2020, 11:23:49 PM »
I must have had something else loaded that pulled pcre in - dep files adjusted, thanks for pointing that out.