From: Wesley on
I'm running fc6 on my local machine and I want to have apache/mysql/
php so I can do some devel work before I upload to my server. I've
tried setting this up via yum so it gets done quickly and easily
without me setting it up, but no matter what packeges I install and
how many times I restart the servers, I still can't get anything to
display. Apache seems to be working fine as well as php, but as soon
as I throw in a mysql statement, the whole page goes blank. Any
suggestions?

Here's what I have installed:
httpd.i386 2.2.3-5
mysql.i386 5.0.27-1.fc6
mysql-administrator.i386 1.1.10-3.fc6
mysql-devel.i386 5.0.27-1.fc6
mysql-gui-common.i386 1.1.10-3.fc6
mysql-server.i386 5.0.27-1.fc6
php-mysql.i386 5.1.6-3.4.fc6
php.i386 5.1.6-3.4.fc6
php-cli.i386 5.1.6-3.4.fc6
php-common.i386 5.1.6-3.4.fc6
php-devel.i386 5.1.6-3.4.fc6
php-mysql.i386 5.1.6-3.4.fc6
php-pdo.i386 5.1.6-3.4.fc6

From: kermit on
On Wed, 28 Feb 2007 12:37:50 -0800, Wesley wrote:

> I'm running fc6 on my local machine and I want to have apache/mysql/
> php so I can do some devel work before I upload to my server. I've
> tried setting this up via yum so it gets done quickly and easily
> without me setting it up, but no matter what packeges I install and
> how many times I restart the servers, I still can't get anything to
> display. Apache seems to be working fine as well as php, but as soon
> as I throw in a mysql statement, the whole page goes blank. Any
> suggestions?

Looks ok. Have you tried connecting to mysql via the command line, have
you looked in the apache error logs?