Bob Friesenhahn wrote: > > I thought it did, but this isn't a linking problem (as > > in /usr/bin/ld). The problem is loading a program at start up time > > (when loading dynamic linked libraries). > > > > It's only when a package builds its own libs which it dynamic links > > to runtime, which isn't that rare. > > Without actually downloading and inspecting your package,
You don't have to, because it also happens with your own software, GraphicsMagick, if you configure it with --enable-shared. To see the error you'll probably need a fresh install of a GNU/Linux distro, that hasn't got any GraphicsMagick libraries installed anywhere, or do 'locate libGraphicsMagick.so | xargs rm' first. Laurence