Возникла проблема при установке на чистый CentOS 6.6 minimal (x86_64)
делаю ./bitrix-env.sh, получаю в конце:
Код |
---|
--> Processing Conflict: samba4-common-4.0.0-64.el6.rc4.x86_64 conflicts samba-common < 3.9.9
--> Processing Conflict: samba4-winbind-4.0.0-64.el6.rc4.x86_64 conflicts samba-winbind < 3.9.9
--> Finished Dependency Resolution
Error: samba4-winbind conflicts with samba-winbind-3.6.23-12.el6.x86_64
Error: samba4-common conflicts with samba-common-3.6.23-12.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
|
Пакеты самбы не установлены в системе
Код |
---|
[root@new2 ~]# yum remove samba-common
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: samba-common
Loading mirror speeds from cached hostfile
* base: mirror.skylink-datacenter.de
* epel: mirrors.n-ix.net
* extras: centos.mirror.sharkservers.co.uk
* updates: mirror.jgotteswinter.com
Package(s) samba-common available, but not installed.
No Packages marked for removal
[root@new2 ~]# yum remove samba4-common
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: samba4-common
Loading mirror speeds from cached hostfile
* base: mirror.skylink-datacenter.de
* epel: mirrors.n-ix.net
* extras: centos.mirror.sharkservers.co.uk
* updates: mirror.jgotteswinter.com
Package(s) samba4-common available, but not installed.
No Packages marked for removal
|
Пробовал предварительно установить samba3 и samba4 (по очереди), но это не помогло.