• 16-04-2024, 13:37:31
    #1
    Üyeliği durduruldu
    Arkadaşlar bir kütüphaneyi projeye dahil etmem gerek ama hata alıyorum yardımcı olabilecek kimse yok mu?
  • 16-04-2024, 13:38:36
    #2
    Merhaba
    Daha detaylı yazsanız?
    Hangi kütüphanedir? Nasıl dahil etmeye çalışıyorsunuz ve aldığınız hata nedir?
  • 16-04-2024, 13:44:06
    #3
    Üyeliği durduruldu
    https://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:24
    #4
    Hata 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
    • janjakruso
    turkaz18 ve janjakruso bunu beğendi.
    2 kişi bunu beğendi.