I have a debian testing server:
- Code: Select all
Linux srv 3.1.0-1-amd64 #1 SMP Fri Dec 23 16:37:11 UTC 2011 x86_64 GNU/Linux
with Samba installed:
- Code: Select all
Package: samba
New: yes
State: installed
Automatically installed: no
Version: 2:3.6.1-3
Priority: optional
Section: net
Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
Uncompressed Size: 23.9 M
Depends: samba-common (= 2:3.6.1-3), libwbclient0 (= 2:3.6.1-3), libacl1 (>= 2.2.51-4), libattr1 (>= 1:2.4.46-5), libc6 (>= 2.10), libcap2 (>= 2.10), libcomerr2 (>= 1.01), libcups2 (>= 1.4.0), libgssapi-krb5-2 (>= 1.8+dfsg), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>=
1.8+dfsg), libldap-2.4-2 (>= 2.4.7), libpam0g (>= 0.99.7.1), libpopt0 (>= 1.16), libtalloc2 (>= 2.0.4~git20101213), libtdb1 (>= 1.2.7+git20101214), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0, libpam-runtime (>= 1.0.1-11), libpam-modules, lsb-base (>=
3.2-13), procps, update-inetd, adduser
Recommends: logrotate, tdb-tools
Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools, ctdb
Samba depends on libkrb5-3 package. This package conflicts with libkrb53.
But when I try to install zend-server-php-5.3 it depends on php-5.3-common-extensions-zend-server
php-5.3-common-extensions-zend-server depends on php-5.3-imap-zend-server
And finnaly php-5.3-imap-zend-server depends on libkrb53
And we got an issue without solution. I have to remove many required software. May be changing dependency for the php-5.3-imap-zend-server from libkrb53 to libkrb5-3 solve the problem.
Thanks.

