build problem
Nitin Thakur
nitinthakur at hotmail.com
Wed Aug 29 15:25:32 EDT 2012
Hi All
I managed to compile it with following flags: -
LIBS="-lintl -lrt" ./configure --prefix=/opt/local/samba --enable-dns-for-realm
thanks
nitin
From: nitinthakur at hotmail.com
To: krbdev at mit.edu
Subject: RE: build problem
Date: Wed, 29 Aug 2012 14:30:58 -0400
Hi Greg
Thanks for that. Well did the trick but now I am getting stuck at
Undefined first referenced
symbol in file
clock_gettime ../lib/libverto-k5ev.so
BTW that how I did the configure
LIBS=-lintl ./configure --prefix=/opt/local/samba --enable-dns-for-realm
Thanks
Nitin
> Date: Wed, 29 Aug 2012 14:20:31 -0400
> From: ghudson at MIT.EDU
> To: nitinthakur at hotmail.com
> CC: krbdev at mit.edu
> Subject: Re: build problem
>
> On 08/29/2012 01:59 PM, Nitin Thakur wrote:
> > Undefined first referenced
> > symbol in file
> > libintl_bindtextdomain ../../../lib/libkrb5.so
> > libintl_dgettext ../../../lib/libgssapi_krb5.so
>
> This error suggests that your build configuration is finding a libintl.h
> from GNU gettext. You either need to get that header out of your
> include path somehow, or configure with LIBS=-lintl to (hopefully) pick
> up the GNU gettext libintl.
>
More information about the krbdev
mailing list