[prev in list] [next in list] [prev in thread] [next in thread] 

List:       proftpd-users
Subject:    Re: [Proftpd-user] trouble compiling proftpd with mod_tls
From:       Ben Humpert <ben_humpert () msn ! com>
Date:       2007-09-14 1:40:14
Message-ID: BAY124-W346AEEEBB0ABE4061707BA90BC0 () phx ! gbl
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,
 
do you have openssl installed? if not, install it :)
 
 
Cheers
 
Ben


Date: Wed, 12 Sep 2007 10:31:42 -0700From: sp_xie@yahoo.comTo: \
proftpd-users@proftpd.orgSubject: [Proftpd-user] trouble compiling proftpd with \
mod_tls Hi,
 
    I have trouble compiling proftpd (both proftpd-1.3.1rc3 and proftpd-1.3.0a) with \
mod_tls.  
    Without the module, the compiling process was successful. However, I had trouble \
with the moduel:  
./configure --with-modules=mod_tls --with-includes=/usr/local/ssl/include/openssl  \
--with-libraries=/usr/local/ssl No errors occured.
 
gmake
 
mod_tls.c:40:25: openssl/ssl.h: No such file or directorymod_tls.c:41:25: \
openssl/evp.h: No such file or directorymod_tls.c:42:28: openssl/x509v3.h: No such \
file or directorymod_tls.c:43:25: openssl/err.h: No such file or \
directorymod_tls.c:44:26: openssl/rand.h: No such file or directorymod_tls.c:80: \
error: syntax error before '*' tokenmod_tls.c:80: warning: return type defaults to \
`int'mod_tls.c: In function `get_dh512':mod_tls.c:81: error: `DH' undeclared (first \
use in this function)mod_tls.c:81: error: (Each undeclared identifier is reported \
only oncemod_tls.c:81: error: for each function it appears in.)mod_tls.c:81: error: \
`dh' undeclared (first use in this function)mod_tls.c:83: warning: implicit \
declaration of function `DH_new'mod_tls.c:86: warning: implicit declaration of \
function `BN_bin2bn'mod_tls.c: At top level:mod_tls.c:117: error: syntax error before \
'*' tokenmod_tls.c:117: warning: return type defaults to `int'mod_tls.c: In function \
`get_dh768':mod_tls.c:118: error: `DH' undeclared (first use in this \
function)mod_tls.c:118: error: `dh' undeclared (first use in this function)mod_tls.c: \
At top level:mod_tls.c:158: error: syntax error before '*' tokenmod_tls.c:158: \
warning: return type defaults to `int'mod_tls.c: In function \
`get_dh1024':mod_tls.c:159: error: `DH' undeclared (first use in this \
function)mod_tls.c:159: error: `dh' undeclared (first use in this function)mod_tls.c: \
At top level:mod_tls.c:203: error: syntax error before '*' tokenmod_tls.c:203: \
warning: return type defaults to `int'mod_tls.c: In function \
`get_dh1536':mod_tls.c:204: error: `DH' undeclared (first use in this \
function)mod_tls.c:204: error: `dh' undeclared (first use in this function)mod_tls.c: \
At top level:mod_tls.c:257: error: syntax error before '*' tokenmod_tls.c:257: \
warning: return type defaults to `int'mod_tls.c: In function \
`get_dh2048':mod_tls.c:258: error: `DH' undeclared (first use in this \
function)mod_tls.c:258: error: `dh' undeclared (first use in this function)mod_tls.c: \
At top level:mod_tls.c:401: error: syntax error before '*' tokenmod_tls.c:401: \
warning: type defaults to `int' in declaration of `ctrl_ssl'mod_tls.c:401: warning: \
data definition has no type or storage classmod_tls.c:402: error: syntax error before \
'*' tokenmod_tls.c:402: warning: type defaults to `int' in declaration of \
`ssl_ctx'mod_tls.c:402: warning: data definition has no type or storage \
classmod_tls.c:403: error: syntax error before '*' tokenmod_tls.c:403: warning: type \
defaults to `int' in declaration of `tls_crl_store'mod_tls.c:403: warning: data \
definition has no type or storage classmod_tls.c:404: error: syntax error before '*' \
tokenmod_tls.c:404: warning: type defaults to `int' in declaration of \
`tls_tmp_dh'mod_tls.c:404: warning: data definition has no type or storage \
classmod_tls.c:405: error: syntax error before '*' tokenmod_tls.c:405: warning: type \
defaults to `int' in declaration of `tls_tmp_rsa'mod_tls.c:405: warning: data \
definition has no type or storage classmod_tls.c:409: error: syntax error before '*' \
tokenmod_tls.c:424: error: syntax error before '*' tokenmod_tls.c:424: error: syntax \
error before '*' tokenmod_tls.c:424: warning: type defaults to `int' in declaration \
of `tls_rsa_cb'mod_tls.c:424: warning: data definition has no type or storage \
classmod_tls.c:426: error: syntax error before '*' tokenmod_tls.c:427: error: syntax \
error before "X509_STORE_CTX"mod_tls.c:428: error: syntax error before \
"X509_STORE_CTX"mod_tls.c:429: error: syntax error before '*' tokenmod_tls.c:431: \
error: syntax error before '*' tokenmod_tls.c: In function \
`tls_check_client_cert':mod_tls.c:432: error: `X509' undeclared (first use in this \
function)mod_tls.c:432: error: `cert' undeclared (first use in this \
function)mod_tls.c:433: warning: implicit declaration of function \
`STACK_OF'mod_tls.c:433: error: `GENERAL_NAME' undeclared (first use in this \
function)mod_tls.c:433: error: `sk_alt_names' undeclared (first use in this \
function)mod_tls.c:452: warning: implicit declaration of function \
`SSL_get_peer_certificate'mod_tls.c:452: error: `ssl' undeclared (first use in this \
function)mod_tls.c:454: warning: implicit declaration of function \
`X509_get_ext_d2i'mod_tls.c:454: error: `NID_subject_alt_name' undeclared (first use \
in this function)mod_tls.c:457: warning: implicit declaration of function \
`sk_GENERAL_NAME_num'mod_tls.c:460: error: `name' undeclared (first use in this \
function)mod_tls.c:460: warning: implicit declaration of function \
`sk_GENERAL_NAME_value'mod_tls.c:464: error: `GEN_DNS' undeclared (first use in this \
function)mod_tls.c:469: error: `conn' undeclared (first use in this \
function)mod_tls.c:473: warning: implicit declaration of function \
`GENERAL_NAME_free'mod_tls.c:474: warning: implicit declaration of function \
`sk_GENERAL_NAME_free'mod_tls.c:475: warning: implicit declaration of function \
`X509_free'mod_tls.c:485: error: `GEN_IPADD' undeclared (first use in this \
function)mod_tls.c: In function `tls_exec_passphrase_provider':mod_tls.c:738: \
warning: int format, pid_t arg (arg 3)mod_tls.c: In function \
`tls_passphrase_cb':mod_tls.c:880: warning: implicit declaration of function \
`EVP_read_pw_string'mod_tls.c:914: warning: implicit declaration of function \
`PEMerr'mod_tls.c:914: error: `PEM_F_DEF_CALLBACK' undeclared (first use in this \
function)mod_tls.c:914: error: `PEM_R_PROBLEMS_GETTING_PASSWORD' undeclared (first \
use in this function)mod_tls.c: In function `tls_get_passphrase':mod_tls.c:926: \
error: `EVP_PKEY' undeclared (first use in this function)mod_tls.c:926: error: `pkey' \
undeclared (first use in this function)mod_tls.c:937: warning: implicit declaration \
of function `SYSerr'mod_tls.c:937: error: `SYS_F_FOPEN' undeclared (first use in this \
function)mod_tls.c:964: warning: implicit declaration of function \
`PEM_read_PrivateKey'mod_tls.c:969: warning: implicit declaration of function \
`ERR_clear_error'mod_tls.c:991: warning: implicit declaration of function \
`EVP_PKEY_free'mod_tls.c: At top level:mod_tls.c:1153: error: syntax error before '*' \
tokenmod_tls.c:1153: error: syntax error before '*' tokenmod_tls.c:1153: warning: \
return type defaults to `int'mod_tls.c: In function `tls_dh_cb':mod_tls.c:1162: \
warning: implicit declaration of function `PEM_read_DHparams'mod_tls.c:1162: warning: \
assignment makes pointer from integer without a castmod_tls.c:1174: error: \
`keylength' undeclared (first use in this function)mod_tls.c: At top \
level:mod_tls.c:1201: error: syntax error before '*' tokenmod_tls.c: In function \
`tls_blinding_on':mod_tls.c:1202: error: `EVP_PKEY' undeclared (first use in this \
function)mod_tls.c:1202: error: `pkey' undeclared (first use in this \
function)mod_tls.c:1203: error: `RSA' undeclared (first use in this \
function)mod_tls.c:1203: error: `rsa' undeclared (first use in this \
function)mod_tls.c:1209: warning: implicit declaration of function \
`SSL_get_privatekey'mod_tls.c:1209: error: `ssl' undeclared (first use in this \
function)mod_tls.c:1212: warning: implicit declaration of function \
`EVP_PKEY_get1_RSA'mod_tls.c:1215: warning: implicit declaration of function \
`RSA_blinding_on'mod_tls.c:1217: warning: implicit declaration of function \
`ERR_error_string'mod_tls.c:1217: warning: implicit declaration of function \
`ERR_get_error'mod_tls.c:1217: warning: format argument is not a pointer (arg \
2)mod_tls.c:1224: warning: implicit declaration of function `RSA_free'mod_tls.c: In \
function `tls_init_ctxt':mod_tls.c:1238: warning: implicit declaration of function \
`SSL_load_error_strings'mod_tls.c:1239: warning: implicit declaration of function \
`SSL_library_init'mod_tls.c:1250: warning: implicit declaration of function \
`SSL_CTX_new'mod_tls.c:1250: warning: implicit declaration of function \
`SSLv23_server_method'mod_tls.c:1250: warning: assignment makes pointer from integer \
without a castmod_tls.c:1269: warning: implicit declaration of function \
`SSL_CTX_set_options'mod_tls.c:1269: error: `SSL_OP_ALL' undeclared (first use in \
this function)mod_tls.c:1269: error: `SSL_OP_NO_SSLv2' undeclared (first use in this \
function)mod_tls.c:1269: error: `SSL_OP_SINGLE_DH_USE' undeclared (first use in this \
function)mod_tls.c:1273: warning: implicit declaration of function \
`SSL_CTX_set_session_cache_mode'mod_tls.c:1273: error: `SSL_SESS_CACHE_SERVER' \
undeclared (first use in this function)mod_tls.c:1274: warning: implicit declaration \
of function `SSL_CTX_set_session_id_context'mod_tls.c:1276: warning: implicit \
declaration of function `SSL_CTX_set_tmp_dh_callback'mod_tls.c: In function \
`tls_init_server':mod_tls.c:1300: warning: implicit declaration of function \
`SSL_CTX_set_ssl_version'mod_tls.c:1300: warning: implicit declaration of function \
`SSLv3_server_method'mod_tls.c:1303: warning: implicit declaration of function \
`TLSv1_server_method'mod_tls.c:1312: warning: implicit declaration of function \
`SSL_CTX_load_verify_locations'mod_tls.c:1317: warning: format argument is not a \
pointer (arg 4)mod_tls.c:1330: warning: implicit declaration of function \
`SSL_CTX_set_default_verify_paths'mod_tls.c:1332: warning: format argument is not a \
pointer (arg 2)mod_tls.c:1336: error: `SSL_VERIFY_PEER' undeclared (first use in this \
function)mod_tls.c:1344: error: `SSL_VERIFY_FAIL_IF_NO_PEER_CERT' undeclared (first \
use in this function)mod_tls.c:1346: warning: implicit declaration of function \
`SSL_CTX_set_verify'mod_tls.c:1356: warning: implicit declaration of function \
`SSL_CTX_set_verify_depth'mod_tls.c:1367: warning: implicit declaration of function \
`SSL_CTX_use_certificate_chain_file'mod_tls.c:1381: error: `X509' undeclared (first \
use in this function)mod_tls.c:1381: error: `x509' undeclared (first use in this \
function)mod_tls.c:1381: warning: implicit declaration of function \
`PEM_read_X509'mod_tls.c:1384: warning: implicit declaration of function \
`SSL_CTX_add_client_CA'mod_tls.c:1469: warning: implicit declaration of function \
`SSL_CTX_use_certificate_file'mod_tls.c:1470: error: `X509_FILETYPE_PEM' undeclared \
(first use in this function)mod_tls.c:1480: warning: implicit declaration of function \
`SSL_CTX_set_tmp_rsa_callback'mod_tls.c:1491: warning: implicit declaration of \
function `SSL_CTX_use_PrivateKey_file'mod_tls.c:1539: warning: implicit declaration \
of function `X509_STORE_new'mod_tls.c:1539: warning: assignment makes pointer from \
integer without a castmod_tls.c:1545: warning: implicit declaration of function \
`X509_STORE_load_locations'mod_tls.c:1564: warning: implicit declaration of function \
`SSL_CTX_set_cipher_list'mod_tls.c: In function `tls_accept':mod_tls.c:1664: error: \
`SSL' undeclared (first use in this function)mod_tls.c:1664: error: `ssl' undeclared \
(first use in this function)mod_tls.c:1671: warning: implicit declaration of function \
`SSL_new'mod_tls.c:1674: warning: format argument is not a pointer (arg \
2)mod_tls.c:1679: warning: implicit declaration of function \
`SSL_set_fd'mod_tls.c:1688: warning: implicit declaration of function \
`SSL_accept'mod_tls.c:1691: warning: implicit declaration of function \
`SSL_get_error'mod_tls.c:1703: error: `SSL_ERROR_WANT_READ' undeclared (first use in \
this function)mod_tls.c:1704: error: `SSL_ERROR_WANT_WRITE' undeclared (first use in \
this function)mod_tls.c:1707: error: `SSL_ERROR_ZERO_RETURN' undeclared (first use in \
this function)mod_tls.c:1711: error: `SSL_ERROR_WANT_X509_LOOKUP' undeclared (first \
use in this function)mod_tls.c:1715: error: `SSL_ERROR_SYSCALL' undeclared (first use \
in this function)mod_tls.c:1739: error: `SSL_ERROR_SSL' undeclared (first use in this \
function)mod_tls.c:1763: warning: implicit declaration of function \
`SSL_get_cipher_version'mod_tls.c:1763: warning: implicit declaration of function \
`SSL_get_cipher_name'mod_tls.c:1764: warning: implicit declaration of function \
`SSL_get_cipher_bits'mod_tls.c:1764: warning: format argument is not a pointer (arg \
2)mod_tls.c:1764: warning: format argument is not a pointer (arg 3)mod_tls.c:1795: \
warning: format argument is not a pointer (arg 2)mod_tls.c:1795: warning: format \
argument is not a pointer (arg 3)mod_tls.c: In function `tls_cleanup':mod_tls.c:1813: \
warning: implicit declaration of function `X509_STORE_free'mod_tls.c:1818: warning: \
implicit declaration of function `SSL_CTX_free'mod_tls.c:1823: warning: implicit \
declaration of function `DH_free'mod_tls.c:1832: warning: implicit declaration of \
function `ERR_free_strings'mod_tls.c:1833: warning: implicit declaration of function \
`ERR_remove_state'mod_tls.c:1834: warning: implicit declaration of function \
`EVP_cleanup'mod_tls.c: At top level:mod_tls.c:1837: error: syntax error before '*' \
tokenmod_tls.c: In function `tls_end_sess':mod_tls.c:1841: error: `ssl' undeclared \
(first use in this function)mod_tls.c:1844: warning: implicit declaration of function \
`SSL_shutdown'mod_tls.c:1846: error: `use_shutdown' undeclared (first use in this \
function)mod_tls.c:1850: error: `strms' undeclared (first use in this \
function)mod_tls.c:1865: warning: implicit declaration of function \
`SSL_get_shutdown'mod_tls.c:1869: error: `SSL_RECEIVED_SHUTDOWN' undeclared (first \
use in this function)mod_tls.c:1877: error: `SSL_ERROR_WANT_READ' undeclared (first \
use in this function)mod_tls.c:1883: error: `SSL_ERROR_WANT_WRITE' undeclared (first \
use in this function)mod_tls.c:1889: error: `SSL_ERROR_ZERO_RETURN' undeclared (first \
use in this function)mod_tls.c:1895: error: `SSL_ERROR_SYSCALL' undeclared (first use \
in this function)mod_tls.c:1927: warning: implicit declaration of function \
`SSL_free'mod_tls.c: In function `tls_get_errors':mod_tls.c:1933: error: `BIO' \
undeclared (first use in this function)mod_tls.c:1933: error: `bio' undeclared (first \
use in this function)mod_tls.c:1943: warning: implicit declaration of function \
`BIO_new'mod_tls.c:1943: warning: implicit declaration of function \
`BIO_s_mem'mod_tls.c:1947: warning: implicit declaration of function \
`BIO_printf'mod_tls.c:1951: warning: implicit declaration of function \
`BIO_get_mem_data'mod_tls.c:1958: warning: implicit declaration of function \
`BIO_free'mod_tls.c: In function `tls_get_subj_name':mod_tls.c:2000: error: `X509' \
undeclared (first use in this function)mod_tls.c:2000: error: `cert' undeclared \
(first use in this function)mod_tls.c:2003: warning: implicit declaration of function \
`X509_get_subject_name'mod_tls.c: In function `tls_fatal_error':mod_tls.c:2014: \
error: `SSL_ERROR_NONE' undeclared (first use in this function)mod_tls.c:2017: error: \
`SSL_ERROR_SSL' undeclared (first use in this function)mod_tls.c:2021: error: \
`SSL_ERROR_WANT_READ' undeclared (first use in this function)mod_tls.c:2025: error: \
`SSL_ERROR_WANT_WRITE' undeclared (first use in this function)mod_tls.c:2029: error: \
`SSL_ERROR_WANT_X509_LOOKUP' undeclared (first use in this function)mod_tls.c:2033: \
error: `SSL_ERROR_SYSCALL' undeclared (first use in this function)mod_tls.c:2061: \
error: `SSL_ERROR_ZERO_RETURN' undeclared (first use in this function)mod_tls.c:2065: \
error: `SSL_ERROR_WANT_CONNECT' undeclared (first use in this function)mod_tls.c: In \
function `tls_dotlogin_allow':mod_tls.c:2087: error: `X509' undeclared (first use in \
this function)mod_tls.c:2087: error: `client_cert' undeclared (first use in this \
function)mod_tls.c:2087: error: `file_cert' undeclared (first use in this \
function)mod_tls.c:2087: warning: left-hand operand of comma expression has no \
effectmod_tls.c:2136: warning: implicit declaration of function \
`ASN1_BIT_STRING_cmp'mod_tls.c: At top level:mod_tls.c:2192: error: syntax error \
before '*' tokenmod_tls.c: In function `tls_read':mod_tls.c:2197: warning: implicit \
declaration of function `SSL_read'mod_tls.c:2197: error: `ssl' undeclared (first use \
in this function)mod_tls.c:2197: error: `buf' undeclared (first use in this \
function)mod_tls.c:2197: error: `len' undeclared (first use in this \
function)mod_tls.c:2205: error: `SSL_ERROR_WANT_READ' undeclared (first use in this \
function)mod_tls.c:2209: warning: implicit declaration of function \
It seems that the gmake could not locate the header directory. Any help will be \
greatly appreciated.  
Thank you!
 
