Bug 1706 - Claws-Mail refuse to open folowing last claws-mail + libetpan update
Summary: Claws-Mail refuse to open folowing last claws-mail + libetpan update
Status: RESOLVED FIXED
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: other
Hardware: PC Linux
: P3 major
Assignee: users
URL: http://forum.ubuntu-fr.org/viewtopic....
Depends on:
Blocks:
 
Reported: 2008-09-02 11:01 UTC by manhack
Modified: 2008-09-02 22:29 UTC (History)
2 users (show)

See Also:


Attachments

Description manhack 2008-09-02 11:01:26 UTC
the last claws-mail + libetpan update (Mon, 01 Sep 2008 07:48:03 +0200, ref : https://launchpad.net/~claws-mail/+archive/) for Ubuntu Hardy has a problem with libetpan : 

$ claws-mail --debug                    
claws-mail: error while loading shared libraries: libetpan.so.11: cannot open shared object file: No such file or directory

$ ldd /usr/bin/claws-mail
(...)
	libetpan.so.11 => not found

$ ls /usr/lib/libetpan.*
/usr/lib/libetpan.so.13  /usr/lib/libetpan.so.13.1.0

this is my first bugzilla report, I hope this is well documented, thanks
Comment 1 Colin Leroy 2008-09-02 11:06:13 UTC
It should be fixed since, which versions do you have?

ii  libetpan13                              0.55-1hardyubuntu7
ii  claws-mail                              3.5.0-1hardyubuntu7

These should work. Try to sudo apt-get update && sudo apt-get upgrade again...
Comment 2 Colin Leroy 2008-09-02 11:31:19 UTC
oh, or do you have hardy-backports installed?
Comment 3 manhack 2008-09-02 11:37:52 UTC
(In reply to comment #1)
> It should be fixed since, which versions do you have?
> 
> ii  libetpan13                              0.55-1hardyubuntu7
> ii  claws-mail                              3.5.0-1hardyubuntu7
> 
> These should work. Try to sudo apt-get update && sudo apt-get upgrade again...

this does nothing ;-(

claws-mail : Version: 3.5.0-2ubuntu1~hardy1
libetpan13 : Version: 0.55-1hardyubuntu7
libetpan11 : Version: 0.55-1hardyubuntu2


$ sudo apt-get install claws-mail
Reading package lists... Done
Building dependency tree       
Reading state information... Done
claws-mail is already the newest version.
The following packages were automatically installed and are no longer required:
  libetpan13
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Comment 4 manhack 2008-09-02 11:40:12 UTC
(In reply to comment #2)
> oh, or do you have hardy-backports installed?
> 

how to check that ?
if you mean : have I added hardy-backports to my software sources, the answer is : yes
and claws-mail and libetpan have been updated twice this last two days
Comment 5 Cyrille Mortreux 2008-09-02 11:45:20 UTC
cp /usr/lib/libetpan.so.13 /usr/lib/libetpan.so.11 to get claws-mail working. But it's sure garbage... 
Comment 6 Colin Leroy 2008-09-02 11:50:48 UTC
It should now be fixed, I removed the faulty libetpan11 from our PPA, so that the official one gets used instead if you have hardy-backports enabled. Follow this procedure:

$ sudo apt-get remove libetpan11 claws-mail
$ sudo apt-get update
$ sudo apt-get install claws-mail
Comment 7 manhack 2008-09-02 12:04:31 UTC
thanks, it works !
Comment 8 Cyrille Mortreux 2008-09-02 22:29:49 UTC
(In reply to comment #7)
> thanks, it works !
> 

Working too here. Fine. 

Note You need to log in before you can comment on or make changes to this bug.