Ethereal-dev: [Ethereal-dev] FW: hp-ux 11.11 eth 10.x and Gdk-CRITICAL libpixbufloader-xpm.sl:

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

From: "Eden, Edward - St. Louis, MO" <edward.eden@xxxxxxxxxxxx>
Date: Wed, 10 Aug 2005 14:38:51 -0500
Found it.  There is a known problem where you should not use –lc when you link.  Linking in libc is handled for you by the linker.  If –lc is used it overrides the order of libraries that is needed for the dlopen() call that glib makes.  I linked by hand and left off the –lc and it works.  But guess what, just like the other ppl, I’m now getting recv_ack: promisc_phys:
  UNIX error - Device busy when trying to capture on the interface.

 

 


From: Eden, Edward - St. Louis, MO
Sent: Monday, August 08, 2005 9:12 AM
To: Ethereal-Dev (ethereal-dev@xxxxxxxxxxxx)
Subject: hp-ux 11.11 eth 10.x and Gdk-CRITICAL libpixbufloader-xpm.sl: unknown dl-error

 

Anyone else have ethereal working on hp-ux 11.11?  Trying to run it I get:

 

[root@o]# /usr/local/bin/ethereal

 

(ethereal:1593): GLib-WARNING **: getpwuid_r(): failed due to: Invalid argument.

 

(ethereal:1593): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to load image-loading module: /usr/local/lib/gtk-2.0/2.2.0/loaders/libpixbufloader-xpm.sl: unknown dl-error

 

(ethereal:1593): Gdk-CRITICAL **: gdk_pixbuf_render_pixmap_and_mask_for_colormap: assertion `GDK_IS_PIXBUF (pixbuf)' failed

Segmentation fault (core dumped)