Greg Lopp on Thu, 1 Aug 2002 14:20:11 +0200 |
I'd to give phpGroupWare a test drive, but something's not working correctly in my configuration. When I login at http://localhost/phpgroupware/setup, it reports "No MySQL support found. Disabling" This report results from the following code in phpgroupware/setup/manageheader.php : if (extension_loaded('mysql') || function_exists('mysql_connect')) { echo 'You appear to have MySQL support enabled<br>' . "\n"; $supported_db[] = 'mysql'; } else { echo 'No MySQL support found. Disabling<br>' . "\n"; } This is a debian/testing system and I have php4 and php4-mysql installed, among others. "php4 -m" reports that the mysql module is available, but a page which only calls phpinfo() does not. What can I do to get these pieces to work together? _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|