Ethereal-dev: Re: [Ethereal-dev] Ethereal plugins not loading on Linux ppc

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 05 Oct 2004 01:29:47 -0700
Sandeep Malhotra wrote:

I am trying to add a plugin to ethereal (version 0.10.2). I have been successfully able to make the plugin work for Linux on the i686 architecture. However, when I cross-compile the code for the ppc architecture and run on a ppc platform, none of the plugins seem to load. Can any one shed some light as to why this might be hapenning.

Because either

1) "dlopen()", "dlsym()", etc. don't work on the LinuxPPC distribution you're using

or

2) the GLib on the LinuxPPC distribution you're using wasn't built with gmodule support?

If you built Ethereal from source, what was the output of the configure script?

If you didn't build Ethereal from source, try building it from source; if it doesn't support plugins, show us the output of the configure script.