I check apt search lsphp74-mcrypt but i couldn't see lsphp74-mcrypt.
i try several method but i not successful.
/usr/local/lsws/lsphp74/bin/pecl not found how can i install mcrypt etc.. ?
I Solved this problem.
My Solution Steps.
Step One : apt install {lsphp74-dev , libpcre3-dev } -y
Step Two : /usr/local/lsws/lsphp74/bin/pecl update-channels
Step Three : /usr/local/lsws/lsphp74/bin/pecl install mcrypt
Step Four : You must add "extension=mcrypt.so" to php.ini
Step Five : service lsws restart.
Happy end
i try several method but i not successful.
/usr/local/lsws/lsphp74/bin/pecl not found how can i install mcrypt etc.. ?
I Solved this problem.
My Solution Steps.
Step One : apt install {lsphp74-dev , libpcre3-dev } -y
Step Two : /usr/local/lsws/lsphp74/bin/pecl update-channels
Step Three : /usr/local/lsws/lsphp74/bin/pecl install mcrypt
Step Four : You must add "extension=mcrypt.so" to php.ini
Step Five : service lsws restart.
Happy end
Last edited: