Unable to install Softaculous extension: POSIX extension is not loaded in PHP , That because of The package
that is required for Softaculous is not installed on a server.
php-process
Install the required package:
# yum install php-process
Verify it is loaded:
# php -m | grep -i posix posix
Now try to Install Softaculous again.