Re: building openssl0.9.8a fails

2005-12-20 Thread Erik Leunissen
I found the cause of evil. The error message (see original post) refers to /usr/local/include/unistd.h. I found it peculiar that the build would use headers that are in /usr/local/... Looking further, I found that there are more copies of unistd.h around, which all reside under /usr/include,

Re: building openssl0.9.8a fails

2005-12-19 Thread Rick Jones
Erik Leunissen wrote: 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

Re: building openssl0.9.8a fails

2005-12-19 Thread Erik Leunissen
Rick Jones wrote: To my untrained eye it looks like a foul-up with the system include files, or perhaps a change in what is #defined between the inclusion of ioctl.h and of termio.h. OK. Is there any direction for me to take in order to cure this (I don't know what to look for).

Re: building openssl0.9.8a fails

2005-12-19 Thread Rick Jones
Erik Leunissen wrote: Rick Jones wrote: To my untrained eye it looks like a foul-up with the system include files, or perhaps a change in what is #defined between the inclusion of ioctl.h and of termio.h. OK. Is there any direction for me to take in order to cure this (I don't know

building openssl0.9.8a fails

2005-12-18 Thread Erik Leunissen
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