Francis Reyes said: > > Recently updated to this version of php4-mysql on powerpc. phpinfo() and > php -m do not show mysql loaded despite extensions=mysql.so being defined > in /etc/php4/apache/php.ini . > > -- debconf information: > php4/extension_mysql_apache: true > php4/extension_mysql_cli: false > php4/extension_mysql_apache2: false
Well, according to this, you only have it enabled for apache 1.3. "php -m" is php4-cli, and I have a feeling the webserver you're using might be apache 2.0... Am I correct? If so, try "dpkg-reconfigure php4-mysql" and see how that goes for you. ... Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

