ubuntu php5 xml support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • furious_radish

    ubuntu php5 xml support

    I have been trying to use php5's xml support.
    My OS is Ubuntu 5.10
    I am running apache2 with php5, no problems there.

    I installed the php5-xsl package but when I use any xsl related
    functions in my php, I get errors like:
    "Call to undefined function xslt_create();"

    I have played around with installing a bunch of other packages that
    might be remotely related, but my (limited) understanding of how the
    ubuntu package management system worked was that the dependancies were
    handled automatically.

    And yes, I did do[color=blue]
    >sudo apache2ctl restart[/color]
    to restart the apache server.

    I have also looked at
    /etc/php5/apache2/php.ini
    it contains the following line at the end of the file (I didn't add the
    line, it must have been done automatically)
    extension=xsl.s o


    phpprint(); outputs the following:
    XSL enabled
    libxslt Version 1.1.15
    libxslt compiled against libxml Version 2.6.20
    EXSLT enabled
    libexslt Version 1.1.15

    Any assistance would be much appreciated!
    Thank you for your time.

Working...