I get this message when I try to install php5-mysql

http://ports.ubuntu.com/ubuntu-ports/pool/main/p/php5/php5-mysql_5.3.3-1ubuntu9.7_powerpc.deb 404 Not Found

It's the same when I try both the Ubuntu software center and apt-get install

So it seams like the .deb file doesn't exist.

Any idea on how I can install the php5-mysql package? I'm using a powerPC.

(btw, I have the same problem with phpmyadmin, the package doesn't exist)

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

The file is there, only it is another version. It is also present on the release index

-rw-r--r-- 1 lp_publish lp_publish 70366 Aug 26 01:03 php5-mysql_5.3.6-13ubuntu3.1_powerpc.deb

This is probably old apt indexes, you need to download them again, open a terminal and type

sudo apt-get update && sudo apt-get install php5-mysql

Make sure that your package list is updated before trying to install software.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.