Error
1 2 3 4 5 6 7 8 9 10 11 |
hecking for oniguruma... no configure: error: Package requirements (oniguruma) were not met: No package 'oniguruma' 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. |
해결방법
1 |
[root@localhost php-7.4.8]# yum install oniguruma-devel |