Trace/BPT trap: 5 on Mac OS 10.9.2 Mavericks

Russell Jones russell.jones at physics.ox.ac.uk
Fri Oct 9 08:39:02 PDT 2015


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, mcaballe at 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 at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-users



More information about the macports-users mailing list