Bill Shupp wrote:
Yalcin Cekic wrote:
Hi All,
I want to install a qmail mail box using shupp toaster.
During the compile qmail I have received the error given below
***************
./compile tls.c
tls.c:12: error: conflicting types for 'strerror'
/usr/include/string.h:256: error: previous declaration of 'strerror'
was here
make: *** [tls.o] Error 1
***************
I dont know what the problem, I searched shupp archive for this error
but
I could not find any answer to solve my problem.
I am using debian sarge with testing apt source
Any help is welcome,
It is in the archives:
http://www.mail-archive.com/[email protected]/msg03083.html
Archive says
**************
After I commented out the strerror declaration from tls.c and I
downgraded my openssl from 0.9.8 to 0.9.7g, the compilation completed
successfully.
**************
I downgrade from openssl_0.9.8a-3 to 0.9.7e-3.
But I dont know howto comment out line 25
line 25: return errno == error_timeout ? "timed out" : strerror(errno);
Thanks for your helps,
Y.C