Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] More updates to Oscar dissector

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

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sun, 21 Mar 2004 09:51:36 +0100
Devin,

On Sat, Mar 20, 2004 at 10:20:49PM -0500, Devin Heitmueller wrote:
> I would do this myself, but since I can't seem to get Ethereal to compile
> under OS X or Mandrake Linux (my two development platforms), I'm kind of
> stuck not being able to do any Ethereal development.

As I'm the one who did the patches that broke your development environment
I'd like to help you to get it working again.
As I'm not familiar with Mac OS the only thing I can do is to point you to
the new RAEDME.macos for help. In case you try that and post problem reports
along the way we may fix the problems with the help of those who have it
working again and update the REAMDE.macos accordingly.
On Linux, I hope I'll be able to help you. You wrote:

> I am running the standard automake, autoconf, and libtool that ship with
> Mandrake 9.1.  Here are the versions:
> 
> autoconf (GNU Autoconf) 2.57
> Autoconf version 2.13
> automake (GNU automake) 1.4-p6
> ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)

>From this list (and the autoconf detection script) it looks like the
only tool that is too old is automake. So what you could do is to grab
a current version of automake (either 1.7.9 or 1.8.x), run configure
(don't run autoconf, your autoconf is too old) and install the stuff
into /usr/local. After that remove /usr/local/bin/automake to avoid
acidentally running the wrong automake version. After that change
autogen.sh from "AUTOMAKE=automake" to "AUTOMAKE=automake-1.7". This
should get you going again (I don't know enough about mandrake to
know whether they support alternative automake versions out of the
box, thus the method with autogen.sh).

 Ciao
                  Jï¿œrg

-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.