On Thu, 2006-06-08 at 11:29 -0500, Fierst, Timothy M wrote:
> > your /etc/protocols is not "rich" enough
> > dns is udp AFAIK
> 
> > ip      0       IP      # internet protocol, pseudo protocol number
> > icmp    1       ICMP    # internet control message protocol
> > igmp    2       IGMP    # internet group multicast protocol
> > ggp     3       GGP     # gateway-gateway protocol
> > tcp     6       TCP     # transmission control protocol
> > pup     12      PUP     # PARC universal packet protocol
> > udp     17      UDP     # user datagram protocol
> > idp     22      IDP     # WhatsThis?
> > raw     255     RAW     # RAW IP interface
> 
> Sorry, in my original mail, I did not dump my entire /etc/protocols
> file.
> I had all in there except the last two.  My raw entry _was_ commented
> out, and my idp entry looked like:
> 
> idp     22      IDP             # Xerox NS IDP
> 
> So I changed them to look like yours.
> 
> 
> > and you need that also in /etc/services
> > 
> > domain           53/tcp    Domain Name Server
> > domain           53/udp    Domain Name Server
> > 
> > -- 
> >   H
> > CUH Rainer Peter Feller
> >   H
> 
> I added these into my /etc/services file as well.  No luck.  I'm only
> interested in using the "files" library, i.e. the actual files in /etc.
> I don't need DNS or NIS.
> 
> Thanks for the input.
> 
> -Tim
Hi,
so you know what ipd is, nice. There should be no need to change the
comment in /etc/protocols :-)

so other files should matter ...
/etc/hosts

127.0.0.1       localhost
192.168.0.1     gatehost
192.168.0.2     myhost

/etc/host.conf

order hosts,bind
multi on

something like this should help

are all libnss* there?
they will be opened with dlopen depending on /etc/nsswitch.conf
also your app is staticly linked

-- 
  H
CUH Rainer Peter Feller
  H

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to