OSX 10.8でネイティブなPHPをセットアップするための多くのチュートリアルに従おうとしましたが、それを達成できませんでした。続行すると悪化するだろうと感じています。これが私があなたに話すことができない情報です(あなたがより多くの情報を必要とするならば私に知らせてください):
ターミナルで入力which php
すると、/usr/bin/php
XCode4.5.2をインストールしています
コマンドラインツールをインストールしています
XQuartz-2.7.4をインストールしています
GCC10.7v2をインストールしています
ファインダーでは、私の/Library/WebServer/Documents/
ショー:
と、(別のスコープで実行されているPHPをテストするためにこれを複製しました-¿多分?、明らかに機能しませんでした)、、、およびを含むinfo.php
フォルダーorig
index.html.en
info.php
PoweredByMacOSX.gif
PoweredByMacOSXLarge.gif
これらのディレクトリは存在します:
/usr/local/include
/usr/local/bin
/usr/local/lib
/usr/local/man/man1
~/.pearrc
戻り値-bash: /Users/me/.pearrc: No such file or directory
rMBPで10.8.2を実行しています
私の.bash_profile
:
export PATH="$HOME/bin:$PATH"
if [ -f `brew --prefix`/etc/bash_completion.d/git-completion.bash ]; then
. `brew --prefix`/etc/bash_completion.d/git-completion.bash
fi
GIT_PS1_SHOWDIRTYSTATE=true
if [ -f `brew --prefix`/etc/bash_completion.d/git-prompt.sh ]; then
. `brew --prefix`/etc/bash_completion.d/git-prompt.sh
fi
PS1='CANT SHOW YOU'
if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export SCALING_SECRET_TOKEN="CANT SHOW YOU"
私の.bashrc
:
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
私のユーザーアカウントの設定は次me.conf
の場所にあり/etc/apache2/users
ます:
<Directory "/Users/me/Sites/">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
私のhttpd.conf
:
LoadModule php5_module libexec/apache2/libphp5.so // I removed the # at the begining
//under <Directory "/Library/WebServer/Documents">
AllowOverride All // changed to All from None
このエラーが発生しました:
Error: uncaught throw `Failed executing: ./configure --prefix=/usr/local/Cellar/php54/5.4.8 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.4 --with-config-file-path=/usr/local/etc/php/5.4 --with-config-file-scan-dir=/usr/local/etc/php/5.4/conf.d --with-iconv-dir=/usr --enable-dba --with-ndbm=/usr --enable-exif --enable-soap --enable-wddx --enable-ftp --enable-sockets --enable-zip --enable-pcntl --enable-shmop --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-mbstring --enable-mbregex --enable-bcmath --enable-calendar --with-zlib=/usr/local/Cellar/zlib/1.2.7 --with-ldap --with-ldap-sasl=/usr --with-xmlrpc --with-kerberos=/usr --with-xsl=/usr --with-curl=/usr/local/Cellar/curl/7.28.0 --with-gd --enable-gd-native-ttf --with-freetype-dir=/usr/local/Cellar/freetype/2.4.10 --with-mcrypt=/usr/local/Cellar/mcrypt/2.5.8 --with-jpeg-dir=/usr/local/Cellar/jpeg/8d --with-png-dir=/usr/local/Cellar/libpng/1.5.13 --with-gettext=/usr/local/Cellar/gettext/0.18.1.1 --with-snmp=/usr --with-libedit --mandir
そしてこれ:
Error: uncaught throw `No available formula for zlib '