Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Alpine 3.5 では、デフォルトは LibreSSL です。openssl の代わりに libressl を使用して php 7.0.xx をコンパイルするにはどうすればよいですか?
PS OpenSSLをインストールできることは知っていますが、LibreSSLが必要なcurl-devとpostgresql-devが必要であり、共有インストールは不可能です。これらのパッケージを LibreSSL サポートでコンパイルするか、alpine 3.4 を使用できます。
別のサイトで回答を送信しました。php のバージョンを 7.0.18 から 7.0.19 に更新し、 --with-openssl の代わりに --with-openssl = / usr を指摘して問題を解決しました。これより前は、ビルド中にエラーが発生しました: OpenSSL> = 1.1.0
Docker Alpine-php