[xslt] Having a problem in installing libxslt



Hi,
I have already installed in the default path in cygwin and used both libxml2 and libxslt.
 
But now I tried installing in a different directory and few errors occur.
I installed libxml2 2.6.27 in the path,

 ./configure --libdir=/c/users/sramaswami/libs --bindir=/c/users/sramaswami/bin
 make
 make install

Then, when I tried installing libxslt 1.1.21, got the error as follows,
 
$ ./configure --libdir=/c/users/sramaswami/libs --bindir=/c/users/sramaswami//bin
--with-libxml-include-prefix=/usr/local/include/libxml2/libxml --with-libxml
-libs-prefix=/c/users/sramaswami/libs
.......
........
checking for libxml libraries >= 2.6.27... configure: error: Version 2.6.26 foun
d. You need at least libxml2 2.6.27 for this version of libxslt
 
But I have installed the latest version on libxml2 for using libxslt. Is there something wrong
in the path I specified to configure libxslt??
 
Senthil


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