What to do if there is an error in php compilation

藏色散人
Release: 2023-03-04 11:32:01
Original
1834 people have browsed it

Solution to php compilation errors: First open and edit the Makefile; then find the "EXTRA_LIBS = ..... -lcrypt" item; then add "-liconv"; and finally re-make.

What to do if there is an error in php compilation

Recommended: "PHP Video Tutorial"

php compilation error

[Error description]

When Make compiles and installs php, collect2: ld returned 1 exit status make

[Solution]

Edit the Makefile at about line 144: EXTRA_LIBS = ..... -lcrypt Add -liconv at the end and remake

The above is the detailed content of What to do if there is an error in php compilation. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!