Quote:
|
Originally Posted by falko
You can add the line
to your php.ini (should be /etc/php5/apache2/php.ini or something like that) and restart Apache.
|
Thanks BUT It doesn't work. Still get same error.
mysql.so is a file and your solution doesn't precede the mysql.so with a path for the file so it assumes that PHP will know where to look for this file, apart from the current working directory that the php.ini is in.
On my set up, doing a find from the root / directory, find . -name mysql.so
Gives:
./usr/lib/php5/20060613+lfs/mysql.so
./usr/lib/perl5/auto/DBD/mysql/mysql.so
Neither of these seem to apply to my setup because info.php tells me I'm running PHP Version 4.4.4-8+etch4 (i.e. not PHP5)
and the php.ini file is: /etc/php4/apache2/php.ini
As I have done in other posts - when or if I find a solution to my own problem I will post it here.
Recent comments
1 day 17 hours ago
1 day 20 hours ago
2 days 8 hours ago
2 days 10 hours ago
2 days 15 hours ago
2 days 21 hours ago
3 days 6 hours ago
3 days 8 hours ago
3 days 16 hours ago
3 days 18 hours ago