ssh 1.2.27 on AIX 4.1.5
=========
I'm installing ssh as follows:
CC=cc ./configure --with-rsaref --with-libwrap --disable-asm
When I ran "make" or "make install", it runs along run until it tries to
compile rsaglue.c, and then I get the following errors:
===========
        cc -c -I.  -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H 
-DHOST_KE
Y_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\"
-DSERVER_CON
FIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh1\"
-DETCDIR=\"/
etc\" -DPIDDIR=\"/etc\" -DSSH_BINDIR=\"/usr/local/bin\"
-DTIS_MAP_FILE=\"/etc/ss
hd_tis.map\" -g  rsaglue.c
"rsaglue.c", line 74.10: 1506-296 (S) #include file
"rsaref2/source/global.h" no
t found.
"rsaglue.c", line 75.10: 1506-296 (S) #include file
"rsaref2/source/rsaref.h" no
t found.
"rsaglue.c", line 93.41: 1506-277 (S) Syntax error: possible missing ','
or ')'?
"rsaglue.c", line 95.3: 1506-045 (S) Undeclared identifier rsa.
"rsaglue.c", line 95.15: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 96.53: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 96.31: 1506-045 (S) Undeclared identifier
MAX_RSA_MODULUS_LEN.
"rsaglue.c", line 97.54: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 104.43: 1506-277 (S) Syntax error: possible missing
',' or ')'
?
"rsaglue.c", line 107.3: 1506-045 (S) Undeclared identifier rsa.
"rsaglue.c", line 107.15: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 108.53: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 108.31: 1506-045 (S) Undeclared identifier
MAX_RSA_MODULUS_LEN.
"rsaglue.c", line 109.60: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 110.54: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 111.52: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 111.32: 1506-045 (S) Undeclared identifier
MAX_RSA_PRIME_LEN.
"rsaglue.c", line 112.52: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 113.23: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 115.18: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 117.18: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 119.18: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 121.55: 1506-122 (S) Expecting pointer to struct or
union.
"rsaglue.c", line 129.28: 1506-045 (S) Undeclared identifier
MAX_RSA_MODULUS_LEN.
"rsaglue.c", line 133.20: 1506-275 (S) Unexpected text public_key
ignored.
"rsaglue.c", line 133.3: 1506-045 (S) Undeclared identifier
R_RSA_PUBLIC_KEY.
"rsaglue.c", line 134.19: 1506-275 (S) Unexpected text rands ignored.
"rsaglue.c", line 134.3: 1506-045 (S) Undeclared identifier
R_RANDOM_STRUCT.
"rsaglue.c", line 136.19: 1506-045 (S) Undeclared identifier
MAX_RSA_MODULUS_BIT
S.
"rsaglue.c", line 144.22: 1506-045 (S) Undeclared identifier public_key.
"rsaglue.c", line 146.17: 1506-045 (S) Undeclared identifier rands.
"rsaglue.c", line 164.28: 1506-045 (S) Undeclared identifier
MAX_RSA_MODULUS_LEN
.
"rsaglue.c", line 167.21: 1506-275 (S) Unexpected text private_key
ignored.
"rsaglue.c", line 167.3: 1506-045 (S) Undeclared identifier
R_RSA_PRIVATE_KEY.
"rsaglue.c", line 169.19: 1506-045 (S) Undeclared identifier
MAX_RSA_MODULUS_BITS.
"rsaglue.c", line 177.23: 1506-045 (S) Undeclared identifier
private_key.
make: 1254-004 The error code from the last command is 1.
============
Does anybody know what the problem is?  I don't have a rsaref2
directory.  Where/how do I get this?  (please also email directly to me,
[EMAIL PROTECTED]
Thanks!
-- 
Vicki Lonell Hain
Systems Programming - AIS
Unix Distributed Computing
UNC-Chapel Hill, NC 27588-1150
[EMAIL PROTECTED]
(919)966-1901
www.ais.unc.edu/info/sys/vlh.html

Reply via email to