Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to install libapache2-modxslt on Ubuntu 12.04 LTS
    text
    copied!<p>I'm attempting to deploy a symphony application on ubuntu 12.04 LTS and am having problems installing libapache2-modxslt. Here is the output from check_configuration.php, as you can see XSL module is not installed.</p> <pre><code>******************************** * * * symfony requirements check * * * ******************************** php.ini used by PHP: /etc/php5/apache2/php.ini ** Mandatory requirements ** OK PHP version is at least 5.2.4 (5.3.10-1ubuntu3.2) ** Optional checks ** OK PDO is installed OK PDO has some drivers installed: mysql OK PHP-XML module is installed [[WARNING]] XSL module is installed: FAILED *** Install and enable the XSL module (recommended for Propel) *** OK The token_get_all() function is available OK The mb_strlen() function is available OK The iconv() function is available OK The utf8_decode() is available OK The posix_isatty() is available [[WARNING]] A PHP accelerator is installed: FAILED *** Install a PHP accelerator like APC (highly recommended) *** [[WARNING]] php.ini has short_open_tag set to off: FAILED *** Set it to off in php.ini *** OK php.ini has magic_quotes_gpc set to off OK php.ini has register_globals set to off OK php.ini has session.auto_start set to off OK PHP version is not 5.2.9 </code></pre> <p>I've type the following command in attempt to install libapache2-modxslt and this is what the output is.</p> <pre><code>mark@ubuntu:/$ sudo apt-get install libapache2-modxslt php5-xsl Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libapache2-modxslt </code></pre> <p>Please advise.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload