求 python ipk,47xx,arm编译
为了让Ac68上Goagent,求 python ipk,47xx,arm编译 你telnet进ac68:ipkg install python27下载的就是arm版本的。xxx@RT-AC68U:/tmp/home/root# ipkg update
Downloading http://ftp1.us.debian.org/pub/nslu2/feeds/optware/oleg/cross/stable//Packages.gz
Inflating http://ftp1.us.debian.org/pub/nslu2/feeds/optware/oleg/cross/stable//Packages.gz
Updated list of available packages in /opt/lib/ipkg/lists/optware.mbwe-bluering
Downloading http://ftp1.us.debian.org/pub/nslu2/feeds/optware/oleg/cross/stable//Packages.gz
Inflating http://ftp1.us.debian.org/pub/nslu2/feeds/optware/oleg/cross/stable//Packages.gz
Updated list of available packages in /opt/lib/ipkg/lists/optware.asus
Successfully terminated.
xxx@RT-AC68U:/tmp/home/root# ipkg install python27
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package python27.
Check the spelling or perhaps run 'ipkg update'
xxx@RT-AC68U:/tmp/home/root#
装不了求解? efissh 发表于 2014-8-25 09:37
装不了求解?
你用的什么固件?merlin的还是官方的? 楼主可以试下ipkg list |grep python27查看下server端是否存在python27,看你的error,显示是无法找到 /mnt/sda1/asusware.arm/lib/ipkg/lists/optware.asus 文件里有哦Package: python27
Version: 2.7.3-1
Depends: readline, bzip2, openssl, libdb, zlib, sqlite , ncursesw
Section: misc
Architecture: mipsel
Maintainer: Brian Zhou<bzhou@users.sf.net>
MD5Sum: 27c5712917d30414bda5fb0fae180160
Size: 16115809
Filename: python27_2.7.3-1_mipsel.ipk
Source: http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
Description: Python is an interpreted, interactive, object-oriented programming language. 303 发表于 2014-8-25 11:00
你用的什么固件?merlin的还是官方的?
/mnt/sda1/asusware.arm/lib/ipkg/lists/optware.asus efissh 发表于 2014-8-25 13:33
/mnt/sda1/asusware.arm/lib/ipkg/lists/optware.asus 文件里有哦
这问题已经很明显了啊,你这个文件里python27的信息是mipsel的,你需要的是arm的,正确的信息如下:Package: python27
Version: 2.7.3-1
Depends: readline, bzip2, openssl, libdb, zlib, sqlite , libstdc++ , ncursesw
Section: misc
Architecture: arm
Maintainer: Brian Zhou<bzhou@users.sf.net>
MD5Sum: 77e05b31bfc887b375a5bdc6cfec6c04
Size: 15661081
Filename: python27_2.7.3-1_arm.ipk
Source: http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
Description: Python is an interpreted, interactive, object-oriented programming language. efissh 发表于 2014-8-25 13:33
/mnt/sda1/asusware.arm/lib/ipkg/lists/optware.asus 文件里有哦
追问一下,可以把optware.asus里面其他库的资讯也贴出来看下吗? 蛋蛋 发表于 2014-8-25 14:07
追问一下,可以把optware.asus里面其他库的资讯也贴出来看下吗?
全是mipsel的,所以开贴问arm的,要改源么,有源地址么,怎么改呢