installation issue on RHEL 7.9

kyaky

New member
Joined
Jul 22, 2021
Messages
4
Hi Community,

I have trouble with installing directadmin on RHEL 7.9

The error so far is about libwebp package.

output as following:"

configure: error: Package requirements (libwebp) were not met:

No package 'libwebp' 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 WEBP_CFLAGS
and WEBP_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
PHP has been secured.
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.

"

Any suggestion? thanks


Cheers,
 
nvm, I thought RHEL doesn't have libwebp package. found it in the repo.
I think just directadmin installer script could just add this during the installation process.
 
update: even libwebp installed , still showing the same error:


configure: error: Package requirements (libwebp) were not met:

No package 'libwebp' 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 WEBP_CFLAGS
and WEBP_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
PHP has been secured.
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
 
1. libwebp-devel is not in RHEL 7.9 repo
2. I installed libwebp-devel 0.3 and 1.0 from rpm and still the same error.
 
Back
Top