我是红色编程语言的新手。
我试图通过下载Linux二进制文件来testing它。 但是当我在控制台上执行它,我得到一个错误,说:
root@xxx-linux:/home/xxx/Downloads# ./red-042 Pre-compiling Red console... /tmp/red/console: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory
我在Google上search了这个错误,但找不到任何东西。
我的操作系统是64位Linux Ubuntu 14.04 LTS
我成功地在Ubuntu上使用这个命令,它安装了libreadline
32位“multilib”版本:
sudo apt-get install libreadline6:i386
libreadline的32位版本是必需的。 已经有工作来取代这个依赖这里https://github.com/qtxie/red/tree/new-console,但它并没有合并到主人呢。