To install Apache 2 in an uclibc image I’d suggest you to follow this steps:
- Setup wireless connection by following this guide http://www.malinov.com/Home/sergey-s-blog/intelgalileo-addingwifi
- Follow this instructions http://alextgalileo.altervista.org/package-repo-configuration-instructions.html
- Update the list of available packages with the command opkg update
- To avoid having issues due libc0 update uclibc with the command opkg install --force-overwrite uclibc
- Install a package group with opkg install packagegroup-core-buildessential
- To view the packages you need to install type opkg list | grep apache
- Install all the apache files you need:
- opkg install apache2
- opkg install apache2-dbg
- opkg install apache2-dev
- opkg install apache2-doc
- opkg install apache2-scripts
I hope this helps you.
Regards,
JPMontero_Intel