{"id":80,"date":"2004-09-20T19:28:00","date_gmt":"2004-09-20T19:28:00","guid":{"rendered":"http:\/\/bitpost.com\/news\/?p=14"},"modified":"2006-04-26T16:13:06","modified_gmt":"2006-04-26T21:13:06","slug":"the-lamp-the-lamp-the-lamp-is-on-fire","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/","title":{"rendered":"The One-step Apache Compile Script, v 0.2"},"content":{"rendered":"<p>LAMP (Linux + Apache + Mysql + perl\/php\/python\/put your favorite scripting language here) is getting to be rock solid.  Even though my one-step compile script is based on specific versions of each of the components, those components have hardly changed since the last script update:<\/p>\n<p><center><\/p>\n<table>\n<tr>\n<td>\n<li>Apache 1.3.31<\/li>\n<li>mod_perl 1.29<\/li>\n<li>openssl 09.7d<\/li>\n<li>mod_ssl 2.8.19-1.3.31<\/li>\n<li>PHP 4.3.8<\/li>\n<li>mysql 4.0.21<\/li>\n<li>mm 1.3.0<\/li>\n<\/td>\n<\/tr>\n<\/table>\n<p><\/center><\/p>\n<p>This is awesome, it&#8217;s an indication that the components are really mature and stable.  There are newer versions available of some of them (Apache 2.0, PHP 5.0, etc.) but the currently supported stable versions (Apache 1.3, PHP 4, etc.) are very very good things (TM).  So without further ado, check it out, the one-step Apache script.  If you&#8217;ve never compiled Apache from source before, it&#8217;s a great jump-start.  Dump it into an empty directory, run it, and watch it fill up with goodies.  Warning: check out the script first, it will actually install apache into \/usr\/local\/apache (and other components too in other places) without asking you, if it gets far enough &#8211; so MAKE SURE THAT&#8217;S WHAT YOU WANT.  The script assumes you have mysql and perl installed already, but not Apache.  It also tweaks the build to target an Athlon architecture, which you can turn off in the script.  As a final note, the PHP configuration in the script expects mcrypt and mhash to be installed.  You should have them installed, or remove them from the PHP configure line.  Have fun! <center><br \/>\nApache One-Step Compile Script<br \/>\n<\/center><!--more--><br \/>\nHere&#8217;s the output.\u00c2\u00a0 It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :> &#8230;.<\/p>\n<p>[root@thedigitalmachine apache_source]# compile_apache.pl<\/p>\n<p>=================================================================<\/p>\n<p>## MDM APACHE build script, v 0.2 ##<\/p>\n<p>=================================================================<\/p>\n<p>Untarring apache_1.3.31.tar.gz&#8230;<\/p>\n<p>Untarring mm-1.3.0.tar.gz&#8230;<\/p>\n<p>Untarring openssl-0.9.7d.tar.gz&#8230;<\/p>\n<p>Untarring php-4.3.8.tar.gz&#8230;<\/p>\n<p>Untarring mod_ssl-2.8.19-1.3.31.tar.gz&#8230;<\/p>\n<p>Untarring mod_perl-1.0-current.tar.gz&#8230;<\/p>\n<p>Installing openssl&#8230;<\/p>\n<p>ar: creating ..\/libcrypto.a<\/p>\n<p>a_type.c: In function `ASN1_TYPE_set&#8217;:<\/p>\n<p>a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules<\/p>\n<p>x_name.c: In function `x509_name_ex_d2i&#8217;:<\/p>\n<p>x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules<\/p>\n<p>x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules<\/p>\n<p>x_name.c: In function `x509_name_encode&#8217;:<\/p>\n<p>x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules<\/p>\n<p>x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules<\/p>\n<p>pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO&#8217;:<\/p>\n<p>pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules<\/p>\n<p>ar: creating ..\/libssl.a<\/p>\n<p>Installing mm&#8230;<\/p>\n<p>Installing mod_ssl&#8230;<\/p>\n<p>+ Auxiliary patch tool: .\/etc\/patch\/patch (local)<\/p>\n<p>Installing mod_perl&#8230;<\/p>\n<p>Patching mod_perl makefile for Athlon&#8230;<\/p>\n<p>Installing PHP&#8230;<\/p>\n<p>\/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize&#8217;:<\/p>\n<p>\/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type<\/p>\n<p>\/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#8217;:<\/p>\n<p>: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<\/p>\n<p>Installing apache&#8230;<\/p>\n<p>Patching apache makefile for Athlon&#8230;<\/p>\n<p>\/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#8217;:<\/p>\n<p>: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<\/p>\n<p>modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update&#8217;:<\/p>\n<p>: warning: the use of `mktemp&#8217; is dangerous, better use `mkstemp&#8217;<\/p>\n<p>htpasswd.o(.text+0xca9): In function `main&#8217;:<\/p>\n<p>: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<\/p>\n<p>htdigest.o(.text+0x4bb): In function `main&#8217;:<\/p>\n<p>: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<\/p>\n<p>Finished Apache build script!<\/p>\n<p>[root@thedigitalmachine apache_source]#<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s the output.  It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :> &#8230;.<\/p>\n<p>[root@thedigitalmachine apache_source]# compile_apache.pl<\/p>\n<p>=================================================================<br \/>\n               ## MDM APACHE build script, v 0.2 ##<br \/>\n=================================================================<\/p>\n<p>Untarring apache_1.3.31.tar.gz&#8230;<br \/>\nUntarring mm-1.3.0.tar.gz&#8230;<br \/>\nUntarring openssl-0.9.7d.tar.gz&#8230;<br \/>\nUntarring php-4.3.8.tar.gz&#8230;<br \/>\nUntarring mod_ssl-2.8.19-1.3.31.tar.gz&#8230;<br \/>\nUntarring mod_perl-1.0-current.tar.gz&#8230;<br \/>\nInstalling openssl&#8230;<br \/>\nar: creating ..\/libcrypto.a<br \/>\na_type.c: In function `ASN1_TYPE_set&#8217;:<br \/>\na_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules<br \/>\nx_name.c: In function `x509_name_ex_d2i&#8217;:<br \/>\nx_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules<br \/>\nx_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules<br \/>\nx_name.c: In function `x509_name_encode&#8217;:<br \/>\nx_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules<br \/>\nx_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules<br \/>\npem_lib.c: In function `PEM_get_EVP_CIPHER_INFO&#8217;:<br \/>\npem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules<br \/>\nar: creating ..\/libssl.a<br \/>\nInstalling mm&#8230;<br \/>\nInstalling mod_ssl&#8230;<br \/>\n + Auxiliary patch tool: .\/etc\/patch\/patch (local)<br \/>\nInstalling mod_perl&#8230;<br \/>\nPatching mod_perl makefile for Athlon&#8230;<br \/>\nInstalling PHP&#8230;<br \/>\n\/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize&#8217;:<br \/>\n\/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type<br \/>\n\/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#8217;:<br \/>\n: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<br \/>\nInstalling apache&#8230;<br \/>\nPatching apache makefile for Athlon&#8230;<br \/>\n\/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#8217;:<br \/>\n: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<br \/>\nmodules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update&#8217;:<br \/>\n: warning: the use of `mktemp&#8217; is dangerous, better use `mkstemp&#8217;<br \/>\nhtpasswd.o(.text+0xca9): In function `main&#8217;:<br \/>\n: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<br \/>\nhtdigest.o(.text+0x4bb): In function `main&#8217;:<br \/>\n: warning: the use of `tmpnam&#8217; is dangerous, better use `mkstemp&#8217;<br \/>\nFinished Apache build script!<br \/>\n[root@thedigitalmachine apache_source]#<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[5,4,9],"tags":[],"class_list":["post-80","post","type-post","status-publish","format-standard","hentry","category-linux-projects","category-projects","category-websites"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Here&#039;s the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :&gt; .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set&#039;: a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i&#039;: x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode&#039;: x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO&#039;: pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize&#039;: \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update&#039;: : warning: the use of `mktemp&#039; is dangerous, better use `mkstemp&#039; htpasswd.o(.text+0xca9): In function `main&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; htdigest.o(.text+0x4bb): In function `main&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; Finished Apache build script! [root@thedigitalmachine apache_source]#\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"linux projects,projects,websites\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"Here&#039;s the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :&gt; .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set&#039;: a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i&#039;: x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode&#039;: x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO&#039;: pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize&#039;: \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update&#039;: : warning: the use of `mktemp&#039; is dangerous, better use `mkstemp&#039; htpasswd.o(.text+0xca9): In function `main&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; htdigest.o(.text+0x4bb): In function `main&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; Finished Apache build script! [root@thedigitalmachine apache_source]#\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2004-09-20T19:28:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2006-04-26T21:13:06+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Here&#039;s the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :&gt; .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set&#039;: a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i&#039;: x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode&#039;: x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO&#039;: pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize&#039;: \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update&#039;: : warning: the use of `mktemp&#039; is dangerous, better use `mkstemp&#039; htpasswd.o(.text+0xca9): In function `main&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; htdigest.o(.text+0x4bb): In function `main&#039;: : warning: the use of `tmpnam&#039; is dangerous, better use `mkstemp&#039; Finished Apache build script! [root@thedigitalmachine apache_source]#\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#article\",\"name\":\"The One-step Apache Compile Script, v 0.2 | bitpost.com\\\/news\",\"headline\":\"The One-step Apache Compile Script, v 0.2\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2004-09-20T19:28:00-04:00\",\"dateModified\":\"2006-04-26T16:13:06-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#webpage\"},\"articleSection\":\"Linux Projects, Projects, Websites\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"position\":2,\"name\":\"Projects\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/linux-projects\\\/#listItem\",\"name\":\"Linux Projects\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/linux-projects\\\/#listItem\",\"position\":3,\"name\":\"Linux Projects\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/linux-projects\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#listItem\",\"name\":\"The One-step Apache Compile Script, v 0.2\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/#listItem\",\"name\":\"Projects\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#listItem\",\"position\":4,\"name\":\"The One-step Apache Compile Script, v 0.2\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/projects\\\/linux-projects\\\/#listItem\",\"name\":\"Linux Projects\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/\",\"name\":\"The One-step Apache Compile Script, v 0.2 | bitpost.com\\\/news\",\"description\":\"Here's the output. It dumps most output to a log file, this just shows the errors\\\/warnings sent to stderr, not TOO bad :> .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\\\/libcrypto.a a_type.c: In function `ASN1_TYPE_set': a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i': x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode': x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO': pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\\\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\\\/etc\\\/patch\\\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \\\/home\\\/m\\\/development\\\/apache_source\\\/php-4.3.8\\\/ext\\\/standard\\\/var_unserializer.c: In function `php_var_unserialize': \\\/home\\\/m\\\/development\\\/apache_source\\\/php-4.3.8\\\/ext\\\/standard\\\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \\\/usr\\\/lib\\\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Installing apache... Patching apache makefile for Athlon... \\\/usr\\\/lib\\\/gcc-lib\\\/i386-redhat-linux\\\/3.3.3\\\/..\\\/..\\\/..\\\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' modules\\\/proxy\\\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update': : warning: the use of `mktemp' is dangerous, better use `mkstemp' htpasswd.o(.text+0xca9): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' htdigest.o(.text+0x4bb): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Finished Apache build script! [root@thedigitalmachine apache_source]#\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2004\\\/the-lamp-the-lamp-the-lamp-is-on-fire\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2004-09-20T19:28:00-04:00\",\"dateModified\":\"2006-04-26T16:13:06-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news","description":"Here's the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :> .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set': a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i': x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode': x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO': pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize': \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update': : warning: the use of `mktemp' is dangerous, better use `mkstemp' htpasswd.o(.text+0xca9): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' htdigest.o(.text+0x4bb): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Finished Apache build script! [root@thedigitalmachine apache_source]#","canonical_url":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/","robots":"max-image-preview:large","keywords":"linux projects,projects,websites","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#article","name":"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news","headline":"The One-step Apache Compile Script, v 0.2","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2004-09-20T19:28:00-04:00","dateModified":"2006-04-26T16:13:06-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#webpage"},"articleSection":"Linux Projects, Projects, Websites"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","position":2,"name":"Projects","item":"https:\/\/bitpost.com\/news\/category\/projects\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/linux-projects\/#listItem","name":"Linux Projects"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/linux-projects\/#listItem","position":3,"name":"Linux Projects","item":"https:\/\/bitpost.com\/news\/category\/projects\/linux-projects\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#listItem","name":"The One-step Apache Compile Script, v 0.2"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/#listItem","name":"Projects"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#listItem","position":4,"name":"The One-step Apache Compile Script, v 0.2","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/projects\/linux-projects\/#listItem","name":"Linux Projects"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#webpage","url":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/","name":"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news","description":"Here's the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :> .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set': a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i': x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode': x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO': pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize': \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update': : warning: the use of `mktemp' is dangerous, better use `mkstemp' htpasswd.o(.text+0xca9): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' htdigest.o(.text+0x4bb): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Finished Apache build script! [root@thedigitalmachine apache_source]#","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2004-09-20T19:28:00-04:00","dateModified":"2006-04-26T16:13:06-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news","og:description":"Here's the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :&gt; .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set': a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i': x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode': x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO': pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize': \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update': : warning: the use of `mktemp' is dangerous, better use `mkstemp' htpasswd.o(.text+0xca9): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' htdigest.o(.text+0x4bb): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Finished Apache build script! [root@thedigitalmachine apache_source]#","og:url":"https:\/\/bitpost.com\/news\/2004\/the-lamp-the-lamp-the-lamp-is-on-fire\/","article:published_time":"2004-09-20T19:28:00+00:00","article:modified_time":"2006-04-26T21:13:06+00:00","twitter:card":"summary","twitter:title":"The One-step Apache Compile Script, v 0.2 | bitpost.com\/news","twitter:description":"Here's the output. It dumps most output to a log file, this just shows the errors\/warnings sent to stderr, not TOO bad :&gt; .... [root@thedigitalmachine apache_source]# compile_apache.pl ================================================================= ## MDM APACHE build script, v 0.2 ## ================================================================= Untarring apache_1.3.31.tar.gz... Untarring mm-1.3.0.tar.gz... Untarring openssl-0.9.7d.tar.gz... Untarring php-4.3.8.tar.gz... Untarring mod_ssl-2.8.19-1.3.31.tar.gz... Untarring mod_perl-1.0-current.tar.gz... Installing openssl... ar: creating ..\/libcrypto.a a_type.c: In function `ASN1_TYPE_set': a_type.c:74: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_ex_d2i': x_name.c:171: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:177: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c: In function `x509_name_encode': x_name.c:239: warning: dereferencing type-punned pointer will break strict-aliasing rules x_name.c:242: warning: dereferencing type-punned pointer will break strict-aliasing rules pem_lib.c: In function `PEM_get_EVP_CIPHER_INFO': pem_lib.c:481: warning: dereferencing type-punned pointer will break strict-aliasing rules ar: creating ..\/libssl.a Installing mm... Installing mod_ssl... + Auxiliary patch tool: .\/etc\/patch\/patch (local) Installing mod_perl... Patching mod_perl makefile for Athlon... Installing PHP... \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c: In function `php_var_unserialize': \/home\/m\/development\/apache_source\/php-4.3.8\/ext\/standard\/var_unserializer.c:310: warning: comparison is always false due to limited range of data type \/usr\/lib\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Installing apache... Patching apache makefile for Athlon... \/usr\/lib\/gcc-lib\/i386-redhat-linux\/3.3.3\/..\/..\/..\/libc-client.a(osdep.o)(.text+0xabf7): In function `ssl_onceonlyinit': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' modules\/proxy\/libproxy.a(proxy_cache.o)(.text+0x2bbb): In function `ap_proxy_cache_update': : warning: the use of `mktemp' is dangerous, better use `mkstemp' htpasswd.o(.text+0xca9): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' htdigest.o(.text+0x4bb): In function `main': : warning: the use of `tmpnam' is dangerous, better use `mkstemp' Finished Apache build script! [root@thedigitalmachine apache_source]#"},"aioseo_meta_data":{"post_id":"80","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-13 19:52:05","updated":"2025-08-17 18:44:57","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-1i","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=80"}],"version-history":[{"count":0,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/80\/revisions"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=80"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=80"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}