GNOME Bugzilla – Bug 691914
add static to LIBGD_INIT
Last modified: 2013-01-17 15:34:40 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
Done, thanks.
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
You'll need to do a clean rebuild. The binary probably isn't getting rebuilt...
(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.