Shaoping
 

 


Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. 


[Attachment #5 (text/html)]

<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi,<BR>
&nbsp;<BR>
do you have openssl installed? if not, install it :)<BR>
&nbsp;<BR>
&nbsp;<BR>
Cheers<BR>
&nbsp;<BR>
Ben<BR><BR><BR><BR><BR>
<BLOCKQUOTE>
<HR id=EC_stopSpelling>
Date: Wed, 12 Sep 2007 10:31:42 -0700<BR>From: sp_xie@yahoo.com<BR>To: \
proftpd-users@proftpd.org<BR>Subject: [Proftpd-user] trouble compiling proftpd with \
mod_tls<BR><BR> <DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; I have trouble compiling proftpd (both proftpd-1.3.1rc3 and \
proftpd-1.3.0a) with mod_tls.</DIV> <DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; Without the module, the compiling process was successful. \
However, I had trouble with the moduel:</DIV> <DIV>&nbsp;</DIV>
<DIV>./configure --with-modules=mod_tls \
--with-includes=/usr/local/ssl/include/openssl&nbsp; \
--with-libraries=/usr/local/ssl<BR></DIV> <DIV>No errors occured.</DIV>
<DIV>&nbsp;</DIV>
<DIV>gmake</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#ff40ff>mod_tls.c:40:25: openssl/ssl.h: No such file or \
directory<BR>mod_tls.c:41:25: openssl/evp.h: No such file or \
directory<BR>mod_tls.c:42:28: openssl/x509v3.h: No such file or \
directory<BR>mod_tls.c:43:25: openssl/err.h: No such file or \
directory<BR>mod_tls.c:44:26: openssl/rand.h: No such file or \
directory<BR>mod_tls.c:80: error: syntax error before '*' token<BR>mod_tls.c:80: \
warning: return type defaults to `int'<BR>mod_tls.c: In function \
`get_dh512':<BR>mod_tls.c:81: error: `DH' undeclared (first use in this \
function)<BR>mod_tls.c:81: error: (Each undeclared identifier is reported only \
once<BR>mod_tls.c:81: error: for each function it appears in.)<BR>mod_tls.c:81: \
error: `dh' undeclared (first use in this function)<BR>mod_tls.c:83: warning: \
implicit declaration of function `DH_new'<BR>mod_tls.c:86: warning: implicit \
declaration of function `BN_bin2bn'<BR>mod_tls.c: At top level:<BR>mod_tls.c:117: \
error: syntax error before '*' token<BR>mod_tls.c:117: warning: return type defaults \
to `int'<BR>mod_tls.c: In function `get_dh768':<BR>mod_tls.c:118: error: `DH' \
undeclared (first use in this function)<BR>mod_tls.c:118: error: `dh' undeclared \
(first use in this function)<BR>mod_tls.c: At top level:<BR>mod_tls.c:158: error: \
syntax error before '*' token<BR>mod_tls.c:158: warning: return type defaults to \
`int'<BR>mod_tls.c: In function `get_dh1024':<BR>mod_tls.c:159: error: `DH' \
undeclared (first use in this function)<BR>mod_tls.c:159: error: `dh' undeclared \
(first use in this function)<BR>mod_tls.c: At top level:<BR>mod_tls.c:203: error: \
syntax error before '*' token<BR>mod_tls.c:203: warning: return type defaults to \
`int'<BR>mod_tls.c: In function `get_dh1536':<BR>mod_tls.c:204: error: `DH' \
undeclared (first use in this function)<BR>mod_tls.c:204: error: `dh' undeclared \
(first use in this function)<BR>mod_tls.c: At top level:<BR>mod_tls.c:257: error: \
syntax error before '*' token<BR>mod_tls.c:257: warning: return type defaults to \
`int'<BR>mod_tls.c: In function `get_dh2048':<BR>mod_tls.c:258: error: `DH' \
undeclared (first use in this function)<BR>mod_tls.c:258: error: `dh' undeclared \
(first use in this function)<BR>mod_tls.c: At top level:<BR>mod_tls.c:401: error: \
syntax error before '*' token<BR>mod_tls.c:401: warning: type defaults to `int' in \
declaration of `ctrl_ssl'<BR>mod_tls.c:401: warning: data definition has no type or \
storage class<BR>mod_tls.c:402: error: syntax error before '*' \
token<BR>mod_tls.c:402: warning: type defaults to `int' in declaration of \
`ssl_ctx'<BR>mod_tls.c:402: warning: data definition has no type or storage \
class<BR>mod_tls.c:403: error: syntax error before '*' token<BR>mod_tls.c:403: \
warning: type defaults to `int' in declaration of `tls_crl_store'<BR>mod_tls.c:403: \
warning: data definition has no type or storage class<BR>mod_tls.c:404: error: syntax \
error before '*' token<BR>mod_tls.c:404: warning: type defaults to `int' in \
declaration of `tls_tmp_dh'<BR>mod_tls.c:404: warning: data definition has no type or \
storage class<BR>mod_tls.c:405: error: syntax error before '*' \
token<BR>mod_tls.c:405: warning: type defaults to `int' in declaration of \
`tls_tmp_rsa'<BR>mod_tls.c:405: warning: data definition has no type or storage \
class<BR>mod_tls.c:409: error: syntax error before '*' token<BR>mod_tls.c:424: error: \
syntax error before '*' token<BR>mod_tls.c:424: error: syntax error before '*' \
token<BR>mod_tls.c:424: warning: type defaults to `int' in declaration of \
`tls_rsa_cb'<BR>mod_tls.c:424: warning: data definition has no type or storage \
class<BR>mod_tls.c:426: error: syntax error before '*' token<BR>mod_tls.c:427: error: \
syntax error before "X509_STORE_CTX"<BR>mod_tls.c:428: error: syntax error before \
"X509_STORE_CTX"<BR>mod_tls.c:429: error: syntax error before '*' \
token<BR>mod_tls.c:431: error: syntax error before '*' token<BR>mod_tls.c: In \
function `tls_check_client_cert':<BR>mod_tls.c:432: error: `X509' undeclared (first \
use in this function)<BR>mod_tls.c:432: error: `cert' undeclared (first use in this \
function)<BR>mod_tls.c:433: warning: implicit declaration of function \
`STACK_OF'<BR>mod_tls.c:433: error: `GENERAL_NAME' undeclared (first use in this \
function)<BR>mod_tls.c:433: error: `sk_alt_names' undeclared (first use in this \
function)<BR>mod_tls.c:452: warning: implicit declaration of function \
`SSL_get_peer_certificate'<BR>mod_tls.c:452: error: `ssl' undeclared (first use in \
this function)<BR>mod_tls.c:454: warning: implicit declaration of function \
`X509_get_ext_d2i'<BR>mod_tls.c:454: error: `NID_subject_alt_name' undeclared (first \
use in this function)<BR>mod_tls.c:457: warning: implicit declaration of function \
`sk_GENERAL_NAME_num'<BR>mod_tls.c:460: error: `name' undeclared (first use in this \
function)<BR>mod_tls.c:460: warning: implicit declaration of function \
`sk_GENERAL_NAME_value'<BR>mod_tls.c:464: error: `GEN_DNS' undeclared (first use in \
this function)<BR>mod_tls.c:469: error: `conn' undeclared (first use in this \
function)<BR>mod_tls.c:473: warning: implicit declaration of function \
`GENERAL_NAME_free'<BR>mod_tls.c:474: warning: implicit declaration of function \
`sk_GENERAL_NAME_free'<BR>mod_tls.c:475: warning: implicit declaration of function \
`X509_free'<BR>mod_tls.c:485: error: `GEN_IPADD' undeclared (first use in this \
function)<BR>mod_tls.c: In function `tls_exec_passphrase_provider':<BR>mod_tls.c:738: \
warning: int format, pid_t arg (arg 3)<BR>mod_tls.c: In function \
`tls_passphrase_cb':<BR>mod_tls.c:880: warning: implicit declaration of function \
`EVP_read_pw_string'<BR>mod_tls.c:914: warning: implicit declaration of function \
`PEMerr'<BR>mod_tls.c:914: error: `PEM_F_DEF_CALLBACK' undeclared (first use in this \
function)<BR>mod_tls.c:914: error: `PEM_R_PROBLEMS_GETTING_PASSWORD' undeclared \
(first use in this function)<BR>mod_tls.c: In function \
`tls_get_passphrase':<BR>mod_tls.c:926: error: `EVP_PKEY' undeclared (first use in \
this function)<BR>mod_tls.c:926: error: `pkey' undeclared (first use in this \
function)<BR>mod_tls.c:937: warning: implicit declaration of function \
`SYSerr'<BR>mod_tls.c:937: error: `SYS_F_FOPEN' undeclared (first use in this \
function)<BR>mod_tls.c:964: warning: implicit declaration of function \
`PEM_read_PrivateKey'<BR>mod_tls.c:969: warning: implicit declaration of function \
`ERR_clear_error'<BR>mod_tls.c:991: warning: implicit declaration of function \
`EVP_PKEY_free'<BR>mod_tls.c: At top level:<BR>mod_tls.c:1153: error: syntax error \
before '*' token<BR>mod_tls.c:1153: error: syntax error before '*' \
token<BR>mod_tls.c:1153: warning: return type defaults to `int'<BR>mod_tls.c: In \
function `tls_dh_cb':<BR>mod_tls.c:1162: warning: implicit declaration of function \
`PEM_read_DHparams'<BR>mod_tls.c:1162: warning: assignment makes pointer from integer \
without a cast<BR>mod_tls.c:1174: error: `keylength' undeclared (first use in this \
function)<BR>mod_tls.c: At top level:<BR>mod_tls.c:1201: error: syntax error before \
'*' token<BR>mod_tls.c: In function `tls_blinding_on':<BR>mod_tls.c:1202: error: \
`EVP_PKEY' undeclared (first use in this function)<BR>mod_tls.c:1202: error: `pkey' \
undeclared (first use in this function)<BR>mod_tls.c:1203: error: `RSA' undeclared \
(first use in this function)<BR>mod_tls.c:1203: error: `rsa' undeclared (first use in \
this function)<BR>mod_tls.c:1209: warning: implicit declaration of function \
`SSL_get_privatekey'<BR>mod_tls.c:1209: error: `ssl' undeclared (first use in this \
function)<BR>mod_tls.c:1212: warning: implicit declaration of function \
`EVP_PKEY_get1_RSA'<BR>mod_tls.c:1215: warning: implicit declaration of function \
`RSA_blinding_on'<BR>mod_tls.c:1217: warning: implicit declaration of function \
`ERR_error_string'<BR>mod_tls.c:1217: warning: implicit declaration of function \
`ERR_get_error'<BR>mod_tls.c:1217: warning: format argument is not a pointer (arg \
2)<BR>mod_tls.c:1224: warning: implicit declaration of function \
`RSA_free'<BR>mod_tls.c: In function `tls_init_ctxt':<BR>mod_tls.c:1238: warning: \
implicit declaration of function `SSL_load_error_strings'<BR>mod_tls.c:1239: warning: \
implicit declaration of function `SSL_library_init'<BR>mod_tls.c:1250: warning: \
implicit declaration of function `SSL_CTX_new'<BR>mod_tls.c:1250: warning: implicit \
declaration of function `SSLv23_server_method'<BR>mod_tls.c:1250: warning: assignment \
makes pointer from integer without a cast<BR>mod_tls.c:1269: warning: implicit \
declaration of function `SSL_CTX_set_options'<BR>mod_tls.c:1269: error: `SSL_OP_ALL' \
undeclared (first use in this function)<BR>mod_tls.c:1269: error: `SSL_OP_NO_SSLv2' \
undeclared (first use in this function)<BR>mod_tls.c:1269: error: \
`SSL_OP_SINGLE_DH_USE' undeclared (first use in this function)<BR>mod_tls.c:1273: \
warning: implicit declaration of function \
`SSL_CTX_set_session_cache_mode'<BR>mod_tls.c:1273: error: `SSL_SESS_CACHE_SERVER' \
undeclared (first use in this function)<BR>mod_tls.c:1274: warning: implicit \
declaration of function `SSL_CTX_set_session_id_context'<BR>mod_tls.c:1276: warning: \
implicit declaration of function `SSL_CTX_set_tmp_dh_callback'<BR>mod_tls.c: In \
function `tls_init_server':<BR>mod_tls.c:1300: warning: implicit declaration of \
function `SSL_CTX_set_ssl_version'<BR>mod_tls.c:1300: warning: implicit declaration \
of function `SSLv3_server_method'<BR>mod_tls.c:1303: warning: implicit declaration of \
function `TLSv1_server_method'<BR>mod_tls.c:1312: warning: implicit declaration of \
function `SSL_CTX_load_verify_locations'<BR>mod_tls.c:1317: warning: format argument \
is not a pointer (arg 4)<BR>mod_tls.c:1330: warning: implicit declaration of function \
`SSL_CTX_set_default_verify_paths'<BR>mod_tls.c:1332: warning: format argument is not \
a pointer (arg 2)<BR>mod_tls.c:1336: error: `SSL_VERIFY_PEER' undeclared (first use \
in this function)<BR>mod_tls.c:1344: error: `SSL_VERIFY_FAIL_IF_NO_PEER_CERT' \
undeclared (first use in this function)<BR>mod_tls.c:1346: warning: implicit \
declaration of function `SSL_CTX_set_verify'<BR>mod_tls.c:1356: warning: implicit \
declaration of function `SSL_CTX_set_verify_depth'<BR>mod_tls.c:1367: warning: \
implicit declaration of function \
`SSL_CTX_use_certificate_chain_file'<BR>mod_tls.c:1381: error: `X509' undeclared \
(first use in this function)<BR>mod_tls.c:1381: error: `x509' undeclared (first use \
in this function)<BR>mod_tls.c:1381: warning: implicit declaration of function \
`PEM_read_X509'<BR>mod_tls.c:1384: warning: implicit declaration of function \
`SSL_CTX_add_client_CA'<BR>mod_tls.c:1469: warning: implicit declaration of function \
`SSL_CTX_use_certificate_file'<BR>mod_tls.c:1470: error: `X509_FILETYPE_PEM' \
undeclared (first use in this function)<BR>mod_tls.c:1480: warning: implicit \
declaration of function `SSL_CTX_set_tmp_rsa_callback'<BR>mod_tls.c:1491: warning: \
implicit declaration of function `SSL_CTX_use_PrivateKey_file'<BR>mod_tls.c:1539: \
warning: implicit declaration of function `X509_STORE_new'<BR>mod_tls.c:1539: \
warning: assignment makes pointer from integer without a cast<BR>mod_tls.c:1545: \
warning: implicit declaration of function \
`X509_STORE_load_locations'<BR>mod_tls.c:1564: warning: implicit declaration of \
function `SSL_CTX_set_cipher_list'<BR>mod_tls.c: In function \
`tls_accept':<BR>mod_tls.c:1664: error: `SSL' undeclared (first use in this \
function)<BR>mod_tls.c:1664: error: `ssl' undeclared (first use in this \
function)<BR>mod_tls.c:1671: warning: implicit declaration of function \
`SSL_new'<BR>mod_tls.c:1674: warning: format argument is not a pointer (arg \
2)<BR>mod_tls.c:1679: warning: implicit declaration of function \
`SSL_set_fd'<BR>mod_tls.c:1688: warning: implicit declaration of function \
`SSL_accept'<BR>mod_tls.c:1691: warning: implicit declaration of function \
`SSL_get_error'<BR>mod_tls.c:1703: error: `SSL_ERROR_WANT_READ' undeclared (first use \
in this function)<BR>mod_tls.c:1704: error: `SSL_ERROR_WANT_WRITE' undeclared (first \
use in this function)<BR>mod_tls.c:1707: error: `SSL_ERROR_ZERO_RETURN' undeclared \
(first use in this function)<BR>mod_tls.c:1711: error: `SSL_ERROR_WANT_X509_LOOKUP' \
undeclared (first use in this function)<BR>mod_tls.c:1715: error: `SSL_ERROR_SYSCALL' \
undeclared (first use in this function)<BR>mod_tls.c:1739: error: `SSL_ERROR_SSL' \
undeclared (first use in this function)<BR>mod_tls.c:1763: warning: implicit \
declaration of function `SSL_get_cipher_version'<BR>mod_tls.c:1763: warning: implicit \
declaration of function `SSL_get_cipher_name'<BR>mod_tls.c:1764: warning: implicit \
declaration of function `SSL_get_cipher_bits'<BR>mod_tls.c:1764: warning: format \
argument is not a pointer (arg 2)<BR>mod_tls.c:1764: warning: format argument is not \
a pointer (arg 3)<BR>mod_tls.c:1795: warning: format argument is not a pointer (arg \
2)<BR>mod_tls.c:1795: warning: format argument is not a pointer (arg 3)<BR>mod_tls.c: \
In function `tls_cleanup':<BR>mod_tls.c:1813: warning: implicit declaration of \
function `X509_STORE_free'<BR>mod_tls.c:1818: warning: implicit declaration of \
function `SSL_CTX_free'<BR>mod_tls.c:1823: warning: implicit declaration of function \
`DH_free'<BR>mod_tls.c:1832: warning: implicit declaration of function \
`ERR_free_strings'<BR>mod_tls.c:1833: warning: implicit declaration of function \
`ERR_remove_state'<BR>mod_tls.c:1834: warning: implicit declaration of function \
`EVP_cleanup'<BR>mod_tls.c: At top level:<BR>mod_tls.c:1837: error: syntax error \
before '*' token<BR>mod_tls.c: In function `tls_end_sess':<BR>mod_tls.c:1841: error: \
`ssl' undeclared (first use in this function)<BR>mod_tls.c:1844: warning: implicit \
declaration of function `SSL_shutdown'<BR>mod_tls.c:1846: error: `use_shutdown' \
undeclared (first use in this function)<BR>mod_tls.c:1850: error: `strms' undeclared \
(first use in this function)<BR>mod_tls.c:1865: warning: implicit declaration of \
function `SSL_get_shutdown'<BR>mod_tls.c:1869: error: `SSL_RECEIVED_SHUTDOWN' \
undeclared (first use in this function)<BR>mod_tls.c:1877: error: \
`SSL_ERROR_WANT_READ' undeclared (first use in this function)<BR>mod_tls.c:1883: \
error: `SSL_ERROR_WANT_WRITE' undeclared (first use in this \
function)<BR>mod_tls.c:1889: error: `SSL_ERROR_ZERO_RETURN' undeclared (first use in \
this function)<BR>mod_tls.c:1895: error: `SSL_ERROR_SYSCALL' undeclared (first use in \
this function)<BR>mod_tls.c:1927: warning: implicit declaration of function \
`SSL_free'<BR>mod_tls.c: In function `tls_get_errors':<BR>mod_tls.c:1933: error: \
`BIO' undeclared (first use in this function)<BR>mod_tls.c:1933: error: `bio' \
undeclared (first use in this function)<BR>mod_tls.c:1943: warning: implicit \
declaration of function `BIO_new'<BR>mod_tls.c:1943: warning: implicit declaration of \
function `BIO_s_mem'<BR>mod_tls.c:1947: warning: implicit declaration of function \
`BIO_printf'<BR>mod_tls.c:1951: warning: implicit declaration of function \
`BIO_get_mem_data'<BR>mod_tls.c:1958: warning: implicit declaration of function \
`BIO_free'<BR>mod_tls.c: In function `tls_get_subj_name':<BR>mod_tls.c:2000: error: \
`X509' undeclared (first use in this function)<BR>mod_tls.c:2000: error: `cert' \
undeclared (first use in this function)<BR>mod_tls.c:2003: warning: implicit \
declaration of function `X509_get_subject_name'<BR>mod_tls.c: In function \
`tls_fatal_error':<BR>mod_tls.c:2014: error: `SSL_ERROR_NONE' undeclared (first use \
in this function)<BR>mod_tls.c:2017: error: `SSL_ERROR_SSL' undeclared (first use in \
this function)<BR>mod_tls.c:2021: error: `SSL_ERROR_WANT_READ' undeclared (first use \
in this function)<BR>mod_tls.c:2025: error: `SSL_ERROR_WANT_WRITE' undeclared (first \
use in this function)<BR>mod_tls.c:2029: error: `SSL_ERROR_WANT_X509_LOOKUP' \
undeclared (first use in this function)<BR>mod_tls.c:2033: error: `SSL_ERROR_SYSCALL' \
undeclared (first use in this function)<BR>mod_tls.c:2061: error: \
`SSL_ERROR_ZERO_RETURN' undeclared (first use in this function)<BR>mod_tls.c:2065: \
error: `SSL_ERROR_WANT_CONNECT' undeclared (first use in this function)<BR>mod_tls.c: \
<DIV>It seems that the gmake could not locate the header directory. Any help will be \
greatly appreciated.</DIV> <DIV>&nbsp;</DIV>
<DIV>Thank you!</DIV>
<DIV>&nbsp;</DIV>
<DIV>Shaoping</DIV>
<DIV>&nbsp;</DIV><BR><BR>
<DIV>
<DIV>&nbsp;</DIV></DIV>

<HR SIZE=1>
Don't let your dream ride pass you by. <A \
href="http://us.rd.yahoo.com/evt=51200/*http://autos.yahoo.com/index.html;_ylc=X3oDMTFibjNlcHF0BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDYXV0b3MtZHJlYW1jYXI-" \
target=_blank>Make it a reality</A> with Yahoo! Autos. </BLOCKQUOTE></body> </html>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________
ProFTPD Users List   <proftpd-users@proftpd.org>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic