Florian Piekert: > According to apt-get the libicu-dev is installed on the 10.04., but the > compile says > > gcc -I. -I../../include -DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL > -I/usr/include/sasl -DNO_EAI -DHAS_DEV_URANDOM -DSNAPSHOT -UUSE_DYNAMIC_LIBS > -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wmissing-prototypes -Wformat > -Wno-comment -g -O -I. -DLINUX2 -c attr_scan64.c > > indicating it can't find/use those?
For the past 10 years or so, the ICU library comes with an "icu-config" utility that spits out compiler and linker parameters. Postfix requires this command to determine how to use the ICU library. > Maybe these are simply too old for pf to use? Dating 25.01.2012... > ... > /usr/lib/libicui18n.so.42.1 ICU 42 is from 2009. See http://icu-project.org/download/4.2.html I have not tried ICU versions before 46, and that was from 2011. Wietse