faqts : Computers : Programming : Languages : PHP : General Information : PHP5

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 3 people (33%) answered Yes
Recently 1 of 3 people (33%) answered Yes

Entry

How can I get libxslt to work under php5?Where does one place the --with-xsl[=DIR] line?

Jun 16th, 2005 04:19
Philip Olson, Rui Guedes,


When compiling PHP. For example:
  ./configure --with-xsl
  make
  make install
See also: http://php.net/xsl
You may want to point to your libxml library as well by adding this to
the configure (assuming /usr/local is the prefix):
 --with-libxml-prefix=/usr/local
If using a package or RPM, install the appropriate package or RPM.