Packaging/Binaries: Difference between revisions

imported>Makefu
No edit summary
imported>Makefu
m syntax highlighting
Line 68: Line 68:
libgcc_s.so.1
libgcc_s.so.1
libc.so.6
libc.so.6
# after we've patched the interpreter we can use ldd to find the libraries which are currently not found (check <code>=> not found</code>):
# now that the interpreter path is patched we can use ldd to find the libraries which are currently not found (check <code>=> not found</code>):
$ ldd masterpdfeditor4 | grep 'not found'
$ ldd masterpdfeditor4 | grep 'not found'
libsane.so.1 => not found
libsane.so.1 => not found