> On 10/08/10 21:17 +0200, Michael Ströder wrote: >>HI! >> >>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. I recommend using pkg-config to get the required openssl includes. Simon