paranitips

Never stop learning! がモットーのゆるふわエンジニアブログ

「Unable to find the wrapper "https"」を解決する

SSLに対応していないらしいのでSSL周りのconfigureオプションをチェックします。

%./configure --help | grep ssl
  --with-openssl=DIR    Include OpenSSL support (requires OpenSSL >= 0.9.6)
  --with-openssl-dir=DIR  FTP: openssl install prefix
  --with-imap-ssl=DIR     IMAP: Include SSL support. DIR is the OpenSSL install prefix
  --with-openssl-dir=DIR  SNMP: openssl install prefix

PHPを再構築して完了です。

%./configure --with-openssl=/usr/local