efissh 发表于 2014-8-22 08:43:18

求 python ipk,47xx,arm编译

为了让Ac68上Goagent,求 python ipk,47xx,arm编译

303 发表于 2014-8-22 09:16:36

你telnet进ac68:ipkg install python27下载的就是arm版本的。

efissh 发表于 2014-8-25 09:37:23

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#
装不了求解?

303 发表于 2014-8-25 11:00:19

efissh 发表于 2014-8-25 09:37
装不了求解?

你用的什么固件?merlin的还是官方的?

蛋蛋 发表于 2014-8-25 11:13:56

楼主可以试下ipkg list |grep python27查看下server端是否存在python27,看你的error,显示是无法找到

efissh 发表于 2014-8-25 13:33:10

/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.

efissh 发表于 2014-8-25 13:35:05

303 发表于 2014-8-25 11:00
你用的什么固件?merlin的还是官方的?

/mnt/sda1/asusware.arm/lib/ipkg/lists/optware.asus

蛋蛋 发表于 2014-8-25 13:56:55

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.

蛋蛋 发表于 2014-8-25 14:07:22

efissh 发表于 2014-8-25 13:33
/mnt/sda1/asusware.arm/lib/ipkg/lists/optware.asus 文件里有哦

追问一下,可以把optware.asus里面其他库的资讯也贴出来看下吗?

efissh 发表于 2014-8-25 15:07:41

蛋蛋 发表于 2014-8-25 14:07
追问一下,可以把optware.asus里面其他库的资讯也贴出来看下吗?

全是mipsel的,所以开贴问arm的,要改源么,有源地址么,怎么改呢
页: [1] 2 3
查看完整版本: 求 python ipk,47xx,arm编译