[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AF_INET problem



Karl Feaux wrote:
> 
> I did the binary install.
> 
> -k

Karl,

Where are you seeing this message?  How do you know it's associated with
stopping the LDM?

And, do you have AF_INET defined anywhere on your system, probably under
/usr/include? (as I do - see below)

Anne
-- 
***************************************************
Anne Wilson                     UCAR Unidata Program            
address@hidden                 P.O. Box 3000
                                  Boulder, CO  80307
----------------------------------------------------
Unidata WWW server       http://www.unidata.ucar.edu/
****************************************************

> >
> > In theory it would be set it <sys/socket.h>.  However, on my RHL 7.0, it
> > is set in the following two files:
> >
> > (anne) imogene:/local/ldm/src 33 % find /usr/include -name socket.h |
> > xargs grep 'AF_INET'
> > /usr/include/linux/socket.h:#define AF_INET 2 /* Internet IP Protocol
> > */
> > /usr/include/linux/socket.h:#define AF_INET6 10 /* IP version 6 */
> > /usr/include/linux/socket.h:#define PF_INET AF_INET
> > /usr/include/linux/socket.h:#define PF_INET6 AF_INET6
> > /usr/include/bits/socket.h:#define AF_INET PF_INET
> > /usr/include/bits/socket.h:#define AF_INET6 PF_INET6
> >
> > These values would have been hard wired into the code when it was built.
> >
> > Karl, did you do a binary installation or a source installation?
> >
> > Anne