After installing PHP 4.1.2 (same problem with 4.1.1). I cannot get the Sablot functions to work.
My system is Debian woody (2.2.20 compact).
The xslt_process function results in this error msg:
Warning: Supplied argument is not a valid XSLT Processor resource in /home/public_html/testnews.php on line 51
Transformation failed.
I have done the following:
expat-1.95.2
./configure
make
make install
Sablot-0.82
./configure
make
make install
PHP 4.1.2
./configure --with-apxs=/usr/local/apache/bin/apxs --with-curl --with-zlib-dir=shared --enable-ftp --with-db=shared --enable-magic-quotes --with-mysql=/usr/local/mysql --enable-safe-mode --enable-track-vars --enable-versioning --with-mcrypt --with-gettext --enable-trans-sid --with-mhash --enable-xslt --with-xslt-sablot --with-expat --enable-sysvsem --enable-sysvshm
make
make install
Everything compiles fine no error msg, phpinfo() displays expat and XSLT extention. But it does not work.
Any help would be appreciated.
-Stan