SOFTELメモ Developer's blog

mod_fcgidのコンパイルでapxsがないと言われたら

Category: apache, linux Tagged: 2010/06/07

こんなエラーが出ることがある

# ./configure.apxs
./configure.apxs must be able to find apxs in your path,
or the environment variable APXS must provide the full path of APXS,
or you may specify it with:

APXS=/path/to/apxs ./configure.apxs

これで解決

# yum install httpd-devel

関連するメモ

コメント