安装samba 时出错perl convert asn1 is needed by samba
由于我的系统在安装的时候只默认安装了客户端,没有安装服务器端
rpm安装报错
perl convert asn1 is needed by samba
有依赖包没有安装
rpm -ivh perl-Convert-ASN1-*.rpm
然后再安装samba
启动
service smb start
OK
发布时间: 2012-07-15 20:20:06 作者: rapoo
安装samba 时出错perl convert asn1 is needed by samba
由于我的系统在安装的时候只默认安装了客户端,没有安装服务器端
rpm安装报错
perl convert asn1 is needed by samba
有依赖包没有安装
rpm -ivh perl-Convert-ASN1-*.rpm
然后再安装samba
启动
service smb start
OK