久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      安裝swoole出現(xiàn)make報(bào)錯(cuò)的原因與解決方法

      安裝swoole出現(xiàn)make報(bào)錯(cuò)的原因與解決方法

      安裝swoole報(bào)錯(cuò),錯(cuò)誤信息如下:

      /Users/luzhuang/Downloads/swoole-src-4.4.3/include/swoole.h:596:10: fatal error: 'openssl/ssl.h' file not found #include <openssl/ssl.h>          ^~~~~~~~~~~~~~~ 1 error generated. make: *** [php_swoole_cxx.lo] Error 1

      報(bào)錯(cuò)原因

      報(bào)錯(cuò)很明顯,找不到 openssl/ssl.h ,首先要確認(rèn)電腦上有沒(méi)有安裝 openssl

      Mac安裝openssl

       brew install openssl

      既然它找不到,那么就需要手動(dòng)的指定 openssl 的目錄:

      ./configure --enable-coroutine --enable-openssl  --enable-http2  --enable-async-redis --enable-sockets --enable-mysqlnd --with-openssl-dir=/usr/local/Cellar/openssl/1.0.2s --with-php-config=/Applications/MAMP/bin/php/php7.2.14/bin/php-config

      推薦學(xué)習(xí): swoole視頻教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)