PHP Compiling info..? - XSL

I had a friend compile and install a local PHP that im running

this was so that i could change certain values to allow for the Ray video uploads in the php.ini

The XSLT download/package was in the install package that he downloaded, heres the wiki he used:

http://wiki.dreamhost.com/Installing_PHP5#Compiling_a_Customized_PHP_5

So you can see the XSL stuff is there and it should have been setup. Does anyone know if there is a switch to turn it on or if there is something he might have missed. Because it doesnt show up in the php info file we have made obviously its not installed, though should be.

I've been told to recompile it, but I want to make sure it works! Since the files are there in that install package there must be something else we're missing?

Quote · 10 Jul 2008

make a file named test.php

copy and paste the following code:

 

<?php

phinfo();

?>

 

load test.php in your web browser and check xsl it's enabled

 

if not, ssh php root directory

 

./configure --enable-xslt=/path/to/www --with-xsl=/path/to/www --with-dom=/path/to/www

Quote · 10 Jul 2008

Nothing shows up at all in the php info regarding XSL

See (http://www.deciphagear.com/test1.php)

I'm going to get my friend to try to enable it using your

/configure --enable-xslt=/path/to/www --with-xsl=/path/to/www --with-dom=/path/to/www

..

is there anything else he might need to know?

Quote · 10 Jul 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.