Xslt

Discussion in 'General' started by reason8, Nov 17, 2009.

  1. reason8

    reason8 Member

    Does anyone know if XSLT is compiled into the ISPConfig3 version of PHP? If not, what is the best way to build this into PHP on an system which is already running ISPConfig3 without breaking everything? I am currently running dolphin community software and users have said that you have to have XSLT installed and running but when doing a google search, it seems like I have to reinstall php and build XSLT into php during compiling.

    Can someone help me with this?

    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig 3 does not come with a bundled php. So if xslt is compiled in or not depends on your linux distribution and if you installed the xslt package for php.
     
  3. findafriend

    findafriend New Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Which Linux distribution do you use?
     
  5. findafriend

    findafriend New Member

    did you find a solution ?
     
  6. findafriend

    findafriend New Member

    debian (lenny)
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    run:

    apt-get install php5-xsl
    /etc/init.d/apache2 restart
     

Share This Page