Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112750 - xchat-gnome depends on libsexy
Summary: xchat-gnome depends on libsexy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 14:55 UTC by Henrique Ferreiro
Modified: 2005-11-22 14:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrique Ferreiro 2005-11-16 14:55:19 UTC
xchat-gnome-0.6

xchat-gnome: error while loading shared libraries: libsexy.so.0: cannot open
shared object file: No such file or directory


Reproducible: Always
Steps to Reproduce:
Comment 1 Mark 2005-11-21 02:32:38 UTC
(In reply to comment #0)
> xchat-gnome-0.6
> 
> xchat-gnome: error while loading shared libraries: libsexy.so.0: cannot open
> shared object file: No such file or directory
> 
> 
> Reproducible: Always
> Steps to Reproduce:

I can't reproduce it, if you look at the configure file of the xchat-gnome tar
file, you will see that it looks if libsexy is installed.
if yes: build xchat-gnome with libsexy.
if no: build without.

so try to do 'emerge sync' and see if it can be fixed.

*I recommend installing libsexy ( it adds a spell checker and click able links).
http://osiris.chipx86.com/projects/libsexy/releases/libsexy-0.1.4.tar.gz
./configure --prefix=/usr
make
make install



Comment 2 Henrique Ferreiro 2005-11-22 14:06:26 UTC
It works now.