zhouandtao 发表于 2018-12-16 11:22:37

mac 安装PHP提示“ld: symbol(s) not found for architecture x86_64”

mac 上安装php环境,出现如下错误:  

  
   "_libiconv_open", referenced from:
  
      _zif_iconv_substr in iconv.o
  
      _zif_iconv_mime_encode in iconv.o
  
      _php_iconv_string in iconv.o
  
      __php_iconv_strlen in iconv.o
  
      __php_iconv_strpos in iconv.o
  
      __php_iconv_mime_decode in iconv.o
  
      _php_iconv_stream_filter_factory_create in iconv.o
  
      ...
  
ld: symbol(s) not found for architecture x86_64
  
clang: error: linker command failed with exit code 1 (use -v to see invocation)
  
make: *** Error 1
  
peter:php-5.6.23 peter$ sudo make -v
  
Password:
  
GNU Make 3.81
  
Copyright (C) 2006Free Software Foundation, Inc.
  
This is free software; see the source for copying conditions.
  
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  
PARTICULAR PURPOSE.
  

  
This program built for i386-apple-darwin11.3.0


页: [1]
查看完整版本: mac 安装PHP提示“ld: symbol(s) not found for architecture x86_64”