The module was looking forliblibgd.soon my local system. NativeCall is appending the string lib to whatever library name passed to the native trait. The solution is to use gd instead of libgd.
I haven't tested this on OS X yet, but it does work on debian (stable, testing / sid), fedora, and Amazon Linux. Please test this out on OS X and let me know if we need any modifications to the PR.
The module was looking for
liblibgd.so
on my local system. NativeCall is appending the stringlib
to whatever library name passed to thenative
trait. The solution is to usegd
instead oflibgd
.I haven't tested this on OS X yet, but it does work on debian (stable, testing / sid), fedora, and Amazon Linux. Please test this out on OS X and let me know if we need any modifications to the PR.
Thanks, Sam