I'm trying to do some PHP+XSLT stuffs and I can't seem to get the XSLT functions to show up in PHP. I have php-xslt-4.0.6-7mdk, sablotron-0.71-1mdk, libsablotron0-0.71-1mdk installed, along with all the latest Apache and PHP stuff from cooker.
In my /etc/php.ini I have included "extension = xslt.so" (which wasn't automatically added when I installed the RPM, by the way). Looking at phpinfo(), it shows that both XML and XSLT extensions are loaded. When I try to load a page generated by XSLT it shows: Fatal error: Call to undefined function: xslt_run() in /home/drfickle/public_html/xsl-test/index.php on line 123 When I look at my Apache logs it says: [Sun Dec 2 00:02:28 2001] [notice] child pid 8994 exit signal Segmentation fault (11) Anyone have ideas why this would be segfaulting? I tried setting LogLevel to 'debug' in my httpd.conf, but it didn't seem to generate any more interesting output. -- Steve Fox http://k-lug.org
