Home > Article > Backend Development > What to do if lnmp php installation fails
The solution to lnmp php installation failure: first find the "lnmp1.5/include/version." file; then open and modify "#Freetype_Ver='freetype-2.7'" to "#Freetype_Ver='freetype-2.9" "That's it.
Recommended: "PHP Video Tutorial"
php installation failed when installing lnmp in linux environment
Solution:
Find lnmp1.5/include/version.sh
Open the file and modify #Freetype_Ver='freetype-2.7'
to #Freetype_Ver ='freetype-2.9'
That's it
The above is the detailed content of What to do if lnmp php installation fails. For more information, please follow other related articles on the PHP Chinese website!