1
Hi,
i wanted to install XOOPS 2.6 from
github in a
wamp installation.
Apache : 2.4.4
MySQL : 5.6.12
PHP : 5.4.16
I downloaded
composer as i read in the README.md file.
Quote:
To install this version you will need Composer. You can get it
here: http://getcomposer.org/
From the htdocs/xoops_lib folder run:
composer install
if you are installing for the first time. Otherwise run:
composer update
This should download some required libraries that XOOPS depends on.
But for WAMP (Windows), i tried to install the Composer-Setup.exe.
The program ask me to find the php.exe then i get this message :
Quote:
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:
The openssl extension is missing, which means that secure HTTPS transfers are impossible.
If possible you should enable it or recompile php with --with-openssl
Apache modules : ssl_module enabled
php extensions : php_openssl
Can you help me ?