Control: tag -1 moreinfo unreproducible On Sat, 14 Nov 2020 10:41:26 -0700 Ryan Beethe <letha.zamora02...@splintermail.com> wrote: > I use libjbig indirectly through the php-gd package. When running php > from the command line, I get the following error: > > PHP Warning: PHP Startup: Unable to load dynamic library 'gd.so' > (tried: /usr/lib/php/20180731/gd.so > (/usr/lib/x86_64-linux-gnu/libjbig.so.0: invalid ELF header), > /usr/lib/php/20180731/gd.so.so (/usr/lib/php/20180731/gd.so.so: cannot > open shared object file: No such file or directory)) in Unknown on line > 0
I cannot reproduce this in a buster amd64 chroot unless I manually corrupt libjbig.so.0 > I was able to fix my system by recompiling the source (with the patches > from the debian package) and overriding the broken library with the > recompiled one. Do you still have the old file around? Could the libjbig.so.0 library have been corrupted locally? Size, timestamp and SHA256 sum of the library in shipped in libjbig0_2.1-3.1+b2_amd64.deb: -rw-r--r-- 1 root root 58384 Oct 13 2014 /usr/lib/x86_64-linux-gnu/libjbig.so.0 b30cd8bd3956a27819bc0761218d5fa21c59e7e1b5f41f9d7f50f44ba69885d5 /usr/lib/x86_64-linux-gnu/libjbig.so.0 Andreas