[xml] libxml2-2.6.28 installation problem



Hi all,
 
I would like to install libxml to use, after that, libxml++. In fact, when I was installing this library, It request me to install libxml. 
I have downloaded the libxml2-2.6.28 version. But, unfortunately, i still have installation problems.
 
> ./config --prefix = /myProjectDir
> make
...
./.libs/libxml2.a(xmlIO.o)(.text+0x12d4): In function `xmlGzfileOpenW':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1171: undefined reference to `.gzdopen'
./.libs/libxml2.a(xmlIO.o)(.text+0x1330):/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2- 2.6.28/xmlIO.c:1193: undefined reference to `.gzopen'
./.libs/libxml2.a(xmlIO.o)(.text+0x1514): In function `__xmlParserInputBufferCreateFilename':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:2404: undefined reference to `.gzread'
./.libs/libxml2.a(xmlIO.o)(.text+0x1550):/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:2409: undefined reference to `.gzrewind'
./.libs/libxml2.a(xmlIO.o)(.text+0x17d8): In function `xmlFreeZMemBuff':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1354: undefined reference to `.deflateEnd'
./.libs/libxml2.a(xmlIO.o)(.text+0x1e10): In function `xmlGzfileOpen_real':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2- 2.6.28/xmlIO.c:1101: undefined reference to `.gzdopen'
./.libs/libxml2.a(xmlIO.o)(.text+0x1e74):/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1125: undefined reference to `.gzopen'
./.libs/libxml2.a( xmlIO.o)(.text+0x3acc): In function `xmlGzfileClose':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1248: undefined reference to `.gzclose'
./.libs/libxml2.a(xmlIO.o)(.text+0x3b40): In function `xmlGzfileWrite':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1232: undefined reference to `.gzwrite'
./.libs/libxml2.a(xmlIO.o)(.text+0x3d60): In function `xmlIOHTTPCloseWrite':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2- 2.6.28/xmlIO.c:1556: undefined reference to `.deflate'
./.libs/libxml2.a(xmlIO.o)(.text+0x4054): In function `xmlIOHTTPWrite':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1515: undefined reference to `.deflate'
./.libs/libxml2.a(xmlIO.o)(.text+0x4080):/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1527: undefined reference to `.crc32'
./.libs/libxml2.a(xmlIO.o)(.text+0x4258): In function `xmlGzfileRead':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1212: undefined reference to `.gzread'
./.libs/libxml2.a(xmlIO.o)(.text+0x4468): In function `xmlIOHTTPOpenW':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2- 2.6.28/xmlIO.c:1398: undefined reference to `.deflateInit2_'
./.libs/libxml2.a(xmlIO.o)(.text+0x44c0):/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/xmlIO.c:1413: undefined reference to `.crc32'
./.libs/libxml2.a( nanohttp.o)(.text+0x146c): In function `xmlNanoHTTPFreeCtxt':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/nanohttp.c:422: undefined reference to `.inflateEnd'
./.libs/libxml2.a(nanohttp.o)(.text+0x18d0): In function `xmlNanoHTTPRead':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28/nanohttp.c:1211: undefined reference to `.inflate'
./.libs/libxml2.a(nanohttp.o)(.text+0x28b8): In function `xmlNanoHTTPMethodRedir':
/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2- 2.6.28/nanohttp.c:782: undefined reference to `.inflateInit2_'
collect2: ld returned 1 exit status
make[2]: *** [xmllint] Error 1
make[2]: Leaving directory `/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2- 2.6.28'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nfs/mts_rd/IRD_APPLI/users/richard/Hamid/libxml2-2.6.28'
make: *** [all] Error 2
 
Than you.


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