Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!lll-winken.llnl.gov!uwm.edu!cs.utexas.edu!howland.erols.net!EU.net!news2.EUnet.fr!newsbr.eunet.fr!usenet From: fgm@osinet.fr (Frederic G. MARAND) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: libc.so.3.0 ????? Where the hell can i get this library? Date: Mon, 30 Sep 1996 18:58:48 GMT Organization: Groupe SEDI / Agorus SA / OSI SARL / Lines: 24 Message-ID: <52p8hl$hl@newsbr.eunet.fr> References: <3239C61B.7C84@oliverdesign.com> <3239AE71.2709@www.play-hookey.com> <3239B266.73ED@www.play-hookey.com> <324C7048.283@wsg.net> NNTP-Posting-Host: 193.107.196.155 X-Newsreader: Forte Free Agent 1.0.82 "David M. Fogarty" <chaos@wsg.net> wrote: >Ken Bigelow wrote: >> > > please email to >> > > >> > > tom@205.179.167.58 >> >> I tried to send it both ways as requested, but got a "host unknown" >> response and my e-mail returned. >You can't really e-mail to an ip from most systems as it will try to >look up the host _name_ 205.179.167.58 which will obviously fail since >it's not a name.... There are some that will deliver directly to an IP >if all else fails but unless yours is configured to do so...It's a no >go. There IS a workaround if the host is directly connected: you can send the message manually using SMTP, for instance with "telnet 205.179.167.58 smtp" which will connect you to the SMTP server. You can then send the message manually using SMTP data transfer. Unwieldy, but I did it a couple of times.