[xml] libxml2 build problem



Trying to build libxml2-2.5.8 on Solaris 8, gcc 2.95.3

./configure --prefix=/usr/local/pkg/LibXML-2.5.8
--with-zlib=/usr/local/pkg/ZLib-1.1.4

make fails when linking xmllint, because libz is missing

The problem could be fixed by adding

  Z_LIBS = -L/usr/local/pkg/ZLib-1.1.4 -lz      [was empty]
  LIBS = -lsocket -lnsl $(Z_LIBS)               [$(Z_LIBS) added]

to Makefile and examples/Makefile.

IMHO this should be fixed in the confgure script, but I am not
familiar with autoconv. Please contact me for any additional
information if needed.


Mit freundlichen Grüßen / Best regards
Utimaco Safeware AG
Systemhaus
Germanusstrasse 4
52080 Aachen

Michael Ringe
Development Engineer
Tel.  +49 (0)241 1696-0
Fax.  +49 (0)241 1696-199
mailto:Michael Ringe aachen utimaco de
http://www.utimaco.de






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