E |
EdgardMX |
Hello DirectAdmin.
Several current applications use the PHP extension bz2 or bzip2, which is missing (run: PHP -m) and cannot be installed from custombuil2. It's annoying having to use cPanel or CWP when everything is nice in DirectAdmin.
If anyone else has this problem, please support with your vote
Activity Newest / Oldest
smtalk
It requires the following to enable it:
cd /usr/local/directadmin/custombuild
./build update
./build set_php bz2 yes
./build php_bz2
Alternatively, you may do all of this in CustomBuild GUI on admin level as well :)
Jens Olsson
Should be:
./build update
./build set_php bz2 yes
./build php_bz2
smtalk
Status changed to: Live
smtalk
Added to CustomBuild 2.0 rev. 2708.
EdgardMX
Thank you very much DirectAdmin.
I understand that when executing php -m I will see it and it will also be detected by the applications. It is right?
Jens Olsson
Yes you will see it with "php -m" once it's installed.