PHP bir kütüphaneyi projeye dahil etme
3
●110
- 16-04-2024, 13:44:06Üyeliği durdurulduhttps://github.com/aldas/modbus-tcp-client
dahil etmek istiyorum powersell veya cmd "composer require aldas/modbus-tcp-client" komutu yaztığım zaman
In Factory.php line 654:
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex
tension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]
hatası alıyorum openSSL falan istiyor ilk defa karşılaştım böyle birşeyler - 16-04-2024, 13:51:24Hata OpenSSL ile bağlı.
php.ini dosyasında openssl yi etkinleştirin. yada composerde ''composer require --disable-tls aldas/modbus-tcp-client'' bu şekilde yazın hataya takılmadan devam etsin.turkaz18 ve janjakruso bunu beğendi.2 kişi bunu beğendi.