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

Re: [xml] libxml compilation



>This mean 
>    - one of the module was compiled using the zlib headers
>    - the zlib library was not found at link time
>
>  Most likely, you can configure, compiled some stuff, it didn't link
>so you tried removing the library but didn't recompiled the .o,
>why autoconf don't find -lz in 5.2 I have no idea.
>
>  Suggestion: update to some recent version of Red Hat Linux
>  Alternate: remove *also* the headers from zlib not just the shared library

Thanks, Daniel,
I managed to compile libxml by commenting 
the line in the file config.h (generated by 
config, obviously it found my zlib):

/* Define if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1  <-- comment

Carlos




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