From owner-freebsd-questions Thu Oct 17 14:21:49 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA00822 for questions-outgoing; Thu, 17 Oct 1996 14:21:49 -0700 (PDT) Received: from super-g.inch.com (spork@super-g.com [204.178.32.161]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA00815 for ; Thu, 17 Oct 1996 14:21:45 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.6.12/8.6.9) with SMTP id PAA15023 for ; Thu, 17 Oct 1996 15:20:55 -0500 Date: Thu, 17 Oct 1996 15:20:54 -0500 (CDT) From: "S(pork)" X-Sender: spork@super-g.inch.com To: freebsd-questions@freebsd.org Subject: ssh compile problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Anyone have success with this port? I keep running into two problems; one is that the checksum does not match no matter where I get the source from. The second is that when I compile it, I get the following errors, apparently somehow relating to X-support even though I chose not to compile in X support... Thanks for any help you can give, Charles gcc -pipe -c -I. -I/usr/include -Izlib095 -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DETCDIR=\"/etc\" -DPIDDIR=\"/var/run\" -DBINDIR=\"/usr/local/bin\" -Izlib095 -g -O -DX_DISPLAY_MISSING ssh-askpass.c ssh-askpass.c:1: X11/X.h: No such file or directory ssh-askpass.c:2: X11/Xlib.h: No such file or directory ssh-askpass.c:3: X11/Xutil.h: No such file or directory ssh-askpass.c:4: X11/Xresource.h: No such file or directory ssh-askpass.c:5: X11/Xatom.h: No such file or directory ssh-askpass.c:10: X11/keysym.h: No such file or directory ssh-askpass.c:11: X11/cursorfont.h: No such file or directory ssh-askpass.c:25: parse error before `*' ssh-askpass.c:25: warning: data definition has no type or storage class ssh-askpass.c:26: parse error before `main_window' ssh-askpass.c:26: warning: data definition has no type or storage class ssh-askpass.c:27: parse error before `database'