Ethereal-users: Re: [Ethereal-users] Ethereal 0.10.12 Build Error OS X 10.4.2

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

From: "Claude V. Lucas" <claudel@xxxxxxxxx>
Date: Wed, 10 Aug 2005 14:07:45 -0700
That fix allows the build to complete, but when I launch ethereal it dies
with this message:

dyld: Symbol not found: _adns_init
  Referenced from: /usr/local/lib/libethereal.0.dylib
  Expected in: flat namespace

message is repeated twice and then:
 
Trace/BPT trap

I have adns 1.1-2 installed, also via Fink.

ethereal 0.10.11 does not exhibit the same behavior.

Thanks for the quick help

Claude


On 8/9/05 2:25 PM, "Guy Harris" <gharris@xxxxxxxxx> wrote:

> Claude V. Lucas wrote:
> 
>> I'm trying to build 0.10.12 on Mac OS X 10.4.2.
> 
> Try building a recent buildbot build:
> 
>     http://www.ethereal.com/distribution/buildbot-builds/source/
> 
> instead (scroll to the bottom for the latest builds).  radius_dict.l was
> changed to use "encrypted" rather than "encrypt" for the name of that
> variable, so it doesn't collide with the encrypt() routine declared in
> <unistd.h> in Tiger.
> 
> 
>