按照如下链接装了 Arch Linux ARM. http://archlinuxarm.org/platforms/armv6 ... provideov3
按照如下链接装asterisk遇到了问题: https://wiki.archlinux.org/index.php/AUR
1) wget http://downloads.asterisk.org/pub/telep ... ent.tar.gz
2) cd [~/builds]
tar -xvzf asterisk-1.8-current.tar.gz
3)nano PKGBUILD
nano asterisk-1.8.8.2.install
4) makepkg -s
------------------------------------------
这一步给了出错信息:
==> ERROR: Running makepkg as root is a BAD idea and can cause permanent,
catastrophic damage to your system. If you wish to run as root, please use
the --asroot option.
按提示输入:
makepkg --asroot
还是出错:
==> ERROR: pkgname is not allowed to be empty.
==> ERROR: pkgrel is not allowed to be empty.
==> ERROR: pkgver is not allowed to be empty.
==> ERROR: is not available for the 'arm' architecture.
Note that many packages may need a line added to their PKGBUILD
such as arch-('arm')
----------------------------------------------------------------------
请大牛指点迷津。