I am trying to install imap (imap-2002e.tar.Z) on Redhat 7.2 When I do "make slx", I get the following message:

 

Building OS-dependent module

If you get No such file error messages for files x509.h, ssl.h,

pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL

is not installed on your system. Either install OpenSSL first

or build with command: make slx SSLTYPE=none

`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c

<command line>: missing terminating " character

osdep.c:197:18: x509.h: No such file or directory

osdep.c:198:17: ssl.h: No such file or directory

osdep.c:200:17: pem.h: No such file or directory

osdep.c:201:20: buffer.h: No such file or directory

osdep.c:202:17: bio.h: No such file or directory

osdep.c:203:20: crypto.h: No such file or directory

osdep.c:204:18: rand.h: No such file or directory

make[3]: *** [osdep.o] Error 1

make[3]: Leaving directory `/usr/software/imap-2002e/c-client'

make[2]: *** [slx] Error 2

make[2]: Leaving directory `/usr/software/imap-2002e/c-client'

make[1]: *** [OSTYPE] Error 2

make[1]: Leaving directory `/usr/software/imap-2002e'

make: *** [slx] Error 2

 

I still get the following even when I compile as "make slx SSLTYPE=none". I have OpenSSL (openssl-0.9.6b-8) installed on the machine.

 

Building OS-dependent module

If you get No such file error messages for files x509.h, ssl.h,

pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL

is not installed on your system. Either install OpenSSL first

or build with command: make lnx SSLTYPE=none

`cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c

<command line>: missing terminating " character

make[3]: *** [osdep.o] Error 1

make[3]: Leaving directory `/usr/software/imap-2002e/c-client'

make[2]: *** [lnp] Error 2

make[2]: Leaving directory `/usr/software/imap-2002e/c-client'

make[1]: *** [OSTYPE] Error 2

make[1]: Leaving directory `/usr/software/imap-2002e'

make: *** [lrh] Error 2

 

Help

Thanks.

 

 

 

Reply via email to