Bug#908393: jq: error while loading shared libraries: libonig.so.2

2018-09-09 Thread George B.
Package: jq Followup-For: Bug #908393 I figured it out - my ldd shows libjq in /usr/local/lib and that was being loaded by the binary instead of Debian libjq. Doing "rm /usr/local/lib/libjq*" fixed the issue. This is from a machine that I don't log into often and must have been left over from a

Bug#908393: jq: error while loading shared libraries: libonig.so.2

2018-09-09 Thread 陳昌倬
On Sun, Sep 09, 2018 at 03:54:43PM +0100, George B. wrote: > Package: jq > Version: 1.5+dfsg-2+b1 > Followup-For: Bug #908393 > > $ which jq > /usr/bin/jq > > $ ldd /usr/bin/jq > linux-vdso.so.1 (0x7fff647cc000) > libjq.so.1 => /usr/local/lib/libjq.so.1 (0x7fa1c2892000)

Bug#908393: jq: error while loading shared libraries: libonig.so.2

2018-09-09 Thread George B.
Package: jq Version: 1.5+dfsg-2+b1 Followup-For: Bug #908393 $ which jq /usr/bin/jq $ ldd /usr/bin/jq linux-vdso.so.1 (0x7fff647cc000) libjq.so.1 => /usr/local/lib/libjq.so.1 (0x7fa1c2892000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7fa1c26fe000)

Bug#908393: jq: error while loading shared libraries: libonig.so.2

2018-09-09 Thread Adrian Bunk
On Sun, Sep 09, 2018 at 02:44:30PM +0100, George B. wrote: > Package: jq > Version: 1.5+dfsg-2+b1 > Severity: grave > Justification: renders package unusable > > Hello, > > The jq program is currently unusable: > > ``` > $ jq > jq: error while loading shared libraries: libonig.so.2: cannot open

Bug#908393: jq: error while loading shared libraries: libonig.so.2

2018-09-09 Thread George B.
Package: jq Version: 1.5+dfsg-2+b1 Severity: grave Justification: renders package unusable Hello, The jq program is currently unusable: ``` $ jq jq: error while loading shared libraries: libonig.so.2: cannot open shared object file: No such file or directory ``` The recent libonig update