📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 21行目: | 21行目: | ||
NginXのビルドに必要なライブラリをインストールする。<br> | NginXのビルドに必要なライブラリをインストールする。<br> | ||
sudo zypper install libxslt-devel pcre2-devel gd-devel | sudo zypper install libxslt-devel pcre2-devel gd-devel | ||
sudo zypper install kernel-source kernel-devel # AIOを使用する場合 | |||
<br> | <br> | ||
[https://www.openssl.org/source/ OpenSSLの公式Webサイト]にアクセスして、OpenSSL(1.X.Y)のソースコードをダウンロードする。<br> | [https://www.openssl.org/source/ OpenSSLの公式Webサイト]にアクセスして、OpenSSL(1.X.Y)のソースコードをダウンロードする。<br> | ||
| 59行目: | 60行目: | ||
--with-mail --with-mail=dynamic --with-mail_ssl_module \ | --with-mail --with-mail=dynamic --with-mail_ssl_module \ | ||
--with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module \ | --with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module \ | ||
--with-compat \ | |||
--with-cc=/usr/bin/gcc --with-cpp=/usr/bin/g++ \ | --with-cc=/usr/bin/gcc --with-cpp=/usr/bin/g++ \ | ||
\ # 以下の設定はAIOを使用する場合に記述する | |||
--with-cc-opt='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchron ous-unwind-tables -fstack-clash-protection -g -fPIC -D_GNU_SOURCE' \ | --with-cc-opt='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchron ous-unwind-tables -fstack-clash-protection -g -fPIC -D_GNU_SOURCE' \ | ||
--with-ld-opt='-Wl,-z,relro,-z,now -pie' | --with-ld-opt='-Wl,-z,relro,-z,now -pie' | ||
<br> | <br> | ||
NginXを開始する場合、以下のコマンドを実行する。<br> | NginXを開始する場合、以下のコマンドを実行する。<br> | ||