Hi,

----- On 9 Oct, 2015, at 17:38, Brandon Allbery allber...@gmail.com wrote:

> That kind of path is normally used with application bundles (that is, stuff
> under /Applications). What exactly are you trying to run? And do you have any
> DYLD variables set in the environment?
> 
> $ env | grep DYLD

Note that due to System Integrity Protection, "env" no longer lists any DYLD_
variables on El Capitan. Try
  $ (set -o posix; set) | grep DYLD
instead.

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

Reply via email to