On 02/23/2015 12:29 PM, Peter wrote: > Looking at makedefs I can see this is true, it is hard-coded to check in > /usr/lib. I can patch this myself but it would be nice to have this > modified to check /usr/lib64 as well, or maybe allow some variable to > passed in with /usr/lib64 to override /usr/lib?
It looks as if also in addition to this issue versions of ICU prior to 4.6 do not contain the necessary symbols for this feature. CentOS 5 has version 3.6 of ICU, CentOS 6 has 4.2, so it looks like I cannot build in SMTPUTF8 support for those versions of CentOS, it will only work for CentOS 7. Peter