This problem has been resolved in POCO 1.4.4, rev1965 http://sourceforge.net/p/poco/bugs/520/
For earlier versions of poco (1.3.6 - 1.4.3) this patch is needed: http://sourceforge.net/p/poco/bugs/_discuss/thread/3cb9c56c/de85/attachment/libpcre-8.13.patch --- Foundation/Makefile 2012-01-23 15:12:27.000000000 +0100 +++ Foundation/Makefile.new 2012-04-11 14:58:14.000000000 +0200 @@ -43,7 +43,6 @@ pcre_utf8_objects = pcre_ucd pcre_tables ifdef POCO_UNBUNDLED - objects += $(pcre_utf8_objects) SYSLIBS += -lpcre -lz else objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org