I'm trying to set up a LAMP system on my Pi. To start with I did not know about apt-get etc. so I started compiline apache, mysql and PHP. Along the way I found
sudo apt-get install php5-mcrypt
on php.net.
It seemed to install a good apache2 and php. After a bit of configuration it seemed ok but I have a problem. The mysql.so doesn't load with this error. My original compilations are all in /usr/local/apache so should not conflict.
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525+lfs/mysql.so' - /usr/lib/php5/20100525+lfs/mysql.so: undefined symbol: mysqlnd_connect in Unknown on line 0
I've tried installing using
sudo apt-get install mysql-server but I get 404 errors like this:
http://mirrordirector.raspbian.org/rasp ... -7_all.deb
Is there anything else that I can try
Thanks
