Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-11 Thread Tatsuki Makino
void wrote on 2023/12/11 16:03: > Yes, all php was rebuilt. It's fixed now because of > https://cgit.freebsd.org/ports/commit/?id=5acc30bdc24452e17fff0127122096bda42b1d18 > and deselecting PCRE (this action enables the bundled PCRE) and then > rebuilding > again. Rebuilding of packages by poudri

Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread void
Hi, On Mon, Dec 11, 2023 at 03:21:26PM +0900, Tatsuki Makino wrote: Have you also updated mod_php81 to mod_php81-8.1.26_1 ? I couldn't find any factors that would allow the symbol table to remain intact... Yes, all php was rebuilt. It's fixed now because of https://cgit.freebsd.org/ports/co

Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread void
On Mon, Dec 11, 2023 at 03:44:37AM +, void wrote: fixed in https://cgit.freebsd.org/ports/commit/?id=5acc30bdc24452e17fff0127122096bda42b1d18 unselecting PCRE (meaning use bundled PCRE) in lang/php81 options and rebuilt. Sorry for the noise --

Re: mbstring.so: Undefined symbol "php_pcre2_compile" apache24 & php81

2023-12-10 Thread Tatsuki Makino
Hello. void wrote on 2023/12/11 12:44: > This error appeared after upgrade from php81-8.1.25 to php81-8.1.26_1 and all > dependencies. Have you also updated mod_php81 to mod_php81-8.1.26_1 ? I couldn't find any factors that would allow the symbol table to remain intact... Regards.