Date: Fri, 19 Sep 1997 23:08:57 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: Khetan Gajjar <khetan@iafrica.com> Cc: questions@FreeBSD.ORG Subject: Re: Problem with ssh port ? Message-ID: <Pine.BSF.3.96.970919230811.716M-100000@gdi.uoregon.edu> In-Reply-To: <Pine.BSF.3.96.970919000827.2672l-100000@chain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 19 Sep 1997, Khetan Gajjar wrote: > Hi. > > I decided to try and upgrade my ssh to 1.2.21 (the latest version in the ports). > I'm running 2.2-STABLE, and have had no problems with ssh before this one. > > I tried building the files concerned manually and adding -I/usr/include/arpa/, > but that didn't help. > > Does anybody have any suggestions ? > > cc -pipe -L/usr/local/lib -o ssh ssh.o sshconnect.o log-client.o readconf.o hostfile.o readpass.o tildexpand.o clientloop.o canohost.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 auth > fd.o authfile.o crc32.o rsaglue.o tss.o cipher.o des.o match.o arcfour.o mpaux.o userfile.o signals.o blowfish.o -L/usr/lib -lgmp -L/usr/lib -lz -lwrap -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 You might check sshconnect.c, canohost.c, and newchannels.c, and make sure they include <sys/socket.h>, <netinet/in.h> and <arpa/inet.h>. The referenced functions live in those headers. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major Spam routed to /dev/null by Procmail | Death to Cyberpromo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970919230811.716M-100000>