I've looked all over for an answer and it appears I need to set my $DYLD_LIBRARY_PATH to something that knows where my missing library is but I can't tell what that might be.
My machine is Mac OS X and I have PHP5 running under MAMP. I have a shell command for an executable I've created that runs fine in terminal but doesn't work at all from my PHP app. I get the following error:
$ Error occurred during initialization of VM Unable to load native library: libjava.jnilib
I think I just need to find that library and add the dir to the variable listed above but I can't seem to find it. Thanks for the help in advance!