Hi again,
Maybe I misunderstand, but netdb.h is not installed at all?
It's part of the GNU C libraries and should be installed.
A quick check shows the following on my machines (LFS 5 and suse):
Code:
$ locate netdb.h | xargs ls -l
-rw-r--r-- 1 root root 1349 Jun 5 2004 /usr/include/bits/netdb.h
-rw-r--r-- 1 root root 25993 Jun 5 2004 /usr/include/netdb.h
-rw-r--r-- 1 root root 2570 Jun 5 2004 /usr/include/rpc/netdb.h
Hope this gets you going again.