This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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