Error when executing ggw command

mortega

Registered
Hi, I get an error when executing ggw command on Terminal. This command should start up Go Global client for Mac which is an X11 application. Instead I get the following error:

manuel-ortegas-powerbook-g4-15:~ maortega$ ggw
dyld: Library not loaded: /usr/X11R6/lib/libX11.6.dylib
Referenced from: /usr/bin/ggw
Reason: image not found
Trace/BPT trap

Any ideas? Please help.

Best regards.
 
Have you checked to see if the libX11.6.dylib file exists at the location specified in the error message?

If the file doesn't exist, that explains the error. I don't know how you would fix it though (I'm still in the learning phase on all this Mac stuff... :)).

Maybe re-installing X11 from your OS X installation CD would fix it...

Peace...
 
mortega said:
Hi, I get an error when executing ggw command on Terminal. This command should start up Go Global client for Mac which is an X11 application. Instead I get the following error:

manuel-ortegas-powerbook-g4-15:~ maortega$ ggw
dyld: Library not loaded: /usr/X11R6/lib/libX11.6.dylib
Referenced from: /usr/bin/ggw
Reason: image not found
Trace/BPT trap

Any ideas? Please help.

Have you tried to execute it on xterm (starts when you execute X11.app),
instead of Terminal?

And yes, /usr/X11R6/lib/libX11.6.dylib seems to exist, so I guess it is the right
place.

BTW. I used locate to search the file:

% locate libX11R11.6.dylib
 
artov said:
And yes, /usr/X11R6/lib/libX11.6.dylib seems to exist, so I guess it is the right
place.
I was wondering if it actually existed on his system, not in general. :)

Given the "image not found" message, I'm thinking that library couldn't be found and is causing the problem.

Peace...
 
Back
Top