[BlueOnyx:26327] Re: issues after php 8 updates

Michael Stauber mstauber at blueonyx.it
Thu Jun 22 17:01:32 -05 2023


Hi Juerg,

> Remi PHP 8.x offers a zip-module also on EL8 (but also updates libzip to 
> "libzip-1.9.2-1.el8.remi.x86_64"). Maybe you could use this module or 
> updated libzip library from there.

Yeah, we also bring another (more modern) libzip aboard, which is 
installed under /home/solarspeed/libzip/ and PHP was specifically 
compiled against it with ...

./configure [...] --with-zip=/home/solarspeed/libzip

Yet the result is still this:

# ldd /home/solarspeed/php-8.2/bin/php-cgi|grep zip
         libzip.so.5 => /lib64/libzip.so.5 (0x00007ff2b72ef000)

It still links against the old onboard libzip and that's then missing 
some symbols and what not. Tried various compiler options and flags, set 
library paths and the usual stuff, but PHP has always been a bit hard 
headed about what it compiles and links against.

So back to the drawing board on this. I guess I'll try the Zip extension 
from PECL again.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list