search for: dylib_path

Displaying 1 result from an estimated 1 matches for "dylib_path".

2010 Jul 14
3
Trouble with libgsm on Mac OS X 10.6.2
...Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not found > >Not sure what "image not found" means. > Dynamic library (dylib) files are stored as an image file. This basically means that this file could not be found in /usr/lib (unless you have the DYLIB_PATH environment variable set to look elsewhere as well.) James McKenzie