From owner-freebsd-questions Wed Mar 24 0:25: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freedom.cybertouch.org (freedom.cybertouch.org [216.183.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 2E66A1540E for ; Wed, 24 Mar 1999 00:25:01 -0800 (PST) (envelope-from lnb@freedom.cybertouch.org) Received: from localhost (lnb@localhost) by freedom.cybertouch.org (8.9.3/8.9.3) with ESMTP id DAA19413 for ; Wed, 24 Mar 1999 03:24:41 -0500 (EST) Date: Wed, 24 Mar 1999 03:24:41 -0500 (EST) From: Lanny Baron To: questions@freebsd.org Subject: ssh install from /usr/ports/security/ssh (3.0) Message-ID: WebSite: http://www.cybertouch.org Prov/Country: Ontario City: Thornhill Adress: 1407-7420 Bathurst Street Fax: 905-763-0241 phone: 905-763-1900 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Can I get some help with what I would have thought would be normal install from the ports collection. I tried to install ssh via /usr/ports/security/ssh and get the following and of course, unable to ssh anywhere. -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/usr/local/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS_MAP_FILE=\"/usr/local/etc/sshd_tis.map\" -O -pipe -I/usr/local/include -I/usr/X11R6/include rsaglue.c rsaglue.c:74: source/global.h: No such file or directory rsaglue.c:75: source/rsaref.h: No such file or directory rsaglue.c:93: parse error before `*' rsaglue.c: In function `rsaref_public_key': rsaglue.c:95: `rsa' undeclared (first use this function) rsaglue.c:95: (Each undeclared identifier is reported only once rsaglue.c:95: for each function it appears in.) rsaglue.c:95: `key' undeclared (first use this function) rsaglue.c:96: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c: At top level: rsaglue.c:104: parse error before `*' rsaglue.c: In function `rsaref_private_key': rsaglue.c:107: `rsa' undeclared (first use this function) rsaglue.c:107: `key' undeclared (first use this function) rsaglue.c:108: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c:111: `MAX_RSA_PRIME_LEN' undeclared (first use this function) rsaglue.c: In function `rsa_public_encrypt': rsaglue.c:129: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c:133: `R_RSA_PUBLIC_KEY' undeclared (first use this function) rsaglue.c:133: parse error before `public_key' rsaglue.c:134: `R_RANDOM_STRUCT' undeclared (first use this function) rsaglue.c:136: `MAX_RSA_MODULUS_BITS' undeclared (first use this function) rsaglue.c:144: `public_key' undeclared (first use this function) rsaglue.c:146: `rands' undeclared (first use this function) rsaglue.c: In function `rsa_private_decrypt': rsaglue.c:164: `MAX_RSA_MODULUS_LEN' undeclared (first use this function) rsaglue.c:167: `R_RSA_PRIVATE_KEY' undeclared (first use this function) rsaglue.c:167: parse error before `private_key' rsaglue.c:169: `MAX_RSA_MODULUS_BITS' undeclared (first use this function) rsaglue.c:177: `private_key' undeclared (first use this function) *** Error code 1 Thanks for any help in advance, Lanny Baron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message