2013-07-16 09:34:38 |
Andrey Bondarenko |
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'
libdbwrap.so => not found
The library libdbwrap.so exists in python-samba package, but openchangeclient does not have direct or indirect dependency on it. |
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'
libdbwrap.so => 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 |
|