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.
Justin, > I am attempting to install the latest LDM version, but am running into an > error when running the configure command. The error is, "error: Header-file > not found." > I have the latest libxml2 and libxml2-devel libraries installed. I'll assume you verified that the error message is in reference to the libxml2 package and not some other package. I appears that the file "libxml/parser.h" isn't installed in a location that the compiler automatically checks. You can force the compiler to check this directory via the configure(1) variable "CPPFLAGS": ./configure ... CPPFLAGS=-I/<dir> ... where <dir> is the absolute pathname of the directory that contains the file "libxml/parser.h". > I should also mention that I enabled logging to local0 (-- > enable-logging=local0). Strictly speaking, that's not necessary because that's the default. Regards, Steve Emmerson Ticket Details =================== Ticket ID: GQJ-707717 Department: Support LDM Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.