You are not logged in.

#1 2006-06-25 09:42:36

detto
Member
Registered: 2006-01-23
Posts: 510

Sylpheed wrong/missing dependencies?

Hi there,

Im trying to install Sylpheed, the e-Mail Reader with

sudo pacman -S sylpheed

After successfull installation with some dependencies, it prints the following error when i try to open sylpheed:

sylpheed: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory

Ive already searched with pacman for ssl, but the only packages ive found were "openssl" (which i only could reinstall, which i did) and "ssldump", which also doesnt fix the problem after installing it :?

Which package am I missing (and so does Sylpheed dependencies), or is it something like a bug in Sylpheed?!
Hope to hear from you :oops:  roll

Offline

#2 2006-06-25 09:58:46

detto
Member
Registered: 2006-01-23
Posts: 510

Re: Sylpheed wrong/missing dependencies?

Ok, there's somthing wrong with the mentioned file, and "libcrypt.so.0.9.7" too.
I did

ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.0.9.7 &&
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.0.9.7

and it's working!

Somehow its trying to access older files, how can u fix this? Or: can u fix this soon? roll  8)

Offline

#3 2006-06-25 11:20:39

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Sylpheed wrong/missing dependencies?

try running abs and rebuilding via makepkg against openssl.

abs 
cd `find /var/abs -name sylpheed` && makepkg -f

Offline

#4 2006-06-25 12:08:58

detto
Member
Registered: 2006-01-23
Posts: 510

Re: Sylpheed wrong/missing dependencies?

Penguin wrote:

try running abs and rebuilding via makepkg against openssl.

abs 
cd `find /var/abs -name sylpheed` && makepkg -f

Will try that now, because rtorrent also has this problem sad , and report if it works.
But: what's causing this problem?

Offline

#5 2006-06-25 13:28:03

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Sylpheed wrong/missing dependencies?

gcc was updated and many packages had to be rebuilt. I think in this case openssl had once owned it...

Offline

#6 2006-06-25 14:03:04

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Sylpheed wrong/missing dependencies?

detto wrote:

Will try that now, because rtorrent also has this problem sad , and report if it works.
But: what's causing this problem?

This is a combination of two problems:

1) The openssl guys are sort of braindead. All binaries are linked against openssl in a way that every version change forces a rebuild. The symlink trick you used works, which means that the ABI hasn't changed and a rebuild is forced artificially.
2) (Assuming you really use the newest package) Too few people use testing. We tried to find every package that needed to be rebuilt before moving everything to current - obviously, some packages were forgotten.

Offline

#7 2006-06-25 14:24:24

detto
Member
Registered: 2006-01-23
Posts: 510

Re: Sylpheed wrong/missing dependencies?

Well, ok i see.

As long as the linking method does function im fine roll
Thank you for clearing things up. 8)

Offline

Board footer

Powered by FluxBB