简体   繁体   中英

openssl extension is missing (Composer installation openSUSE)

After i downloaded the composer installer file from the composer website i tried to install it using command :

~> php installer

Output :

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

I modified the php.ini file and delet the ; front of extension=php_openssl.dll and then i restarted my apache2 serever but it still the same error message .

Problem Solved.

Try In command

$ zypper install php5-openssl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM