I recently upgraded our mediawiki server, now when uploading & resizing images, users receive the following error: Error creating thumbnail: /usr/bin/convert: error while loading shared libraries: libSM.so.6: failed to map segment from shared object: Cannot allocate memory
The following line can recreate the error: [[image:image.jpg|125px]]
While this line works fine: [[image:image.jpg|left]]
(See http://bluwiki.org/go/User:Sam_Odio/test for an example)
Convert seems to work fine from the terminal: # convert image.png - resize 100 image-tiny.png returns the resized image...
Google hasn't turned up anything... any ideas?
thanks in advance...
-s