Some binary (I don't know which because you cut that part off of the error 
message, either the executable itself or one of its libraries) has a load 
command that instructs dyld to load a file named libcfitsio.2.dylib relative to 
@rpath.  dyld looks at the binary's LC_RPATH load commands to determine where 
to look.  You can use 'otool -l' to see the binary's load commands to determine 
what those paths are.

The error message just indicates that dyld could not find a file named 
libcfitsio.2.dylib where it was instructed to look. 

> On Oct 9, 2015, at 07: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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

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

Reply via email to