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.
Linux Ubuntu サーバーで openssl を 0.9.8 から 1.0.0 にアップグレードします。/usr/local/ssl にインストールされます。Nginx は openssl 0.9.8 でコンパイルされています。Nginx を openssl の更新バージョンにリンクするにはどうすればよいですか?
--with-openssl=/usr/local/ssl オプションを設定に渡して nginx を再コンパイルするか、「LD_LIBRARY_PATH=/usr/local/ssl:$LD_LIBRARY_PATH /usr」のように nginx の起動時に LD_LIBRARY_PATH を使用できます。 /sbin/nginx" .