PDA

View Full Version : MANDRAKE 10 make man && make setup check errors out


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.

tfitch
10-15-2004, 07:20 PM
Apparently it is going to be faster for me to re-install the OS from scratch and include every single F'ing development library that possibly exists on the CD's then come back and if the problem happens again.

Pebcak
10-17-2004, 01:08 PM
Apparently it is going to be faster for me to re-install the OS from scratch and include every single F'ing development library that possibly exists on the CD's then come back and if the problem happens again.

Why not just set up urpmi with an ftp source list, remove the cds from the listing and then go as root urpmi package name?

paul_londonlad
11-15-2004, 02:42 PM
I encountered the same issue as yourself on my install...

I managed to resolve the issue by installing openssl-devel package

urpmi openssl-devel