Red Hat Enterprise Linux ES v.4 32bit/EM64Tの環境でPHPのソースからのインストールを試みていますが、configureの4つ目のステップでエラーが発生しています。具体的には、APXSが見つからないというエラーメッセージが表示されています。パスの探し方をご教授いただけますか?
PHPのインストール
いつも拝見しております。
環境:Red Hat Enterprise Linux ES v.4 32bit/EM64T
PHPをソースからインストールしようと思いますが
configure でエラーが出てしまいます。
./configure \
--enable-mbstring \
--enable-mbregex \
--enable-track-vars \
--with-apxs=/usr/sbin/apxs \
--with-mysql=/usr/local/mysql
以下エラーです。
----------
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS...
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of /usr/sbin/apxs follows
./configure: line 3558: /usr/sbin/apxs: No such file or directory
configure: error: Aborting
----------
configure の4つ目でのエラーのようですが、
対処方法がわかりません。
パスが違うようですが、どうやってパスを探せばよろしいですか?
ご教授お願いいたします。
お礼
mazingaさん ご回答ありがとうございます。 MySQLをソースからインストールをしたので、PHPとApacheもソースからインストールをしようと思います。 ありがとうございました。