Page 1 of 1

Libxml2

Posted: Wed Aug 10, 2016 10:41 am
by andrea28
Hello,
I was recompiling Code Saturne 4.0.5 to change the MPI directory, when I configure the installation I get:
Configuration options:
use debugging code: no
use malloc hooks: no
use graphical user interface: yes
use long integers: yes
Zlib (gzipped file) support: yes
MPI (Message Passing Interface) support: yes
MPI I/O support: yes
MPI2 one-sided communication support: yes
OpenMP support: no
BLAS (Basic Linear Algebra Subprograms) support: no
Libxml2 (XML Reader) support: no
ParMETIS (Parallel Graph Partitioning) support: no
METIS (Graph Partitioning) support: yes
PT-SCOTCH (Parallel Graph Partitioning) support: no
SCOTCH (Graph Partitioning) support: no
CCM support: yes
HDF (Hierarchical Data Format) support: yes
CGNS (CFD General Notation System) support: yes
MED (Model for Exchange of Data) support: no
MEDCoupling support: no
Catalyst (ParaView co-processing) support: no
EOS support: no
freesteam support: no
SALOME GUI support: yes
SALOME Kernel support: yes
Dynamic loader support (for YACS): dlopen

I don't have the "yes" for Libxml2 which when I first installed the code I had.
I cleaned the saturne_build/prod directory and tried to put the path of the library when configuring, but i get "no" anyway.

Thanks for your time,

Andrea

Re: Libxml2

Posted: Wed Aug 10, 2016 12:39 pm
by Yvan Fournier
Hello,

You are probably missing the "libxml2-dev" package (or some equivalent, depending on your distribution).

Regards,

Yvan