L.S.

Building openssl0.9.8a on Linux, using the following commands:

./config shared
make

failed with the following error message:

gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c -o ui_openssl.o ui_openssl.c
In file included from /usr/include/termio.h:6,
                 from ui_openssl.c:224:
/usr/include/sys/ioctl.h:42: error: conflicting types for `ioctl'
/usr/local/include/unistd.h:72: error: previous declaration of `ioctl'
make[2]: *** [ui_openssl.o] Error 1
make[2]: Leaving directory `/usr/local/src/openssl-0.9.8a/crypto/ui'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/usr/local/src/openssl-0.9.8a/crypto'
make: *** [build_crypto] Error 1


Any idea what's wrong?


Thanks in advance,

Erik Leunissen
==============

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to