Description of problem: In F21, gocr fails with gocr: error while loading shared libraries: libnetpbm.so.10: cannot open shared object file: No such file or directory this library is indeed not included in netpbm. netpbm-10 contains version 11 library (see output below) Version-Release number of selected component (if applicable): rpm -q gocr gocr-0.50-3.fc21.x86_64 rpm -q netpbm netpbm-10.66.02-3.fc21.x86_64 rpm -ql netpbm-10.66.02-3.fc21.x86_64 /usr/lib64/libnetpbm.so.11 /usr/lib64/libnetpbm.so.11.66 /usr/share/doc/netpbm /usr/share/doc/netpbm/COPYRIGHT.PATENT /usr/share/doc/netpbm/GPL_LICENSE.txt /usr/share/doc/netpbm/HISTORY /usr/share/doc/netpbm/README /usr/share/doc/netpbm/copyright_summary
Hello. This is odd... I have the same packages on my system: gocr-0.50-3.fc21.x86_64 netpbm-10.66.02-3.fc21.x86_64 And when I run ldd /usr/bin/gocr I get linux-vdso.so.1 => (0x00007ffffb1fe000) libm.so.6 => /lib64/libm.so.6 (0x0000003097200000) libnetpbm.so.11 => /lib64/libnetpbm.so.11 (0x00007f3395f07000) libc.so.6 => /lib64/libc.so.6 (0x0000003096600000) /lib64/ld-linux-x86-64.so.2 (0x0000003095e00000) ...and I can start gocr just fine. Does the error appear every time you start gocr or just with some specific operations? What does the ldd /usr/bin/gocr look like on your system?
Oh, sorry. A spurious version in /usr/local/bin took preference. Apologies...