Hi, i've got a web server (lighttpd) running on a Pogo v4, and i'm trying to install php. The necessary packages when i "pacman -S php-cgi" are libxml2-2.9.1-1 php-5.4.15-3 and php-cgi-5.4.15-3, however, I'm getting an error when i try to sync:
error: failed retrieving file 'libxml2-2.9.1-1-arm.pkg.tar.xz' from mirror.archlinuxarm.org : The requested URL returned error: 404 Not found
My pacman.conf file is stock, except i enabled the color option. Applicable areas of my mirrorlist file:
$this->bbcode_second_pass_code('', '## Geo-IP based mirror selection and load balancing
Server = http://mirror.archlinuxarm.org/arm/$repo
### United States
## Delaware
Server = http://de.us.mirror.archlinuxarm.org/arm/$repo
## California
Server = http://ca.us.mirror.archlinuxarm.org/arm/$repo
## Nebraska
Server = http://ne.us.mirror.archlinuxarm.org/arm/$repo
## New York
Server = http://us.mirror.archlinuxarm.org/arm/$repo
## Virginia
Server = http://va.us.mirror.archlinuxarm.org/arm/$repo
')
I can successfully install php and php-cgi with "pacman -Sdd" but am unable to actually use php without the shared library. A dependency is still a dependency, after all.
Unrelated: I just remembered i'm using C as my cgi language. Does this mean i don't actually need the php-cgi package?