Date: Sun, 13 Sep 1998 00:30:30 -0400 (EDT) From: Brian Feldman <green@unixhelp.org> To: William Woods <wwoods@cybcon.com> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG>, FreebSD Current <freebsd-current@FreeBSD.ORG> Subject: Re: ssh port problem..... Message-ID: <Pine.BSF.4.02.9809130029570.669-100000@zone.syracuse.net> In-Reply-To: <XFMail.980912203452.wwoods@cybcon.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <wwoods@cybcon.com> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02.9809130029570.669-100000>