I am doing a fresh install on a freshly built Centos 5.4 box. i installed php and mysql:
# php -v
PHP 5.1.6 (cli) (built: Nov 29 2010 16)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
MySQL-server-community-5.1.40-0.rhel5
MySQL-client-community-5.1.40-0.rhel5
selinux disabled.
created an empty db called osticket and a user with full rights to that db.
when i go to the URL to run the setup, all looks well... I enter the info required and hit submit and it goes to a blank page and does nothing... no db created etc etc. I previously set this up on a i386 box and it all worked fine. i moved the upload dir to /var/www/html/upload ... not sure what to check next.
any help would be appreciated.