Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: ordep on June 16, 2012, 08:01:52 PM

Title: claws-mail lacks libraries
Post by: ordep on June 16, 2012, 08:01:52 PM
i installed claws-mail, however, to run it lacks some libraries:

Quote

 ldd /usr/local/bin/claws-mail|grep not

        libenchant.so.1 => not found
        libstartup-notification-1.so.0 => not found
        libetpan.so.16 => not found
        libssl.so.1.0.0 => not found
        libcrypto.so.1.0.0 => not found
        libdb-5.1.so => not found

Where to find?

Thanks in advance
Title: Re: claws-mail lacks libraries
Post by: gerald_clark on June 16, 2012, 08:31:08 PM
Use the provides function of Apps.

It looks to me like your deps file is not correct.
Update your deps files and then install missing dependencies.
Title: Re: claws-mail lacks libraries
Post by: ordep on June 19, 2012, 12:00:06 AM
The Dep check says: Dependency check complete. No missing dependencies found.

ldd still gives the same "not found" libraries as in my first post.

Starting claws-mail from terminal I get endles scroll of:

Quote
mount: mount /dev/loop105/on/tmp/tcloop/libstartup-notification failed: Invalid argument.

Regards
Title: Re: claws-mail lacks libraries
Post by: gerald_clark on June 19, 2012, 12:54:01 AM
Update your deps files first.
They are broken.
Title: Re: claws-mail lacks libraries
Post by: ordep on June 19, 2012, 04:26:42 AM
Do we run in circles? ;)

I tried my flash drive install and get the same results. claws-mail will not open.

Booted from CD installed claws-mail. Saved backup. Claws-mail now starting from my HD install. :D

On to new ventures. :)
Title: Re: claws-mail lacks libraries
Post by: bmarkus on June 19, 2012, 04:58:40 AM
claws-mail runs perfectly on a clean tc 4.5.5 system installed from repo. No missing deps, no missing libraries, just doing its job.

Which TC version are you using?
Title: Re: claws-mail lacks libraries
Post by: AbNoRMiS on June 19, 2012, 07:08:56 AM
firstly try to update deps as gerald_clark stated
Code: [Select]
apps -> maintenance -> dependencies and deletions -> update .dep filesand only then fetch missing deps
Code: [Select]
apps -> maintenance -> dependencies and deletions -> fetch missing dependencies
Code: [Select]
tc@box:~$ ldd /usr/local/bin/claws-mail|grep found
tc@box:~$
no missing output
Title: Re: claws-mail lacks libraries
Post by: ordep on June 19, 2012, 07:36:37 PM
Sorry made bad mistake. On my last post it should have read: "Claws-mail now starting from my HD install" instead of "not".

Abnormis I did all that and it came back no missing dependencies.

I am using the current version.

Since both the install to the HD and to the flash drive give the same errors, something must be amiss.

I will make a new installation to the flash drive and will see if that error persists then.