tfitch
10-15-2004, 06:59 PM
The make man && make setup check runs almost to the end and then I see an openssl error. Here below are the last lines
./load qmail-getpw case.a substdio.a error.a str.a fs.a \
auto_break.o auto_usera.o
./compile qmail-remote.c
qmail-remote.c:36:25: openssl/ssl.h: No such file or directory
qmail-remote.c:37: error: parse 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 function)
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 function)
qmail-remote.c: In function `ssl_timeoutwrite':
qmail-remote.c:159: error: `SSL_ERROR_WANT_WRITE' undeclared (first use in this function)
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: parse error before '*' token
qmail-remote.c:183: error: parse 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
Here below I try openssl to see if its installed
[root@tomdrake qmail-1.03]# openssl
OpenSSL> quit
as you can see its there and apparently working
[root@tomdrake qmail-1.03]#
I'm stuck right here. The cert commands won't work etc. etc. Any help would be greatly appreciated.
./load qmail-getpw case.a substdio.a error.a str.a fs.a \
auto_break.o auto_usera.o
./compile qmail-remote.c
qmail-remote.c:36:25: openssl/ssl.h: No such file or directory
qmail-remote.c:37: error: parse 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 function)
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 function)
qmail-remote.c: In function `ssl_timeoutwrite':
qmail-remote.c:159: error: `SSL_ERROR_WANT_WRITE' undeclared (first use in this function)
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: parse error before '*' token
qmail-remote.c:183: error: parse 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
Here below I try openssl to see if its installed
[root@tomdrake qmail-1.03]# openssl
OpenSSL> quit
as you can see its there and apparently working
[root@tomdrake qmail-1.03]#
I'm stuck right here. The cert commands won't work etc. etc. Any help would be greatly appreciated.