Philippe Martin wrote: > > Hi, > > I'm new to Mac OS X and to UNIX, so please excuse my ignorance. When I launch >Ethereal, I get the following errors: > > Gdk-WARNING **: locale not supported by C library > Gdk-WARNING **: locale not supported by Xlib, locale set to C > Gdk-WARNING **: can not set locale modifiers
So far, these warnings are usually harmless. There is some good solution now which I forgot, but the old hack probably still works: Put "unsetenv LANG" into one of your shell startup scripts. > Gtk-WARNING **: cannot open display: This one is more serious. It meens the program wants to open an X11 window, and you did not set the DISPLAY environment variable. Or maybe you even did not start X? DISPLAY should usually be set to ":0". -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
