Hi all,
I am trying to build PHP version 4.3.2, when configure gets to this part
checking whether to enable xslt support... yes
checking for XSLT Sablotron backend... yes
checking for libexpat dir for Sablotron XSL support... no
checking for iconv dir for Sablotron XSL support... no
checking for JavaScript for Sablotron XSL support... no
checking for Sablotron libraries in the default path... found in /usr/local
checking for sablot-config... found
checking for Sablotron version... configure: error: Sablotron version 0.96
or greater required.
it falls over
I can confirm I'm using version 0.98 of Sablotron
/usr/local/bin/sablot-config --version
0.98
This is what I'm passing to configure
./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--with-mysql=/usr/local/mysql-3.23.51-pc-linux-gnu-i686 \
--with-pgsql=/usr/local/pgsql/ \
--enable-xslt \
--with-xslt-sablot=/usr/local/lib \
--with-curl \
--enable-track-vars \
--enable-ftp \
--with-dom=/usr/lib \
--with-zlib \
--with-zlib-dir=/usr/local/include \
--with-gd \
--with-png-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--with-tiff-dir=/usr/lib \
--with-xpm-dir=/usr/X11R6/lib \
--with-freetype-dir=/usr/local/lib/ \
--enable-gd-native-ttf \
--with-imap \
--with-iconv \
--with-mnogosearch
any help greatly appreciated
Regards
Stew