Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 17414

Summary: licq fails to run after emerge: missing library
Product: Gentoo Linux Reporter: Darren Davison <darren>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: blkdeath
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Darren Davison 2003-03-12 18:18:05 UTC
after a successful emerge of licq, the following occurs when running.. 
 
darren@garbo darren $ licq & 
[1] 2390 
23:08:24: [WRN] Licq: Ignoring stale lockfile (pid 2387) 
23:08:24: [ERR] Unable to load plugin (qt-gui): /usr/lib/licq/licq_qt-gui.so: cannot open 
shared object file: No such file or directory. 
[1]+  Exit 1                  licq 

Reproducible: Always
Steps to Reproduce:
1. run licq from the command line 
Actual Results:  
see above 

Expected Results:  
started 

this can be fixed (or worked around; not sure which) by symlinking the licq_kde-gui.so 
as follows: 
 
root@garbo licq # pwd 
/usr/lib/licq 
root@garbo licq # ln -s licq_kde-gui.so licq_qt-gui.so 
root@garbo licq # ls -al 
total 1967 
drwxr-xr-x    2 root     root          432 Mar 12 23:10 . 
drwxr-xr-x   40 root     root        22672 Mar  5 07:04 .. 
-rwxr-xr-x    1 root     root         1090 Mar 12 23:06 licq_autoreply.la 
-rwxr-xr-x    1 root     root        15884 Mar 12 23:06 licq_autoreply.so 
-rwxr-xr-x    1 root     root         1089 Mar 12 23:06 licq_console.la 
-rwxr-xr-x    1 root     root       132128 Mar 12 23:06 licq_console.so 
-rwxr-xr-x    1 root     root         1240 Mar 12 23:06 licq_jons-gtk-gui.la 
-rwxr-xr-x    1 root     root       243044 Mar 12 23:06 licq_jons-gtk-gui.so 
-rwxr-xr-x    1 root     root         1483 Mar 12 23:06 licq_kde-gui.la 
-rwxr-xr-x    1 root     root      1535512 Mar 12 23:06 licq_kde-gui.so 
lrwxrwxrwx    1 root     root           15 Mar 12 23:10 licq_qt-gui.so -> licq_kde-gui.so 
-rwxr-xr-x    1 root     root         1055 Mar 12 23:06 licq_rms.la 
-rwxr-xr-x    1 root     root        35132 Mar 12 23:06 licq_rms.so
Comment 1 Stewart (RETIRED) gentoo-dev 2003-03-17 03:35:16 UTC
This appears to be a dupe of Bug #12436.
Comment 2 Thomas Raschbacher gentoo-dev 2003-03-17 09:51:37 UTC

*** This bug has been marked as a duplicate of 12436 ***