Building openwrt on centos7 -


i trying build openwrt on centos7(64bits) using command make, giving error

svn: /home/shwetha/openwrt/trunk/staging_dir/host/lib/liblzma.so.5: no version information available (required /lib64/libselinux.so.1)

i tried changing configurations giving same error:

  /home/shwetha/openwrt/trunk/staging_dir/host/lib/liblzma.so.5: no version information available (required /lib64/libselinux.so.1)  /lib64/libselinux.so.1: undefined reference 'lzma_code@xz_5.0'  /lib64/libselinux.so.1: undefined reference 'lzma_stream_decoder@xz_5.0'  /lib64/libselinux.so.1: undefined reference 'lzma_end@xz_5.0' 

this has been fixed 2 week ago in openwrt trunk , cc, see this: https://dev.openwrt.org/changeset/46603

you have update more recent trunk or cc version, or manually update xz in tools directory version 5.2.1, example cherry-picking commit mentioned.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -