Hi all,
I tried to build openwrt-yun on ubuntu 12.04 and unfortunately it failed.
Because package opkg could find libcurl. Here is the log:
checking for CURL... configure: error: Package requirements (libcurl) were not met:
No package 'libcurl' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CURL_CFLAGS
and CURL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make[2]: *** [/media/opt/Arduino/openwrt-yun/build_dir/linux-ar71xx_generic/opkg-618/.configured_yyyy] Error 1
make[2]: Leaving directory `/media/opt/Arduino/openwrt-yun/package/opkg'
Did anyone meet this issue before?
BTW: I know it is recommanded to use Debian, but why not Ubuntu. Ubuntu is more popular OS for developing.
Thansk