Ethereal-users: Re: [Ethereal-users] FW: [Fwd: Ethereal Network Sniffer]

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 5 Dec 2000 13:38:50 -0800 (PST)
> I do QA on AIX (It is not trivial for me to get access to compilers). I
> tried http://www.rge.com/pub/systems/aix/bull/aix432/ethereal-0.8.2.0.exe
> version of etherial with following result:
> > ethereal -h
> exec(): 0509-036 Cannot load program ethereal because of the following
> errors:
>         0509-130 Symbol resolution failed for ethereal because:
>         0509-136   Symbol strcmp (number 162) is not exported from
>                    dependent module /usr/local/lib/libgmodule.a(shr.o).

Given that "strcmp()" is not a routine in GLib, either

	1) "exported" doesn't mean what I think it does

or

	2) this looks like a bug in the GLib you have installed.

The code in "-lgmodule" *calls* "strcmp()", but there is no "strcmp()"
routine in "-lgmodule", as it expects the C library to have "strcmp()".

Perhaps you should ask the supplier of the GLib library package:

>   freeware.glib.rte          1.2.8.0  COMMITTED  GLib graphics library

what the problem is.