Ethereal

[Ethereal-dev] Solaris9: Ethereal 0.10.3 : ADNS not detected by configure.
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: April 2004


Dear Ladies and Sirs,

introduced with Ethereal 0.10.1, ADNS is not 
detected by configure.



root cause: configure of ethereal does not include the "-lresolv on Solaris
platform



I found this issue still unresolved within Ethereal 0.10.3.



When You follow up with a sample config.log, You will see that 
the ADNS detection sequence had unresolved symbols "inet_aton"
due to the missing "-lresolv" lib.


Workaround to let the build proceed:

# for GNU tools
export LDFLAGS="-lresolv"

# for Solaris 9 ld
export LD_OPTIONS="-lresolv"

Afer issuing these 2 export commands on shell level, configure detected
ADNS.


If You have further questions, do not hesitate to contact me.
With kindly regards 
F.

-- 
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz


Powered by MHonArc 2.6.10