This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

Could not perform XLST transformation

Subscribe to Could not perform XLST transformation 2 post(s), 2 voice(s)

 
Avatar haluk 1 post

I encountered with problem during following symfony tutorial. I think lamp stack does not support php-xsl. Although I commented out “extension=php_xsl.dll” I got this :

PHP Warning: PHP Startup: Unable to load dynamic library ’/home/hd/Applications/lampstack-1.1-2/php/lib/php/extensions/php_xsl.dll’ – /home/hd/Applications/lampstack-1.1-2/php/lib/php/extensions/php_xsl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
>> schema converting ”/home/hd/Applicatio…ndbox/config/schema.yml” to XML
>> schema putting /home/hd/Applications/l…box/config/generated-schema.xml
>> propel Running “om” phing task
[propel-om] Could not perform XLST transformation. Make sure PHP has been compiled/configured to support XSLT.
>> file- /home/hd/Applications/lampstack…box/config/generated-schema.xml
>> autoload reloading autoloading

Would someone be able to advise me on the solution to this? Many thanks in advance.

Regards Haluk

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Sorry but currently LAMPStack does not include XSLT support. The “php_dsl.dll” module is for windows platforms not for Linux. We should include this module in our side for the next version.

Cheers.

Forums LAMPStack