Issue
Cannot get an extensions list for version"4.4". Please, make sure that native PHP works fine and run cloudlinux-selector setup --interpreter=php --json
to configure PHP Selector.
Environment
- CloudLinux
- cPanel
Solution
1. Check the output of
cloudlinux-selector setup --interpreter=php --json
If it contains ldd error like:
Error: ldd returns non existing library while for /opt/alt/t1lib/usr/lib64/libt1.so.5
Please check the packages that provide those files and try to reinstall them, e.g.
# rpm -qf /opt/alt/t1lib/usr/lib64/libt1.so.5
alt-t1lib-5.1.2-4.4.el7.x86_64
# yum reinstall alt-t1lib
2. Repeat for the other packages if needed. E.g.
yum reinstall alt-openssl11-libs
It should be working with no errors now.
Comments
0 comments
Please sign in to leave a comment.