tried to install openssl for licq and ./config worked fine but make failed as below ( thanks for any help on this )::::: [root@dialup-209 openssl-0.9.5a]# make making all in crypto... make[1]: Entering directory `/usr/local/openssl-0.9.5a/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"gcc -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM\""; \ echo " #define PLATFORM \"linux-elf\""; \ echo " #define DATE \"`date`\""; \ echo "#endif" ) >buildinf.h gcc -I. -I../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c cryptlib.c -o cryptlib.o cryptlib.c:59: stdio.h: No such file or directory cryptlib.c:60: string.h: No such file or directory In file included from cryptlib.c:61: cryptlib.h:62: stdlib.h: No such file or directory cryptlib.h:63: string.h: No such file or directory In file included from cryptlib.h:69, from cryptlib.c:61: ../include/openssl/e_os.h:278: unistd.h: No such file or directory ../include/openssl/e_os.h:283: sys/types.h: No such file or directory In file included from cryptlib.h:71, from cryptlib.c:61: ../include/openssl/crypto.h:66: stdlib.h: No such file or directory ../include/openssl/crypto.h:69: stdio.h: No such file or directory In file included from cryptlib.h:73, from cryptlib.c:61: ../include/openssl/bio.h:66: stdio.h: No such file or directory ../include/openssl/bio.h:67: stdlib.h: No such file or directory In file included from cryptlib.h:74, from cryptlib.c:61: ../include/openssl/err.h:67: stdio.h: No such file or directory ../include/openssl/err.h:82: errno.h: No such file or directory make[1]: *** [cryptlib.o] Error 1 make[1]: Leaving directory `/usr/local/openssl-0.9.5a/crypto' make: *** [all] Error 1 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]