ralniv <wineforum-user at winehq.org> wrote:>Sent: Jul 14, 2010 12:48 AM >To: wine-users at winehq.org >Subject: [Wine] Re: Trouble with libgsm on Mac OS X 10.6.2 > >The above instructions lead to the following error in the Terminal window while running LOTRO... > > err:gsm:GSM_drvLoad 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
James Mckenzie wrote:> ralniv <wineforum-user at winehq.org> wrote: > 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 McKenzieThanks for your feedback James. The library lives in /usr/lib and has the same filename as the error message. I get the same error executing LOTRO using either of the commands below: Code: wine pylotro.exe DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib" wine pylotro.exe I'm stumped for now...
ralniv <wineforum-user at winehq.org> wrote:>James Mckenzie wrote: >> ralniv <wineforum-user at winehq.org> wrote: >> 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.) >> > > >Thanks for your feedback James. The library lives in /usr/lib and has the same >filename as the error message. I get the same error executing LOTRO using either of >the commands below: >How did you install libgsm? This appears as a corrupt dynamic library. James McKenzie
James Mckenzie wrote:> How did you install libgsm? This appears as a corrupt dynamic library. > > James McKenzieUsing the instructions located in an earlier post by rwoodsmall. The method is also copied in my original post a few slots up from here.