Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 1998 16:52:30 -0400
From:      Lee Cremeans <lee@st-lcremean.tidalwave.net>
To:        shmit@kublai.com, current@FreeBSD.ORG
Subject:   Re: Problems with ELF and UMich LDAP
Message-ID:  <19980903165230.A451@st-lcremean.tidalwave.net>
In-Reply-To: <19980903154530.B1597@kublai.com>; from Brian Cully on Thu, Sep 03, 1998 at 03:45:30PM -0400
References:  <19980903154530.B1597@kublai.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 03, 1998 at 03:45:30PM -0400, Brian Cully wrote:
> I was trying to compile the UMich LDAP package after converting to
> ELF and I got this message:
> 
> gcc   -o ltest test.o -L. -L../liblber -lldap -llber   
> ./libldap.a(os-ip.o): In function `connect_to_host':
> os-ip.o(.text+0x5a): undefined reference to `inet_addr'
> os-ip.o(.text+0x185): undefined reference to `inet_ntoa'
> os-ip.o(.text+0x1d5): undefined reference to `inet_ntoa'
> *** Error code 1

You need to have os-ip.h include <arpa/inet.h>; weak symbols in ELF are
broken at the moment.

-- 
Lee Cremeans -- Manassas, VA, USA  (WakkyMouse on DALnet and WTnet)  
A! JW223 YWD+++^ri P&B++ SL+++^i GDF B&M KK--i MD+++i P++ I++++ Did 
$++ E5/10/70/3c/73ac/95/96 H2 PonPippi Ay77 M | mailto:lcremean@tidalwave.net
http://st-lcremean.tidalwave.net | Powered by FreeBSD 3.0-CURRENT


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980903165230.A451>