Debian - error while loading shared libraries
- by Jirí Valoušek
i have an problem with script DocToText from Silvercoders.com on my 64bit Debian Squeeze. It works properly on another 32bit machine, but on this i have still problem with some .so module.
# file /bin/bash
/bin/bash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped
if i run doctotext.sh it`s return an error:
./doctotext: error while loading shared libraries: libgsf-1.so.114: cannot open shared object file: No such file or directory
please, can you help?