build problem

Douglas E. Engert deengert at anl.gov
Wed Aug 29 15:25:33 EDT 2012



On 8/29/2012 1:30 PM, Nitin Thakur wrote:
>
> 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

Try LIBS="-lintl -lrt" ./configure ...

>
> 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.
>>
>   		 	   		
> _______________________________________________
> krbdev mailing list             krbdev at mit.edu
> https://mailman.mit.edu/mailman/listinfo/krbdev
>
>

-- 

  Douglas E. Engert  <DEEngert at anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444




More information about the krbdev mailing list