[Typo3-dev] Tip of the day: Test/use GraphicsMagick

Jochen Weiland nospam at jweiland.net
Fri May 20 12:09:07 CEST 2005


Sven Wilhelm wrote:
>>gm.bin: error while loading shared libraries: lippng12.so.0: cannot open
>>shared object file: No such file or directory
> 
> please test it with the following call.
> 
> ldd $(which gm.bin)
> 
> cheers sven

Hello Sven,

this is the output from ldd:

  ldd $(which gm.bin)
./gm.bin: /lib/libc.so.6: version `GLIBC_2.3' not found (required by 
./gm.bin)
./gm.bin: /lib/libc.so.6: version `GLIBC_2.3.2' not found (required by 
./gm.bin)
         libc.so.6 => /lib/libc.so.6 (0x40019000)
         libpng12.so.0 => not found
         libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x40137000)
         libz.so.1 => /usr/lib/libz.so.1 (0x40147000)
         libm.so.6 => /lib/libm.so.6 (0x40158000)
         libpthread.so.0 => /lib/libpthread.so.0 (0x40179000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Regards
Jochen




More information about the TYPO3-dev mailing list