After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691914 - add static to LIBGD_INIT
add static to LIBGD_INIT
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-17 03:17 UTC by Matthias Clasen
Modified: 2013-01-17 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2013-01-17 03:17:25 UTC
The f19 package of 3.7.4 that I built ended up with

a) /usr/lib64/gnome-control-center/libgd.so
b) gnome-control-center linked against libgd.so
c) the linker not finding libgd.so because its in a subdir

adding static to LIBGD_INIT fixes things and make gnome-control-center run
Comment 1 Bastien Nocera 2013-01-17 13:14:35 UTC
Done, thanks.
Comment 2 Jeremy Bicha 2013-01-17 15:21:03 UTC
gnome-control-center isn't running for me after this change

$ jhbuild run gnome-control-center
gnome-control-center: error while loading shared libraries: libgd.so: cannot open shared object file: No such file or directory
Comment 3 Bastien Nocera 2013-01-17 15:24:54 UTC
You'll need to do a clean rebuild. The binary probably isn't getting rebuilt...
Comment 4 Jeremy Bicha 2013-01-17 15:34:40 UTC
(In reply to comment #3)
> You'll need to do a clean rebuild. The binary probably isn't getting rebuilt...

Thanks. It works fine now.