桥凭川守造,树倩府僚栽。...
这是一个留言本,是由程序自动生成的页面,您可以对其进行任意操作。...
还有 63 人发表了评论 加入17663人围观这是一个留言本,是由程序自动生成的页面,您可以对其进行任意操作。...
还有 63 人发表了评论 加入17663人围观先运行下面命令查看smb服务是否启动
systemctl status smb.service
如果是运行状态可以用testparm查看配置状态
➜ ~ testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[print$]"
Pr<!--autointro-->编译报错信息
checking for readline/readline.h... no
....
extconf.rb:51:in `': readline not found (RuntimeError)
configure: error: Failed to configure Ruby extension
需要安装readline这个库 Ubuntu下执行
sudo apt-get install libreadline-dev