Hi, I had experienced the similar problem. I have got the same error when Iwas trying to build cyrus-imapd on my openSUSE 10.2 (X86-64) based system. Check the messages when you start building cyrus-imapd for these (orsimilar) lines: checking for RSAPublicEncrypt in -lrsaref... yeschecking for BIO_accept in -lcrypto... nochecking for SSL_CTX_new in -lssl... nochecking for openssl... no In my case even I have openssl(-devel) installed, the rsaref ispreferred to link with cyrus-imapd. Since I don't need rsaref I justremoved it and was able to build the cyrus-imapd with the next attempt. Good luck! Cheers,Milen BipinDas wrote:> Dear List,> > Is there any specific source of CyrusIMAP for AMD 64 Opteron series ?. I > am getting strange error while compiling CyrusIMAP2.3.1 on the above > said server. The error is as follows.> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> LD_RUN_PATH="/usr/lib64:/lib64" gcc -shared -O2 -g -pipe -Wall > -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector > --param=ssp-buffer-size=4 -m64 -mtune=generic IMAP.o -o > blib/arch/auto/Cyrus/IMAP/IMAP.so ../../lib/libcyrus.a > ../../lib/libcyrus_min.a \> -ldb -lsasl2 -lssl -lcrypto \> /usr/bin/ld: cannot find -lssl> collect2: ld devolvió el estado de salida 1> make[2]: *** [blib/arch/auto/Cyrus/IMAP/IMAP.so] Error 1> make[2]: se sale del directorio `/opt/src/cyrus-imapd-2.3.1/perl/imap'> make[1]: *** [all] Error 1> make[1]: se sale del directorio `/opt/src/cyrus-imapd-2.3.1/perl'> make: *** [all] Error 1> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> If somebody went across the same problem please help me.> ----Cyrus Home Page: http://cyrusimap.web.cmu.edu/Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twikiList Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html