In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "what is the solution to the php compilation iconv error". In the daily operation, I believe that many people have doubts about the solution to the php compilation iconv error. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the question of "what is the solution to the php compilation iconv error?" Next, please follow the editor to study!
Solutions to iconv errors in php compilation: 1, replace "make ZEND_EXTRA_LIBS='-liconv'" with "make ZEND_EXTRA_LIBS='-liconv'" when make; 2, add "EXTRA_LIBS=.-lcrypt-liconv".
This article operating environment: Windows7 system, PHP7.1 version, DELL G3 computer
What about the iconv error in php compilation?
The solution of iconv error encountered in compiling php5
The first method:
In make, use make ZEND_EXTRA_LIBS='-liconv' instead
The second way, please.
Http://rental.zhupiter.com/postshow_273_1_1.html
If an error message such as "undefined reference to `libiconv_open'" appears when installing PHP into the system, it means that some environment variable values are not grasped in ". / configure". The error occurred while creating the "- o sapi/cli/php". The parameter to the iconv library to be link was given.
The fast solution is:
About 70 lines of VI Makefile:
EXTRA_LIBS =. -lcrypt
Add-liconv at the end, for example:
EXTRA_LIBS =. -lcrypt-liconv
Then make again.
At this point, the study on "what is the solution to the iconv error in php compilation" is over. I hope to be able to solve everyone's doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.