How to Add xsl PHP Extension (DirectAdmin)
- SSH into the server and navigate to DirectAdmin’s custombuild folder and edit the file shown below:
cd /usr/local/directadmin/custombuild
vi configure/ap2/configure.php5
****
- Add below line into configure.php5
--with-xsl
- Save the file and recompile PHP through custombuild:
./build clean
./build php n
Updated on: 09/11/2018
Thank you!