Re: Problem Compiling IMAP Server

2001-07-23 Thread Kevin J. Menard, Jr.
Hey Michael, Sunday, July 22, 2001, 4:58:04 PM, you wrote: Drop the export statements. Add your ssl library paths to /etc/ld.so.conf. Run ldconfig. And then use the --with-openssl configure option. MW> Any help in comiling this is greatly appreciated. Thanks again for any MW> help. MW> M

Re: Problem Compiling IMAP Server

2001-07-23 Thread Carsten Grohmann
Hi Michael, i had a smilar problem under SuSE 7.1. It was nessesary to change the ssl path manual in the Makefile on my server. Please look where is the missing lib and change -L/usr/local/ssl/lib in the right path. Carsten Michael Weber schrieb: > > I have been trying to compile the IMAP Serv