Hey guys,
In order for Craft CMS to work I need to install the php-mbstring extension. While doing this from the App Store > PHP-8.3 > Install Extenstions section, I get the following error:
Package 'oniguruma', required by 'virtual:world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ONIG_CFLAGS
and ONIG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** No targets specified and no makefile found. Stop.
Red Hat Enterprise Linux release 8.10 (Ootpa)
Bit:64 Mem:22954M Core:4 gcc:8.5.0 cmake:3.26.5
Linux 5.15.0-210.163.7.el8uek.aarch64 aarch64
ERROR: mbstring-83 installation failed.
I've tried installing the oniguruma manually by running dnf install -y oniguruma
and that states it's already installed on the server. I've read about the oniguruma-dev
or oniguruma-devel
version, however, these both return there's no such match.
Any help woud be greatly appreciated.
Cheers