teddysun / lamp

Install LAMP (Linux + Apache + MySQL/MariaDB + PHP) for AlmaLinux/RockyLinux/CentOS/Debian/Ubuntu

Home Page:https://lamp.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libenchant-dev install failed on Debian 11

bolucat opened this issue · comments

commented

This is only a suggestion for this script to support next stable version of Debian

On Debian 11 package libenchant-dev does not exist when install PHP (using standard official sources):

libjpeg-dev libpng-dev libfreetype6-dev libpspell-dev libmhash-dev libenchant-dev libmcrypt-dev

This package should be replaced by libenchant-2-dev , and after replacing this package everything works fine

Not support Debian 11 yet.
This project now only fixes bugs.

commented

I got it, I will close this issue and if anyone confronts the same problem can find a solution here