Saturday, 8 June 2013

opkg can't find apache

opkg can't find apache

I'm trying to get a LAMP stack running on my BeagleBone Black, but I'm getting foiled early: opkg can't seem to find the apache2 package.
According to the Angstrom page, it should exist: http://www.angstrom-distribution.org/repo/ (search "apache" for confirmation)
...but when I run opkg, it can't find it.
This is what I see:
root@beaglebone:~# opkg install apache2
Unknown package 'apache2'.
Collected errors:
 * opkg_install_cmd: Cannot install package apache2.
root@beaglebone:~# opkg list | grep apache2
php-fpm-apache2 - 5.3.19-r4.0.1 - php version 5.3.19-r4.0
...and naturally, that's after running opkg update.

No comments:

Post a Comment