Niestety mi nie działa coś xslt.

Proszę o jakieś wskazówki ponieważ musze przy projekcie do pracy inż. to wykorzystać, a mam problemy z instalacją. Mam dwa serwery o następującej konfiguracji:
1)serwer
Kod
'./configure' '--prefix=/usr' '--disable-static' '--with-apxs=/usr/sbin/apxs' '--sysconfdir=/etc' '--enable-discard-path' '--with-config-file-path=/etc/apache' '--enable-safe-mode' '--with-openssl' '--enable-bcmath' '--with-bz2' '--with-pic' '--enable-calendar' '--enable-ctype' '--with-gdbm' '--with-db3' '--enable-dbase' '--enable-ftp' '--with-iconv' '--with-gd' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png' '--with-gmp' '--with-mysql=shared' '--with-xml=shared' '--with-gettext=shared' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop' '--enable-sockets' '--with-regex=php' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp' '--enable-memory-limit' '--with-tsrm-pthreads' '--enable-shared' '--disable-debug' '--with-zlib=/usr' '--enable-xslt' '--with-xslt-sablot' '--with-xsl=/usr/lib'
Sekcja XSL:
XSL enabled
libxslt Version 1.1.12
libxslt compiled against libxml Version 2.6.16
EXSLT enabled
libexslt Version 1.1.12
2)serwer
Kod
'./configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-xsl=/usr/include/libxslt' '--enable-xslt' '--with-xslt-sablot' '--with-expat-dir=/usr/local/lib'
sekcja XSL:
XSL enabled
libxslt Version 1.1.11
libxslt compiled against libxml Version 2.6.14
EXSLT enabled
libexslt Version 1.1.11
No i mam taki przykladowy kod:
<?php
$xsltproc = new XSLTProcessor;
$xslt_result = xslt_process($xsltproc, 'input.xml', 'input.xsl');
xslt_free($xsltproc);
?>
...........
<?php
?>
i dostaję błąd:
Fatal error: Call to undefined function xslt_process() in /home/pawel/public_html/xslt_test.php on line 3
Jakakolwiek funkcje XSLT uzywam to pojawia sie taki blad. Co jest nie tak? prosze o pomoc