David Touzeau:
>
> Dear
>
> I'm trying to compile Postfix 2.6 on Ubuntu 2.10 or CentOS 5.2 with the
> following arguments:
>
> make tidy
> /usr/bin/make makefiles CCARGS=" -DMAX_DYNAMIC_MAPS -DHAS_PCRE
> -DMYORIGIN_FROM_FILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -DHAS_LDAP -DHAS_SSL -I/usr/include/openssl -DUSE_SASL_AUTH
> -I/usr/include/sasl -DUSE_CYRUS_SASL -DUSE_TLS" DEBUG= AUXLIBS="-lssl
> -lcrypto -lsasl2" OPT="-O2"
>
What is the output from:
$ pcre-config --cflags
$ pcre-config --libs
Per instructions, if you specify -DHAS_PCRE, you must also
specify the PCRE library.
Wietse