Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 18599

Re: problem in building yocto linux image for galileo

$
0
0

To install Apache 2 in an uclibc image I’d suggest you to follow this steps:

 

  1. Setup wireless connection by following this guide http://www.malinov.com/Home/sergey-s-blog/intelgalileo-addingwifi
  2. Follow this instructions http://alextgalileo.altervista.org/package-repo-configuration-instructions.html
  3. Update the list of available packages with the command opkg update
  4. To avoid having issues due libc0 update uclibc with the command opkg install --force-overwrite uclibc
  5. Install a package group with opkg install packagegroup-core-buildessential
  6. To view the packages you need to install type opkg list | grep apache
  7. Install all the apache files you need:       
    1. opkg install apache2
    2. opkg install apache2-dbg
    3. opkg install apache2-dev
    4. opkg install apache2-doc
    5. opkg install apache2-scripts

 

I hope this helps you.

 

Regards,
JPMontero_Intel


Viewing all articles
Browse latest Browse all 18599

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>