On a fresh RedHat 7 install, I¹m trying to get PHP/Apache/MySQL working on a local box. With the fresh RH7 install, I included all necessary RPM¹s for these packages (including php-mysql) but couldn¹t get PHP to connect to MySQL, so I figured I would ditch the RPM¹s and start from scratch and put everything in /usr/local/. When I untar and make everything (MySQL first, then Apache & PHP), all looks fine. But when I fire up apache I get his error... Cannot load /usr/local/apache_1.3.14/libexec/libphp4.so into server: undefined symbol: uncompress ./bin/apachectl start: httpd could not be started (I saw another recent message saying GD was necessary, and it seems to be installed on this box (via RPM in the base RH installation.)) Any help here would be appreciated... Thanks, Case