views:

289

answers:

1

I'm in the middle a long quest, by now, trying to install mcrypt library to Mac OS X PHP (Previous questions here, here and here).

I narrowed it down to a possible solution the includes setting a parameter in the DYLD environment (or something; I'm guessing here). Anyone has any idea where this environment is declared?

Any help would be great. Thanks.

A: 

man dyld

DYLD_LIBRARY_PATH
DYLD_FALLBACK_LIBRARY_PATH
phsiao
Weird. Tried it, and resulted with: "No manual entry for DYLD".
konzepz
Can you direct to me as to HOW to set these variables?
konzepz
http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/dyld.1.html#//apple_ref/doc/man/1/dyldExample:export DYLD_LIBRARY_PATH=/usr/local/lib:/opt/lib/
phsiao