I'm trying to install yajl-py () on my Mac. However, it gives the following error:
Yajl shared object cannot be found. Please install Yajl and confirm it is on your shared lib path.
I installed yajl via ports
, so I know it's there, the question is how to get the shared lib in /opt/local/lib into the lib path.
Doing a bit of reading, seems like a bad idea to use LD_LIBRARY_PATH
, but I don't see any alternatives. Is there an alternative way to do this?