Just a note on how to stop the error messages from occurring every time the cron script runs:
$ cd /usr/lib/x86_64-linux-gnu/ $ sudo ln -s libzip.so.5.0.0 libzip.so.4 ** Description changed: $ ldd -v /usr/lib/php/20151012/zip.so - linux-vdso.so.1 => (0x00007fffe33ea000) - libzip.so.4 => not found + libzip.so.4 => not found - - However the libzip4 package <a href="https://packages.ubuntu.com/search?searchon=contents&keywords=libzip.so.4&mode=exactfilename&suite=xenial&arch=any">provides</a>: + However the libzip4 package provides + (https://packages.ubuntu.com/search?searchon=contents&keywords=libzip.so.4&mode=exactfilename&suite=xenial&arch=any): /usr/lib/x86_64-linux-gnu/libzip.so.5.0.0 /usr/lib/x86_64-linux-gnu/libzip.so.5 - This causes the following error messages: + This causes the following error messages when the cron scrip runs PHP + Startup: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/zip.so' - libzip.so.4: cannot open shared object file: No such file or directory in Unknown on line 0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1697832 Title: /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1697832/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
