Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: pek on April 16, 2023, 10:09:35 PM

Title: Tinycore 14.0 - libpcre2-8 error - PHP fpm
Post by: pek on April 16, 2023, 10:09:35 PM
Hi, after many failed attempts running nginx and php8, I finally found out that
libpcre2-8 cannot be loaded.

Turns out reinstalling pcre2.tcz solved this.

Just incase anyone needs to know  ;)
Title: Re: Tinycore 14.0 - libpcre2-8 error - PHP fpm
Post by: andyj on April 17, 2023, 06:17:24 AM
Is this 32 bit or 64 bit? The pcre2 library names/versions are different.
Title: Re: Tinycore 14.0 - libpcre2-8 error - PHP fpm
Post by: pek on April 17, 2023, 06:50:12 AM
It's Tinycore 32 bit.

To clarify...
PCRE2.TCZ was not initially installed. (No dependency requirement from any tcz i installed).
But PCRE.TCZ was.

Therefore libpcre2-8 was not found.
Title: Re: Tinycore 14.0 - libpcre2-8 error - PHP fpm
Post by: andyj on April 17, 2023, 07:27:23 AM
PHP library requirements tend to lag behind what's available, but the most recent versions I am testing all have pcre2 as a dependency so this should be resolved soon.
Title: Re: Tinycore 14.0 - libpcre2-8 error - PHP fpm
Post by: pek on May 11, 2023, 03:32:51 AM
Yes I think it's updated to pcre2 now.