我更新到了蒙特雷,我正在尝试构建我的xcode项目。
我有一个在构建阶段运行的自定义php脚本,我得到了以下错误。
/Users/jonathan/Library/Developer/Xcode/DerivedData/SwiftApp-aboxvgocemtxyjcdbgadfktiyxvd/Build/Intermediates.noindex/SwiftApp.build/Debug Dev-iphoneos/SiteSelectedLibraryApp.build/Script-025223DA20C597E100D80A6A.sh: line 3: php: command not
我试着在我的MacBook Pro (OSX Sierra)上安装paramiko,而不是通过Xcode,因为我太懒了,不敢诚实地安装Xcode。
尝试运行时:
brew install paramiko
我得到了:
Error: No available formula with the name "paramiko"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No form
我有~/.bash_profile和~/.profile文件。
~/.bash_profile包含一行:
export PATH=/Applications/mamp/bin/php5.5.3/bin:$PATH
~/.profile包含三行:
# MacPorts Installer addition on 2014-02-02_at_20:54:53: adding an appropriate PATH variable for use with MacPorts.
export PATH=/Applications/MAMP/bin/php5.5.3/bin/:/opt/local/b
我正试图在OSX10.9小牛上构建memcached扩展,以便与PHP5.4中的内置版本一起使用,最初我尝试了pecl install memcached,但结果如下。
checking for zlib location... configure: error: memcached support requires ZLIB. Use --with-zlib-dir=<DIR> to specify the prefix where ZLIB headers and library are located
ERROR: `/private/tmp/pear/install/mem
我在OS中安装mongo驱动程序是有问题的。我在小牛身上安装和配置了它。这就是我在航站楼里得到的:
$ sudo pecl install mongo
Password:
/usr/local/bin/pecl: line 28: /usr/local/bin/php: No such file or directory
/usr/local/bin/pecl: line 28: exec: /usr/local/bin/php: cannot execute: No such file or directory
我已经安装并更新了Xcode以及命令行工具。Pecl是否改变了约塞米蒂,还是其他
运行phpsize时,获得以下错误:
$ cd /usr/local/xcache-2.0.0
$ phpize
grep: /usr/include/php/main/php.h: No such file or directory
grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:
我正在尝试设置Laravel的Valet,作为一种依赖关系,它需要PHP 7。当我尝试用Homebrew安装PHP 7时,我得到以下错误:
Configuring SAPI modules
checking for Apache 2.0 handler-module support via DSO through APXS...
Sorry, I cannot run apxs. Possible reasons follow:
1. Perl is not installed
2. apxs was not found. Try to pass the path using --wi
在Symfony配置期间,建议安装和启用intl扩展。我遵循了本教程:。
在终端中,我编写了以下命令:
sudo port install php54-intl
但后来我收到了这样的信息:
Warning: The Command Line Tools for Xcode don't appear to be installed;
most ports will likely fail to build.
Warning: See http://guide.macports.org/chunked/installing.xcode.html
for more information.
是否有一个工具可以让我点击一个窗口,这个工具会告诉我该窗口属于哪个进程?
解释:
我在Xcode 3.2.3中为iPhone OS 4.0beta3工作。想要安装旧的Xcode (所有旧的SDK都用beta3删除)。
我不想浪费时间,所以我继续为iPhone OS4.0beta3编写新的Xcode,同时下载xcode 3.2.2并使用iPhone SDK3.2开始安装xcode 3.2.2。
过了一段时间,有一扇窗户来了:
“安装警报”
In order to continue installation, please close the following application:
Xcod
所以我已经安装了xdebug,但我猜它是错误的版本,因为我下载了一个预编译的版本,但它不能工作,所以我决定自己做一个。我按照xdebug站点上的说明操作,当运行phpize时,我得到了以下错误:
Cannot find config.m4.
Make sure that you run './phpize' in the top level source directory of the module
当我在/usr/bin目录中运行phpize时,我得到了同样的错误。
当我尝试查看我正在运行的phpize的版本时,我得到了以下错误:
grep: /usr/include/p