くまきち

山と旅と家族が大事。
でも激しい物欲が理性と財布のタガを飛ばす
最近は自転車も乗ってる

続々・Mavericks 更新の弊害(PHP::PDO_PgSQL)

2013-10-26 23:32:57 | SEまわり
続き。

PostgreSQL は元々 9.2 を OS X 用のバイナリパッケージからインストールしていた。
PgAdmin とかのアイコンもいつのまにか消えてしまっていたので、この際 9.2 の資産は全部捨てることにして、9.3 をダウンロードして、インストールも終わった。

ということで、pdo_pgsql を作るとこの続き。

# cd Downloads/php-5.4.20/ext/pdo_pgsql/
# ./configure --with-pdo-pgsql
configure: WARNING: unrecognized options: --with-pgsql
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i386-apple-darwin13.0.0
checking host system type... i386-apple-darwin13.0.0
checking target system type... i386-apple-darwin13.0.0
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20100525
checking for PHP installed headers prefix... /usr/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking for PostgreSQL support for PDO... yes, shared
checking for pg_config... not found
configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path


だそうなので、--with-pgsql=/Library/PostgreSQL/9.3 を付けてみたけれど、結果は同じだった。
libpq-fe.h はちゃんとあるんだけどなあ(下記)

# ls /Library/PostgreSQL/9.3/include/libpq-fe.h
/Library/PostgreSQL/9.3/include/libpq-fe.h


はて。。。

configure にはデバッグオプションとか verbose 出力スイッチがないみたいだ(./configure --help した)。
どうしたものか。
また詰まったぞ。

このエラーメッセージは昔ずいぶん何度も出遭ったやつなんだがなあ。

最新の画像もっと見る