In WHM, Update Apache, deselect 4.3.10 and select 11 version. On Fedora Core 2 it doesnt update.... I have one 7.3 that didnt update but the rest are Core 2. The output says untaring 4.3.11 but in WHM/Cpanel News and on the command line in SSH says 4.3.10 Used easyapache from SSH, same thing. This a bug? Looked thru Bugzilla didnt see anything.. on a side note I tried php5 but it didnt load the php5.so file in apache/libexec. Anyway... :D
Actually, just seen this Hunk #1 succeeded at 584 (offset 39 lines). Hunk #2 succeeded at 900 (offset 15 lines). configure php-4.3.11...(--with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --with-curl --with-dom --with-dom-xslt --with-dom-exslt --enable-exif --with-swf=/usr/local/flash --enable-ftp --with-gettext --with-imap --with-kerberos --with-mcrypt --with-mhash --with-mysql=/usr --with-openssl --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib)......................Done configure: error: Cannot find rfc822.h. Please check your c-client installation. make -j 1 php-4.3.11...(clean)...Done make -j 1 php-4.3.11......Done make php-4.3.11...(install)...Done [Sun May 29 14:19:41 2005] [warn] NameVirtualHost 209.197.254.36:80 has no VirtualHosts /etc/rc.d/init.d/httpd start: httpd started configure php-4.3.11...(--prefix=/usr --with-xml --enable-bcmath --enable-calendar --with-curl --with-dom --with-dom-xslt --with-dom-exslt --enable-exif --with-swf=/usr/local/flash --enable-ftp --with-gettext --with-imap --with-kerberos --with-mcrypt --with-mhash --with-mysql=/usr --with-openssl --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib)....................Done configure: error: Cannot find rfc822.h. Please check your c-client installation. make -j 1 php-4.3.11...(clean)...Done make -j 1 php-4.3.11......Done make php-4.3.11...(install)....Done initfpsuexec: using apache 1.x support PHP version file is up to date Executing /scripts/postbuildapache (if exists)...Done /etc/rc.d/init.d/httpd start: httpd (pid 25524) already running Waiting for httpd to restart..............finished. Might be why ?
Yup, probably. I believe that you get rfc822.h from the imap-devel rpm. So, if you do the following: yum install imap-devel You should then be able to rebuild and the php installation should, hopefully, work for both installations of php (there's one for WHM, which is working. and one for your users which is failing).