Quote |
I think the problem might be because 'libgthread-2.0.so.0' is still linked to DSL's glib at '/usr/lib/libglib-2.0.so.0 |
Quote |
when I remove /usr/lib/libglib-2.0.so.0 and replace it with a link to /opt/gimp-2.4 the error goes away. |
Quote |
Need care with this approach with some builds - if the Makefile sets -rpath then the extension might keep looking for the newer glib in /usr/lib and not find it. May not be a problem. |
Quote |
Suggest always setting LD_LIBRARY_PATH in the environment before the compile as well. |
Quote |
perhaps consider leaving the headers in those uci extensions so we can compile other stuff against them |