Install.php (SMF 1.0.7) is telling me:
"The installer was unable to detect MySQL support in PHP. Please ask your host to ensure that PHP was compiled with MySQL, or that the proper extension is being loaded."
phpInfo is telling me:
1. php version 4.2.2
2. Configure command (line 16):
'--with-mysql=shared,/usr'
dbx: Supported databases:
MySQL
MySQL v 3.21
According to this information, I should be able to install SMF.
Ideas?? Suggestions??
I believe dbx is a separate php module from the standard mysql module that SMF requires.
I recommend you download / compile the mysql module. You may also wish to upgrade to a newer version of php as your version has known security vulnerabilities
:-[
Thanks, I FINALLY found what I need to d/l and install