You are not logged in.

#1 2007-01-25 12:41:07

Luke_c
Member
From: Devon, UK
Registered: 2006-05-23
Posts: 14

If XFCE Kills Your SSL [Fix Inside]

If you installed XFCE you may get a error when you try to run wget saying shared lib libssl.so.0.9.7 not found here's a simple fix for this problem.

Go to /usr/lib

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

This code should fix the problem please PM if not.


Current Desktop OS: Windows XP & Arch 0.72

Offline

#2 2007-01-25 13:02:14

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: If XFCE Kills Your SSL [Fix Inside]

No help, unless you provide details.

Offline

#3 2007-01-25 13:08:59

Luke_c
Member
From: Devon, UK
Registered: 2006-05-23
Posts: 14

Re: If XFCE Kills Your SSL [Fix Inside]

tomk wrote:

No help, unless you provide details.

All fixed hope its ok turning the post into a how to


Current Desktop OS: Windows XP & Arch 0.72

Offline

#4 2007-01-25 13:09:11

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: If XFCE Kills Your SSL [Fix Inside]

I don't see why this is Xfce related  roll

Offline

#5 2007-01-25 13:11:13

Luke_c
Member
From: Devon, UK
Registered: 2006-05-23
Posts: 14

Re: If XFCE Kills Your SSL [Fix Inside]

xerverius wrote:

I don't see why this is Xfce related  roll

When I installed XFCE it installed the latest SSL. It may not be directly related but its only when I ran pacman -S xfce4

The ssl error appeared.

If you want to know more pm me.


Current Desktop OS: Windows XP & Arch 0.72

Offline

#6 2007-01-25 14:42:33

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: If XFCE Kills Your SSL [Fix Inside]

You should have run

pacman -Sy xfce4

Your packages are out of sync. What version of wget do you have?

And while we're waiting for that, I'll just add that solving problems of this sort with symlinks is a bad idea. Sure it usually works in the short term (not always), but it's a hacky workaround - would it not be a better idea to actually solve the problem instead?

Offline

#7 2007-01-25 15:27:49

Luke_c
Member
From: Devon, UK
Registered: 2006-05-23
Posts: 14

Re: If XFCE Kills Your SSL [Fix Inside]

WGet Version 1.10.2.

And work around work... not always the best thing in the world but I have a working desktop and wget works fine  lol


Current Desktop OS: Windows XP & Arch 0.72

Offline

#8 2007-01-25 16:23:58

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: If XFCE Kills Your SSL [Fix Inside]

Luke_c wrote:

WGet Version 1.10.2.

And work around work... not always the best thing in the world but I have a working desktop and wget works fine  lol

$ pacman -Si wget
Repository     : current
Name           : wget
Version        : 1.10.2-2

The solution to these problems (the newest ssl has been out for a long time now) is just to upgrade the broken apps.  Try running pacman -Sy wget.  That'll fix it properly

Offline

Board footer

Powered by FluxBB