Ethereal-users: RE: [Ethereal-users] RE: Problem in compiling ethereal9.7 on HP-U X

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

From: "Mudium, Ravi Kumar (Ravi)" <mudium@xxxxxxxxxx>
Date: Fri, 8 Nov 2002 10:47:52 +0530
Hi Guy Harris 
Thank you . This unresolved symbol is solved by replacing htonl by g_htonl.
I am curious to know how could you trace the problem to this point. 
But I have another problem as printed below.

usr/bin/ld: Unsatisfied symbols:
   proto_register_bacapp (code)
   proto_register_q2931 (code)
   proto_reg_handoff_bacapp (code)
collect2: ld returned 1 exit status
make[2]: *** [ethereal] Error 1
make[2]: Leaving directory `/vobs/test/bcfsgn/tools/sw/ethereal-0.9.7'


Could you please help me in overcoming this problem.

Regards
Ravi Kumar 
-----Original Message-----
From: Guy Harris [mailto:guy@xxxxxxxxxx]
Sent: Thursday, November 07, 2002 4:49 AM
To: Mudium, Ravi Kumar (Ravi)
Cc: ethereal-users@xxxxxxxxxxxx
Subject: Re: [Ethereal-users] RE: Problem in compiling ethereal9.7 on
HP-UX


On Wed, Nov 06, 2002 at 12:52:05PM +0530, Mudium, Ravi Kumar (Ravi) wrote:
> /usr/bin/ld: Unsatisfied symbols:
>    htonl (code)

Unfortunately, that's not the GNU loader, so it doesn't say where
"htonl()" was used, but try applying the attached patch to
"packet-netflow.c" (the change is in the current CVS tree, so it'll be
in the next release).