After several maddening hours of trying to get Redmine working on Snow Leopard, I finally realized that it was trying to access the system-wide Ruby/Rails install in /System/Library/Frameworks rather than the one I had installed via MacPorts.

I know you can add to the $PATH for _www by editing /System/Library/LaunchDaemons/org.apache.httpd.plist, but does this stop it from looking in Frameworks and/or is there a better way to do this?

link|improve this question
feedback

1 Answer

Try setting some of the DYLD_* variables listed in man dyld.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.