qmailrock.org for debian installation guide question
Hello!
I'm trying to build mail server following the qmailrocks installation guide.
1st 3 scripts:
1) /downloads/qmailrocks/scripts/install/qmr_install_linux-s1.script
2) /downloads/qmailrocks/scripts/util/qmail_big_patches.script
3) make man (in /usr/src/qmail/qmail-1.03/ )
run without any error.
When I run #make setup check (in /usr/src/qmail/qmail-1.03/) gave me
the following errors:
./compile qmail-remote.c
qmail-remote.c:36:25: openssl/ssl.h: No such file or directory
qmail-remote.c:37: error: syntax error before '*' token
qmail-remote.c:37: warning: data definition has no type or storage class
qmail-remote.c: In function `ssl_timeoutread':
qmail-remote.c:134: error: `SSL_ERROR_WANT_READ' undeclared (first use in this f
unction)
qmail-remote.c:134: error: (Each undeclared identifier is reported only once
qmail-remote.c:134: error: for each function it appears in.)
qmail-remote.c:135: error: `SSL_ERROR_NONE' undeclared (first use in this functi
on)
qmail-remote.c: In function `ssl_timeoutwrite':
qmail-remote.c:159: error: `SSL_ERROR_WANT_WRITE' undeclared (first
use in thisfunction)
qmail-remote.c:160: error: `SSL_ERROR_NONE' undeclared (first use in
this function)
qmail-remote.c: At top level:
qmail-remote.c:177: error: syntax error before '*' token
qmail-remote.c:183: error: syntax error before "X509_STORE_CTX"
qmail-remote.c: In function `smtp':
qmail-remote.c:346: error: `SSL_CTX' undeclared (first use in this function)
qmail-remote.c:346: error: `ctx' undeclared (first use in this function)
qmail-remote.c:404: error: `SSL_FILETYPE_PEM' undeclared (first use in
this function)
qmail-remote.c:418: error: `SSL_VERIFY_PEER' undeclared (first use in
this function)
qmail-remote.c:421: warning: assignment makes pointer from integer
without a cast
qmail-remote.c:454: error: `X509_V_OK' undeclared (first use in this function)
qmail-remote.c:462: error: `NID_commonName' undeclared (first use in
this function)
qmail-remote.c: In function `main':
qmail-remote.c:590: warning: return type of `main' is not `int'
make: *** [qmail-remote.o] Error 1
------------
Help me! :(
askar
Reply to: