[Linux-HA] gettext problem with 2.0.2 on FreeBSD 5.4
emfau at t-online.de
emfau at t-online.de
Fri Oct 28 15:23:31 MDT 2005
>> I'm still not able to build 2.0.2 on FreeBSD with all components
>> required althoug I received quite a few valuable hints from this list.
>>
>> I'm still fighting to get the installed gettext pakage detected
>> properly. The problem is that on FreeBSD libintl has an additional
>> dependency to libiconv
>>
>> $ ldd /usr/local/lib/libintl.so
>> /usr/local/lib/libintl.so:
>> libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2815d000)
>>
>> which results in failing the configure test for gettext.
>> Is there anything I can do about it without fiddeling around with
>> configure.in, autoconf/-make and alike as I'm not really familiar with
>> these tools?
>
>
>
> What failed to build because of this?
>
> I'm not sure we use gettext any more... (or at least, I don't think we
> should use it any more).
Hmmm... This is very strange.
Because I couldn't immediately find the logfile with the problem situation I
recreated my VM and started from scratch - while rebuilding all packages I
suddenly located the log and it contains the following messages
..
checking for gettext in -lc... no
checking for gettext in -lintl... no
configure: ERROR: no library providing gettext found ====================
..
configure: error: The following required components noted earlier are missing:
gettext function
Please supply them and try again.
exit
Script done on Thu Oct 27 22:02:01 2005
After reading these lines I went back to the configure step on the fresh
install and strangely this time no problems were reported by configure which
allowed me to build and install everything without errors, great.
It seems that there was a problem with the build enviroment which has been
resolved by reinstalling gmake, glib20, gettext, libnet, libtool and some other
packages - so, nothing to do with heartbeat.
Thanks,
Michael
More information about the Linux-HA
mailing list