openchangeclient missing dependency on python-samba
Bug #1201730 reported by
Andrey Bondarenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openchange (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Ubuntu version: 13.04
Package version: 1:1.0-4ubuntu1
exchange2mbox binary from package openchangeclient may fail because of missing library libdbwrap.so
$ ldd `which exchange2mbox` | grep 'not found'
The library libdbwrap.so exists in python-samba package, but openchangeclient does not have direct or indirect dependency on it.
The package worked in Ubuntu 12.10
tags: | added: regression-release |
tags: | added: raring |
description: | updated |
To post a comment you must log in.
This is not a regression; libdbwrap.so has always lived in python-samba (incorrectly).
The new samba package in Debian unstable fixes this by moving all libs into the samba-libs package.