On Fri, 30 Jun 2006 15:36:58 -0400, "Blaine Nelson" <jillandblaine@hotmail.com> wrote:
Error opening shared object "/home/blaino/systems/cl-gd-0.5.1/cl-gd-glue.so": /home/blaino/systems/cl-gd-0.5.1/cl-gd-glue.so: undefined symbol: gdImageCreateFromJpeg. [Condition of type SIMPLE-ERROR]
gdImageCreateFromJpeg is defined in libgd.so so it seems that libgd.so is not found. Does it help if you do something like export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH before you start your Lisp compiler (assuming that on your system libgd.so is in /usr/local/lib)? Did you build libgd.so yourself? If not, where did you get it from and how did you install it? Otherwise, it might also be helpful if you could give us information about which Lisp you are using, which Linux distro, and so on. Cheers, Edi.