! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
CVS build - ldconfig does not recognize libxfce4mcs- client or manager
Status:
CLOSED: FIXED
Severity:
critical
Product:
Xfce-mcs
Component:
General

Comments

Description edward.herr 2004-06-25 11:38:51 CEST
After building from CVS (2004-6-24) ldconfig (Debian unstable) does not
recognize libxfce4mcs-client.0.2.0 and libxfce4mcs-manager.0.2.0 . It appears
ldconfig will not accept any shared lib files without ".so" in the name.

ldconfig version:
eherr@hermes:~$ ldconfig -V
ldconfig (GNU libc) 2.3.2

A workaround is to:
1. rename the libraries as (adding .so)...
libxfce4mcs-client.so.0.2.0
libxfce4mcs-manager.so.0.2.0

2. Rebuild symlinks to
libxfce4mcs-client -> libxfce4mcs-client.so.0.2.0
libxfce4mcs-manager -> libxfce4mcs-manager.so.0.2.0

3. Run ldconfig
Comment 1 edward.herr 2004-06-25 11:38:53 CEST
Additional information:

My indications were...
eherr@hermes:~$ xfce4-panel&

xfce4-panel: error while loading shared libraries: libxfce4mcs-client.0 :
cannot open shared object file: No such file or directory

I checked ld.so.conf and had the correct path built (/usr/local/lib).
Comment 2 Jasper Huijsmans editbugs 2004-07-15 07:46:45 CEST
This is a libtool error. Running autogen.sh instead of configure should fix it.

Can it be someone committed some broken libtool stuff to CVS? We seem to be
getting more of these reports again, lately.
Comment 3 Brian J. Tarricone (not reading bugmail) 2004-07-19 21:02:30 CEST
i have a suspicion that it's not the different versions we all seem to be
using, but that some trees have a _mix_ of versions. i'm guilty of this too,
but whenever anyone changes anything that messes with even _one_ of the
autogenerated files, they _all_ should be committed back to cvs.
Comment 4 Jasper Huijsmans editbugs 2004-08-19 19:56:19 CEST
I believe this is fixed, since we didn't hear any more complaints for a while.
Please reopen if there still is a problem.

Bug #241

Reported by:
edward.herr
Reported on: 2004-06-25
Last modified on: 2009-07-15
Duplicates (1):

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information