Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: andrewb on June 11, 2020, 04:39:48 PM

Title: Claws-mail deps need updated for TC11.1
Post by: andrewb 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

Title: Re: Claws-mail deps need updated for TC11.1
Post by: Juanito on June 12, 2020, 01:50:22 AM
updated - you'll also need to update libetpan
Title: Re: Claws-mail deps need updated for TC11.1
Post by: andrewb 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
Title: Re: Claws-mail deps need updated for TC11.1
Post by: Juanito 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.