Run otool -L on it and see if the files listed exist (e.g. as below). If not, install the corresponding ports. You'll likely need to recompile the binary if it was linked against a previous MacPorts installation.

otool -L /bin/bash | sed -E -e "s/^[^ ]+$//g" -e 's/^([^ ]*).*$/\1/g' | xargs ls -l

Russell

On 09/10/15 15:50, mcaba...@brera.inaf.it wrote:
Hi,

I get the following messages when running a binary on MAC OS Mavericks
(10.9.5):

dyld: Library not loaded: @rpath/libcfitsio.2.dylib
   Reason: image not found
Trace/BPT trap: 5

Any help would be highly appreciated.

Thanks!

M.

_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to