Once upon a time, Rick Stevens <ri...@alldigital.com> said: > > ldd /usr/bin/acroread > > not a dynamic executable > > I believe that means it's a statically linked executable and doesn't use > shared libraries (.so files).
It can also mean it isn't an ELF binary; IIRC at one point /usr/bin/acroread was just a shell script wrapper. You can run "file /usr/bin/acroread" to see that. -- Chris Adams <li...@cmadams.net> _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org