On 2012-07-06 10:52, Miguel Montero Rodríguez wrote:
Hi everyone,
I've found how to know the version of the Berkeley database that "apt-get install slapd" installs in Ubuntu Server 10.04 LTS (not 10.10, that's desktop, sorry).
I'm sure you know, but I'm going to write it here if someone needs that information.
Cool idea, but there are easier ways.
$ apt-cache show slapd | grep libdb Depends: libc6 (>= 2.12), libdb5.1, [...]
$ ldd /usr/sbin/slapd | grep libdb libdb-5.1.so => [...]
hth, cheers,