Composer "Unable to load dynamic library" does not work

0

Install composer on Linu with following command lines:

curl -s https://getcomposer.org/installer | php

I moved it in /usr/local/bin/ to have it globally.

mv composer.phar /usr/local/bin/composer

When he did $ composer --version he tells me:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_openssl.dll' - /usr/lib/php/20151012/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Composer version 1.4.1 2017-03-10 09:29:45

It gives me the version but it does not console me that this Unable to load dynamic library although it is already .dll files and then windows files.

However, when I did $ php composer.phar self-update before loading bundle by Symfony, I get the answer:

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_openssl.dll' - /usr/lib/php/20151012/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Could not open input file: composer.phar

Can you help me load these?

Here is my php version:

$php -v
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/php_openssl.dll' - /usr/lib/php/20151012/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 7.0.15-0ubuntu0.16.04.4 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.0.15-0ubuntu0.16.04.4, Copyright (c) 1999-2017, by Zend Technologies

I do not know how to get my server version on Linux, I did the following but it talks about R ...:

$_SERVER['SERVER_SIGNATURE']

R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
    
asked by ThePassenger 13.04.2017 в 16:02
source

0 answers