What I did:
- Clean (minimal) install CentOS 8.2 server
- dnf update
- Common pre-install commands (for Centos 8)
- bash <(curl -Ss https://www.directadmin.com/setup.sh) auto
Then I got the following errors:
---->
checking for oniguruma... no
configure: error: Package requirements (oniguruma) were not met:
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.
*** There was an error while trying to configure php. Check the configure file
Changed secure_php option from no to yes
PHP has been secured.
Restarting php-fpm74.
<---
- dnf list oniguruma showed me:
Available Packages
oniguruma.i686 6.8.2-2.el8 appstream
oniguruma.x86_64 6.8.2-2.el8 appstream
Sooo, what should I do. I cannot find a solution for this in this forum.
What i did see is that people are updating there DA installation, but this is a clean install
Help is very much appreciated!
-
- Clean (minimal) install CentOS 8.2 server
- dnf update
- Common pre-install commands (for Centos 8)
- bash <(curl -Ss https://www.directadmin.com/setup.sh) auto
Then I got the following errors:
---->
checking for oniguruma... no
configure: error: Package requirements (oniguruma) were not met:
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.
*** There was an error while trying to configure php. Check the configure file
Changed secure_php option from no to yes
PHP has been secured.
Restarting php-fpm74.
<---
- dnf list oniguruma showed me:
Available Packages
oniguruma.i686 6.8.2-2.el8 appstream
oniguruma.x86_64 6.8.2-2.el8 appstream
Sooo, what should I do. I cannot find a solution for this in this forum.
What i did see is that people are updating there DA installation, but this is a clean install
Help is very much appreciated!
-