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

[LDM #GQJ-707717]: LDM Compile Issue



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.