i installed apache 2.2 with php 5.2.17 i want to build suphp with it but when i build suphp with following options its giving me error
./configure --with-apxs=/ifail/bin/apxs --with-apr=/apr/bin/apr-1-config --with-setid-mode=owner --with-php=/nope/ --with-logfile=/var/log/suphp.log --sysconfdir=/etc/ --enable-SUPHP_USE_USERGROUP=yes
ERROR
make[3]: *** [mod_suphp.lo] Error 1
make[3]: Leaving directory `/dd/suphp-0.7.1/src/apache2'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/dd/suphp-0.7.1/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/dd/suphp-0.7.1/src'
make: *** [all-recursive] Error 1
i installed apr-devel apr-util-devel php-pdo and php-cli also
my php is cgi enabled
i am expecting a good replay