{"id":158,"date":"2014-12-05T22:45:08","date_gmt":"2014-12-05T22:45:08","guid":{"rendered":"http:\/\/192.168.1.102\/?p=158"},"modified":"2015-05-20T20:58:21","modified_gmt":"2015-05-20T20:58:21","slug":"how-to-build-openssl-from-source","status":"publish","type":"post","link":"https:\/\/digitalsos.net\/?p=158","title":{"rendered":"How to build Openssl from source"},"content":{"rendered":"<p>Recently we had to install openssl but for the 32-bit platform.  This is how I did it.<\/p>\n<pre>wget <a class=\"external-link\" href=\"http:\/\/www.openssl.org\/source\/openssl-0.9.8x.tar.gz\" rel=\"nofollow\">http:\/\/www.openssl.org\/source\/openssl-0.9.8x.tar.gz<\/a>\r\ntar zxvf openssl-0.9.8x.tar.gz\r\nsetarch i386 .\/config -m32 shared\r\nmake clean; make install<\/pre>\n<p>In general though for anything that you need to build the following command will work:<br \/>\n.\/configure &#038;&#038; make &#038;&#038; sudo make install<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently we had to install openssl but for the 32-bit platform. This is how I did it. wget http:\/\/www.openssl.org\/source\/openssl-0.9.8x.tar.gz tar zxvf openssl-0.9.8x.tar.gz setarch i386 .\/config -m32 shared make clean; make install In general though for anything that you need to build the following command will work: .\/configure &#038;&#038; make &#038;&#038; sudo make install<\/p>\n<div class=\"read-more-wrapper\"><a class=\"read-more\" href=\"https:\/\/digitalsos.net\/?p=158\" title=\"Read More\"> <span class=\"button \">Read More<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[19],"tags":[24],"class_list":["post-158","post","type-post","status-publish","format-standard","hentry","category-linux","tag-source-code"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pgxmGV-2y","_links":{"self":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts\/158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=158"}],"version-history":[{"count":2,"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts\/158\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/digitalsos.net\/index.php?rest_route=\/wp\/v2\/posts\/158\/revisions\/633"}],"wp:attachment":[{"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitalsos.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}