Question about XSL extension not available

seoguru

Verified User
Joined
Jul 30, 2011
Messages
21
Hi guys,

I just tried to install one script but it requires the following:
XSL extension not available

Well, what I did, I've already added --with-xsl to my current php configuration and then I've tried to build this php addon by executing ./build libxslt
There was no error during the installation but for some reason I am still getting the above mentioned warning that XSL extension is not available.

Am I missing something?

Thanks
 
guys,
Thanks for your replies.

Here is my steps:

1. I added '--with-xsl '

Output:
cat /usr/local/directadmin/custombuild/configure/ap2/configure.php5
#!/bin/sh
./configure \
--with-apxs2 \
--with-curl=/usr/local/lib \
--with-gd \
--enable-gd-native-ttf \
--with-ttf \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-freetype-dir=/usr/local/lib \
--with-kerberos \
--with-openssl \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-mysqli=/usr/bin/mysql_config \
--with-pcre-regex=/usr/local \
--with-pdo-mysql=/usr \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-zip \
--with-iconv=/usr/local \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-mbstring \
--enable-soap \
--with-xsl \
--with-mpm=worker


Then I did:
#cd /usr/local/directadmin/custombuild
#./build libxslt


And here is what I got:
Done libxslt.
 
You cant just edit the file you have to move it to a custom folder. It will be overwritten next time you run build update
 
Back
Top