I just do not know what I am doing wrong. I can not get the openssl-0.9.6
package to install on my Solaris 8 [Intel] system.
I tried again on a new system. Installed Solaris 8 (default),
gzip-1.2.4a-sol8-intel-local, gcc-2.95.2-sol8-intel-local,
make-3.78.1-sol8-intel-local, and zlib-1.1.3-sol8-intel-local. In then
started the installed of the openssl-0.9.6 package per the website, README,
and INSTALL files.
This is the path statement
"PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/ccs/bin".
I ran ./config, and I did not see any errors "Configured for
solaris-x86-gcc.
#". When I run make is when it dies (see output below).
Do I need to add something else?
Brent S. Smithline
# make
making all in crypto...
make[1]: Entering directory `/home/downloads/openssl-0.9.6/crypto'
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */";
\
echo " #define CFLAGS
\"gcc -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-fra
me-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM -DMD5_ASM -DRMD
160_ASM\""; \
echo " #define PLATFORM \"solaris-x86-gcc\""; \
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
gcc -I. -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM -DSHA1_ASM
-DMD5_ASM -DRMD160_ASM -c -o cryptlib.o cryptlib.c
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:65,
from cryptlib.c:61:
../include/openssl/e_os.h:282: unistd.h: No such file or directory
../include/openssl/e_os.h:287: sys/types.h: No such file or directory
In file included from cryptlib.h:67,
from cryptlib.c:61:
../include/openssl/crypto.h:62: stdlib.h: No such file or directory
../include/openssl/crypto.h:65: stdio.h: No such file or directory
In file included from cryptlib.h:69,
from cryptlib.c:61:
../include/openssl/bio.h:63: stdio.h: No such file or directory
In file included from cryptlib.h:70,
from cryptlib.c:61:
../include/openssl/err.h:63: stdio.h: No such file or directory
../include/openssl/err.h:64: stdlib.h: No such file or directory
In file included from ../include/openssl/err.h:71,
from cryptlib.h:70,
from cryptlib.c:61:
../include/openssl/lhash.h:67: stdio.h: No such file or directory
In file included from cryptlib.h:70,
from cryptlib.c:61:
../include/openssl/err.h:90: errno.h: No such file or directory
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/home/downloads/openssl-0.9.6/crypto'
make: *** [all] Error 1