Package: postgresql-client-common
Version: 121
Severity: normal
Hi,
libreadline cannot be detected : on my sid system it's now installed there :
/lib/x86_64-linux-gnu/libreadline.so.6
So the relevant code in /usr/bin/psql wrapper cannot work :
# libreadline is a lot better than libedit, so prefer that
if ($cmdname eq 'psql') {
my @readlines = sort(</lib/libreadline.so.*>);
if (@readlines) {
$ENV{'LD_PRELOAD'} = ($ENV{'LD_PRELOAD'} or '') . ':' . $readlines[-1];
}
}
Best regards,
Jérémy.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-rc2 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
postgresql-client-common depends on no packages.
Versions of packages postgresql-client-common recommends:
ii libreadline6 6.2-4
ii lsb-release 3.2-28
postgresql-client-common suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]