OS: Solaris 2.8
Platform: sparc (sun4u)
 OpenSSL: 0.9.7b
     gcc: 3.0.4

--- gcc -v ---
Reading specs from /usr/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs
Configured with:
 ../gcc-3.0.4/configure --prefix=/tmp/gcc304/usr
                        --with-as=/usr/ccs/bin/as
                        --with-ld=/usr/ccs/bin/ld
                        --enable-threads
                        --enable-languages=c,c++
                        --disable-nls
                        --disable-libgcj
Thread model: posix
gcc version 3.0.4
---------------

When compiling OpenSSH or PHP wiht openssl, I get the following error:
Any ideas as to what I can do? I used /usr/ccs/bin/make and /opt/gnu/bin/gmake, nothing seems to help.


gmake[1]: Leaving directory `/tmp/openssh-3.6.1p2/openbsd-compat'
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.
-I/usr/local/include -DSSHDIR=\"/etc/ssh\"
-D_PATH_SSH_PROGRAM=\"/usr/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/lib/ssh/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/lib/ssh/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/usr/lib/ssh/ssh-keysign\"
-D_PATH_SSH_PIDDIR=\"/var/run\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/usr/lib/ssh/empty\"
-DSSH_RAND_HELPER=\"/usr/lib/ssh/ssh-rand-helper\"
-DHAVE_CONFIG_H -c authfd.c
In file included from /usr/include/openssl/evp.h:93,
                 from authfd.c:40:
/usr/include/openssl/des.h:90: parse error before "DES_LONG"
/usr/include/openssl/des.h:92: parse error before '}' token
In file included from /usr/include/openssl/evp.h:93,
                 from authfd.c:40:
/usr/include/openssl/des.h:132: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:135: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:139: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:142: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:145: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:148: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:151: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:162: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:170: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:172: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:174: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:178: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:182: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:187: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:191: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:198: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:200: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:205: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:207: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:218: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:219: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:220: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:221: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:225: parse error before "DES_key_schedule"
/usr/include/openssl/des.h:228: parse error before "DES_key_schedule"
gmake: *** [authfd.o] Error 1

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

Reply via email to