From owner-freebsd-current Sat Sep 12 21:34:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19139 for freebsd-current-outgoing; Sat, 12 Sep 1998 21:34:42 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zone.syracuse.net (zone.syracuse.net [205.232.47.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19126; Sat, 12 Sep 1998 21:34:37 -0700 (PDT) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by zone.syracuse.net (8.8.8/8.8.7) with SMTP id AAA00747; Sun, 13 Sep 1998 00:30:30 -0400 (EDT) Date: Sun, 13 Sep 1998 00:30:30 -0400 (EDT) From: Brian Feldman X-Sender: green@zone.syracuse.net To: William Woods cc: FreeBSD Questions , FreebSD Current Subject: Re: ssh port problem..... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look in /usr/local/include. Delete /usr/local/include/arpa/inet.h et al. Cheers, Brian Feldman On Sat, 12 Sep 1998, William Woods wrote: > OK, I just installed rsarf from the ports useing make OBJFORMAT=aout and that > worked fine, but when I do a make OBJFORMAT=aout for ssh I get the following... > > ------------------------------------------------------------- > cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H > -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc > al/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/usr/local/etc/sshd_config\" > -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/usr/local/etc\" -DPIDDI > R=\"/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 > signals.c > cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H > -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc > al/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/usr/local/etc/sshd_config\" > -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/usr/local/etc\" -DPIDDI > R=\"/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 > blowfish.c > cc -pipe -c -I. -I.//usr/include -I.//usr/include -DHAVE_CONFIG_H > -DHOST_KEY_FILE=\"/usr/local/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/usr/loc > al/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/usr/local/etc/sshd_config\" > -DSSH_PROGRAM=\"/usr/local/bin/ssh1\" -DETCDIR=\"/usr/local/etc\" -DPIDDI > R=\"/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 > deattack.c > rm -f ssh > cc -pipe -Lrsaref2/source -L/usr/local/lib -o ssh ssh.o sshconnect.o > log-client.o readconf.o hostfile.o readpass.o tildexpand.o clientloop.o can > ohost.o idea.o rsa.o randoms.o md5.o buffer.o emulate.o packet.o compress.o > xmalloc.o ttymodes.o newchannels.o bufaux.o authfd.o authfile.o c > rc32.o rsaglue.o cipher.o des.o match.o arcfour.o mpaux.o userfile.o signals.o > blowfish.o deattack.o -L/usr/lib -lgmp -L/usr/lib -lz -lwrap -l > rsaref -lcrypt -L/usr/local/lib -lutil > sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment > sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > sshconnect.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > newchannels.o: Undefined symbol `___inet_addr' referenced from text segment > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > -------------------------------------------------------- > > Anyideas here folks ? > > --------------------- > William Woods > Date: 12-Sep-98 / Time: 20:32:32 > goto to: http//www.freebsd.org. > --> FreeBSD 3.0 CURRENT ELF <-- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message