mugur wrote: > am instalat si make si automake si primesc in continuare erori cand > dau comanda "make man && make setup check": > > > make: Nothing to be done for `man'. > ./compile qmail-remote.c > qmail-remote.c:36:25: error: 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 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: 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 > > multumesc > mugur amariei > > > _______________________________________________ > RLUG mailing list > [email protected] > http://lists.lug.ro/mailman/listinfo/rlug
Atunci renunta la make man :), manualele le gasesti pe net :) Si dai si apt-get install openssl libssl-dev _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
