On 2005.10.29 19:14, Ted.Harding@nessie.mcc.ac.uk wrote:
On 29-Oct-05 Barry Samuels wrote:
On Sat, 2005-10-29 at 14:06 +0000, Barry Samuels wrote:
I've put an Arm binary of ImageMagick 'convert' onto the Zaurus and have installed the libtiff package but if I try to use
'convert' I get a message 'Libtiff is not available'.
Chasing a possible red herring here -- but you wrote that you get the message 'Libtiff is not available'. Is that a "typo" or is it literally "Libtiff" and not "libtiff"?
My mistake Ted. What the message said actually was 'TIFF library not available'.
If 'convert' is really looking for Libtiff and not libtiff then there's a problem, Houston.
If you suspect that, then one thing you could try is
strings <pathto>/convert | less
and do a "/" search for "libtiff", and see what you get. (You may also learn what version it may be looking for, which could be useful).
I have already looked through the file using a Hex editor. I didn't learn anything useful.
What I really need is an ARM version of ldd - apparently there isn't one.