php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80403 old macos version is ok,but update to macos big sur later ,compile failure
Submitted: 2020-11-23 03:42 UTC Modified: 2021-08-15 04:22 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:2 of 3 (66.7%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: 287306421 at qq dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 7.4.12 OS: macos big sur
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
3 - 1 = ?
Subscribe to this entry?

 
 [2020-11-23 03:42 UTC] 287306421 at qq dot com
Description:
------------
checking for mhash support... no
checking size of long... (cached) 8
checking if we're at 64-bit platform... yes
checking for iconv support... yes
configure: error: Please reinstall the iconv library.
lxmdeMacBook-Pro:php-7.4.12 root# 

Test script:
---------------
lxmdeMacBook-Pro:php-7.4.12 root#  ./configure   --prefix=/usr/local/php7 -with-apxs2=/usr/local/apache/bin/apxs  --with-config-file-path=/usr/local/php7/lib  --mandir=/usr/local/php7/share/man   --infodir=/usr/local/php7/share/info    --sysconfdir=/usr/local/apache/conf   --with-libdir=/usr/local/php7/share/lib   --enable-cli  --with-iconv-dir=/usr  --with-iconv=/usr   --with-openssl-dir=/usr/local/openssl   --with-openssl      --with-zlib=/usr/local/Zlib  --disable-phpdbg   --with-readline   --enable-shmop   --with-snmp    --enable-soap   --enable-sockets   --enable-sysvmsg   --enable-sysvsem   --enable-sysvshm   --with-tidy  --with-xmlrpc      --with-xsl     --enable-maintainer-zts --with-mysqli=mysqlnd   --without-pcre-jit   --with-pdo-pgsql=/usr/local/pgsql/bin   --with-pgsql=/usr/local/pgsql/bin     --with-ldap=/usr/local/openldap  --with-ldap-sasl    --with-libedit    --enable-mbstring   --enable-mbregex   --without-pear   --with-pear=no   --with-pdo-mysql=mysqlnd   --with-mysql-sock  --enable-bcmath   --with-bz2   --enable-calendar 

Expected result:
----------------
error: Please reinstall the iconv library.

Actual result:
--------------
error: Please reinstall the iconv library.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-08-04 14:08 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-08-04 14:08 UTC] cmb@php.net
If this is still an issue for you, please post the relevant part
of config.log; there should be more info.
 [2021-08-15 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC