The default of 64bit libraries of redhat families are in /usr/lib64,
eg. /usr/lib64/libicuuc.so.
You have to patch the makedefs file for EAI compile in.
Andrew Ho
—
> On Feb 22, 2015, at 5:55 PM, Peter <[email protected]> wrote:
>
> On 02/23/2015 11:45 AM, Peter wrote:
>> On 02/23/2015 11:23 AM, Viktor Dukhovni wrote:
>>> On Mon, Feb 23, 2015 at 11:17:49AM +1300, Peter wrote:
>>>
>>>> The build errors out on me. I've simplified the make makefiles down to
>>>> this and it still errors out:
>>>>
>>>> make makefiles 'CCARGS=-I/usr/include/unicode'
>>>
>>> Don't add -I/usr/include/unicode to CCARGS.
>>
>> How do I enable EAI, then?
>
> I'll back up here a bit, then. I'm trying to get postfix to build with
> EAI support. I've installed libicu-devel as per the SMTPUTF8_README
> file and according to that it seems like postfix should just build with
> EAI automatically, and yet I'm still getting this warning:
>
> postconf: warning: smtputf8_enable is true, but EAI support is not
> compiled in
>
> So what am I missing?
>
>
> Peter