El Martes 08 Septiembre 2009, Brian Marshall escribió: > Hi All, > > I can't get suPHP to compile with a stock CentOS 5.2 system. If I > donwload the current these are my results. I get the same results > using the most current build 0.7.1. Any help would be greatly > appreciated. > > Here's my packages > > [r...@smizbiz suphp-0.7.0]# yum list | grep http > httpd.x86_64 2.2.3-22.el5.centos.2 > installed > httpd-devel.x86_64 2.2.3-22.el5.centos.2 > installed > httpd-devel.i386 2.2.3-22.el5.centos.2 > installed > httpd-manual.x86_64 2.2.3-22.el5.centos.2 > installed > [r...@smizbiz suphp-0.7.0]# yum list | grep php > php.x86_64 5.1.6-23.2.el5_3 > installed > php-cli.x86_64 5.1.6-23.2.el5_3 > installed > > > Here's my apache deps > > [r...@smizbiz ~]# which apxs > /usr/sbin/apxs > [r...@smizbiz ~]# which apr-1-config > /usr/bin/apr-1-config > > Here's my configure string > ./configure --prefix=/usr --sysconfdir=/etc --with-apr=/usr/bin/apr-1- > config --with-apxs=/usr/sbin/apxs --with-apache-user=apache --with-
I looks like you're using apxs from apache 1.x? Check "rpm -ql httpd | grep apxs2" to find out apache 2.x's version and maybe "rpm -qf /usr/sbin/apxs" to find where apxs comes from. Cheers, -- Ricardo J. Barberis Senior SysAdmin - I+D Dattatec.com :: Soluciones de Web Hosting Su Hosting hecho Simple..! _______________________________________________ suPHP mailing list [email protected] https://lists.marsching.com/mailman/listinfo/suphp
