Just saw this in the weekly php.dev summary on Zend.com.

Sablotron is working fine for me.

>From phpinfo():

XSLT - support enabled 
Backend - Sablotron 
Sablotron Version - 0.97 
Sablotron Information - Cflags: -g -O2 Libs: -L/usr/local/lib -lexpat 
Prefix: /usr/local

Details: 

linux (kernel 2.4.19)
Apache 1.3.27
expat 1.95.4
Sablotron 0.97
GCC 3.2.1
PHP 4.3.0
Configure line:  './configure' '--with-apache=../../apache/apache_1.3.27/' 
'--with-pgsql' '--with-regex=php' '--enable-sockets' '--without-mysql' 
'--disable-debug' '--enable-xslt' '--with-xslt-sablot' '--disable-cli' 
'--with-gd' '--with-zlib' '--with-freetype-dir'

This machine is a gentoo linux box, but I also have a RH linux 7.3 box 
running with nearly identical software, the only major difference being 
gcc. Apache, Sablotron and PHP were all compiled from source on both 
machines. The configure line for the RH box is...

 './configure' '--with-apache=../../apache/apache_1.3.27' '--with-pgsql' 
'--with-regex=php' '--enable-sockets' '--enable-porter' '--enable-stem' 
'--without-pear' '--without-mysql' '--disable-debug' '--enable-xslt' 
'--with-xslt-sablot' '--with-iconv' '--with-gd' '--with-jpeg-dir=/usr' 
'--with-png-dir=/usr' '--with-zlib-dir=/usr' '--with-freetype-dir=/usr' 
'--disable-cli' '--with-cryptopp'

--with-cryptopp, --enable-stem and --enable-porter are home-grown extensions 
that shouldn't affect Sablotron.

I had no problems with the configure script on either machine. I ran 
buildconf before configuring, so the configure script as shipped in the 
tarball might be the problem. I can check if need be.

J


Sterling Hughes wrote:

> -----Forwarded Message-----
> 
>> From: Lars Consume <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED]
>> Cc: Luke Murphy <[EMAIL PROTECTED]>
>> Subject: 4.3.0 w/ Sablotron version check problem
>> Date: 08 Jan 2003 15:23:07 -0500
>> 
>> Dear Mr. Hughes,
>> 
>> Since 4.3.0 is a recent release, and because I haven't been able to
>> find any similar information on the Web or in any of the large PHP
>> forums, I am writing to you to notify you of a problem I'm having when
>> running the ./configure command against php 4.3.0 with the Sablotron
>> extensions. Namely, the configure script reports that I need Sablotron
>> v 0.96 or higher, when in fact I have just installed Sablotron v 0.97.
>> I have run ldconfig, and have checked the sablot-config file to make
>> sure there isn't a typo in there--sure enough it says "0.97". I'm
>> wondering if there's a bug in the configure information or in one of
>> the checks.
>> 
>> Here's my command line:
>> ./configure --with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local
>> --disable-short-tags --with-config-file-path=/etc
>> --with-calendar=shared --with-curl=/usr/local --enable-exif
>> --enable-ftp --with-gd --with-jpeg-dir=/usr/local --enable-magic-quotes
>> --with-mcrypt=/usr/local --with-mhash=/usr/local --with-ming=/usr/local
>> --with-mysql --with-openssl --with-pear --with-pgsql
>> --with-png-dir=/usr/local --enable-sockets --with-t1lib=/usr/local
>> --enable-track-vars --enable-trans-sid --with-ttf --enable-wddx
>> --with-xml --enable-xslt --with-xslt-sablot --with_sablot_js
>> --with-zlib --with-zlib-dir=/usr/local
>> 
>> And here's my error output during config:
>> checking for XSLT Sablotron backend... yes
>> checking for libexpat dir for Sablotron XSL support... yes
>> checking for iconv dir for Sablotron XSL support... yes
>> checking for JavaScript for Sablotron XSL support... yes
>> 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.
>> 
>> The Machine is Red Hat Linux v 2.4.7-10
>> 
>> Please feel free to forward this e-mail to anyone who might be a more
>> appropriate recipient.
>> 
>> Thank you for your time.
>> 
>> Kristofer Widholm


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to