Dan White wrote: > On 10/08/10 21:17 +0200, Michael Ströder wrote: >> I often build cyrus-sasl 2.1.23 or 2.1.24rc1 on various platforms. But >> now I'm running into an issue on such a CentOS system virtualized on >> 64-bit platform with OpenVZ: > >> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb >> -I../include -I/myprefix/include -Wall -W -g -O0 -MT digestmd5.lo -MD >> -MP -MF >> .deps/digestmd5.Tpo -c digestmd5.c -fPIC -DPIC -o digestmd5.lo >> digestmd5.c:834: error: expected specifier-qualifier-list before >> ‘des_key_schedule’ >> digestmd5.c: In function ‘dec_3des’: >> digestmd5.c:871: warning: implicit declaration of function >> ‘des_ede2_cbc_encrypt’ > > Looks like it's complaining about not finding the openssl headers. Uumpf! I'm always building on systems where the OpenSSL headers were already present... Ciao, Michael.