10 May, 2010

Symfony: XSL module to install in Ubuntu

Posted by: admin In: Linux|php|symfony

Following the tutorial Simfony (known PHP Framework) to the preliminary pre-requisite, reflected the lack of XSL module under Apache and PHP. Specifically, the message I found was:

[[WARNING]] XSL module is installed: FAILED
*** Install the XSL module (recommended for Propel) ***

The workaround is to install apt-get the missing modules as follows:

sudo apt-get install libapache2-modxslt php5-xsl

then restart the instance of Apache2

sudo / etc/init.d/apache2 restart

Restarting the configuration check the error message should be gone.

1 Response to "Symfony: XSL module to install in Ubuntu"

1 | Jan

July 6th, 2010 at 07:32

Avatar

Thanks for that! I’ve been searching that for a long time!!!

Comment Form