linux – 红色语言控制台错误:libreadline.so.6:无法打开共享对象文件

我是Red编程语言的新手.

我试着通过下载Linux二进制文件来测试它.但是当我在控制台上执行它时,我收到一条错误消息:

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上搜索了此错误,但找不到任何内容.

我的操作系统是64位Linux Ubuntu 14.04 LTS

最佳答案
我成功地使用Ubuntu上的这个命令工作,它安装了32位“multilib”版本的libreadline:

sudo apt-get install libreadline6:i386

相关文章

1、安装Apache。 1)执行如下命令,安装Apache服务及其扩展包...
一、先说一下用ansible批量采集机器信息的实现办法: 1、先把...
安装配置 1. 安装vsftpd 检查是否安装了vsftpd # rpm -qa | ...
如何抑制stable_secret读取关键的“net.ipv6.conf.all.stabl...
1 删除0字节文件 find -type f -size 0 -exec rm -rf {} ...
## 步骤 1:安装必要的软件包 首先,需要确保系统已安装 `dh...