{"id":96,"date":"2006-03-11T09:15:20","date_gmt":"2006-03-11T01:15:20","guid":{"rendered":"http:\/\/192.168.0.1\/blog_4.4.2\/?p=96"},"modified":"2006-03-11T09:17:33","modified_gmt":"2006-03-11T01:17:33","slug":"apache-php-gd-mysql-install","status":"publish","type":"post","link":"https:\/\/blog.worren.net\/?p=96","title":{"rendered":"Apache , php , GD, MySQL Install"},"content":{"rendered":"<div class='drop-case'> <p> \u7121\u610f\u9593\u901b\u4e86 <a href=\\\"http:\/\/qkelly.com\\\">kelly<\/a>\u7684\u7db2\u7ad9, \u5176\u4e2d\u6709\u63d0\u5230 Apache , PHP , GD , MySQL \u7684\u5b89\u88dd&#8230;. \u6bcf\u6b21\u8981\u88dd\u9019\u500b\u90fd\u597d\u9ebb\u7169~&#8230; \u7f3a\u6771\u7f3a\u897f\u7684! ha ~ .. \u770b\u5230\u5979\u6709\u6574\u7406\u4e86, \u90a3\u5c31\u501f\u8f49\u8cbc\u4e00\u4e0b\u5695! &#8230; <span class=\"wp-font-emots-emo-tongue\"><\/span><\/div>\n <p> http:\/\/qkelly.com\/mt\/archives\/e\/ <br \/> \n <!--more--> \n <p> December 27, 2004 <br \/> \nApache + PHP + GD + MySQL <br \/> \n\u6bcf\u6b21\u8981\u91cd\u65b0 make apache + php + mysql \u90fd\u5f88\u9ebb\u7169\uff0c\u56e0\u70ba\u8981\u627e\u7684 source \u5be6\u5728\u662f\u592a\u591a\uff0c\u7136\u5f8c\u6b65\u9a5f\u4e5f\u5f88\u7169\u96dc\uff0c <br \/> \n\u96d6\u7136\u4e4b\u524d\u5df2\u7d93\u6709\u5beb\u597d script \u81ea\u91cd\u5b89\u88dd\uff0c\u4e0d\u904e\u9019\u4e9b\u7a0b\u5f0f\u7248\u672c\u4e00\u76f4\u66f4\u65b0\uff0c\u6a94\u6848\u9084\u662f\u8981\u91cd\u65b0\u6293\u4e00\u904d\uff0c\u771f\u662f\u9ebb\u7169\u3002\u628a\u5b83\u5beb\u4e0b\u4f86\uff0c\u4e0b\u6b21\u7701\u5f97\u518d\u627e\u4e00\u6b21\u3002\n <p> MySQL: <br \/> \nHomepage: http:\/\/www.mysql.com <br \/> \nInstallation: <br \/> \ntar zxvf mysql-4.x.gz <br \/> \ngroupadd mysql <br \/> \nuseradd -g mysql mysql <br \/> \ncd mysql-4.x <br \/> \n.\/configure &#8211;prefix=\/usr\/local\/mysql &#8211;with-charset=big5 <br \/> \nmake ; make install <br \/> \nscripts\/mysql_install_db <br \/> \nchown -R root \/usr\/local\/mysql <br \/> \nchown -R mysql \/usr\/local\/mysql\/var <br \/> \nchgrp -R mysql \/usr\/local\/mysql <br \/> \ncp support-files\/my-medium.cnf \/etc\/my.cnf <br \/> \n\/usr\/local\/mysql\/bin\/mysqld_safe &#8211;user=mysql &#038;\n <p> cd ..\n <p> Apache: <br \/> \nHomepage: http:\/\/www.apache.org <br \/> \nInstallation: <br \/> \ntar zxvf apache-1.3.x.gz <br \/> \ncd apache-1.3.x <br \/> \n.\/configure &#8211;prefix=\/usr\/local\/apache\n <p> cd ..\n <p> Expat: <br \/> \nHomepage: http:\/\/www.libexpat.org\/ <br \/> \nInstallation: <br \/> \ntar zxvf expat-1.95.x.gz <br \/> \ncd expat-1.95.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> libiconv: <br \/> \nHomepage: http:\/\/www.gnu.org\/software\/libiconv\/ <br \/> \nInstallation: <br \/> \ntar zxvf libiconv-1.9.x.gz <br \/> \ncd libiconv-1.9.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> zlib: <br \/> \nHomepage: http:\/\/www.gzip.org\/zlib\/ <br \/> \nInstallation: <br \/> \ntar zxvf zlib-1.2.x.gz <br \/> \ncd zlib-1.2.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> libpng: <br \/> \nHomepage: http:\/\/www.libpng.org\/pub\/png\/ <br \/> \nInstallation: <br \/> \ntar zxvf libpng-1.2.x <br \/> \ncd libpng-1.2.x <br \/> \ncp scripts\/makefile.linux .\/ <br \/> \nmake -f makefile.linux ; make -f makefile.linux install\n <p> cd ..\n <p> JPEG library: <br \/> \nHomepage: http:\/\/www.ijg.org\/ <br \/> \nInstallation: <br \/> \ntar zxvf jpegsrc.x.gz <br \/> \ncd jpegsrc.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> FreeType: <br \/> \nHomepage: http:\/\/www.freetype.org\/ <br \/> \nInstallation: <br \/> \ntar zxvf freetype-2.1.x.gz <br \/> \ncd freetype-2.1.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> GD: <br \/> \nHomepage: http:\/\/www.boutell.com\/gd\/ <br \/> \nInstallation: <br \/> \ntar zxvf gd-2.0.x.gz <br \/> \ncd gd-2.0.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> libxml2: <br \/> \nHomepage: http:\/\/xmlsoft.org\/ <br \/> \nInstallation: <br \/> \ntar zxvf libxml2-2.6.x.gz <br \/> \ncd libxml2-2.6.x <br \/> \n.\/configure <br \/> \nmake ; make install\n <p> cd ..\n <p> PHP: <br \/> \nHomepage: http:\/\/www.php.net\/ <br \/> \nInstallation: <br \/> \ntar zxvf php-4.3.x.gz <br \/> \ncd php-4.3.x <br \/> \n.\/configure &#8211;with-apache=..\/apache-1.3.x &#8211;with-mysql &#8211;with-gd &#8211;enable-sockets &#8211;with-expat=\/usr\/local\/lib &#8211;with-dom &#8211;enable-wddx &#8211;with-xmlrpc &#8211;with-iconv=\/usr\/local\/lib &#8211;with-zlib-dir=\/usr\/local\/lib &#8211;with-tiff &#8211;with-freetype-dir <br \/> \nmake ; make install\n <p> cd ..\n <p> cd apache-1.3.x <br \/> \n.\/configure &#8211;prefix=\/usr\/local\/apache &#8211;activate-module=src\/modules\/php4\/libphp4.a <br \/> \nmake ; make install\n <p> cd ..\n <p> cd php-4.3.x <br \/> \ncp php.ini-dist \/usr\/local\/lib\/php.ini\n","protected":false},"excerpt":{"rendered":" <p> \u7121\u610f\u9593\u901b\u4e86 kelly\u7684\u7db2\u7ad9, \u5176\u4e2d\u6709\u63d0\u5230 Apache , PHP , GD , MySQL \u7684\u5b89\u88dd&#8230;. \u6bcf\u6b21\u8981\u88dd\u9019\u500b\u90fd\u597d\u9ebb\u7169~&#8230; \u7f3a\u6771\u7f3a\u897f\u7684! ha ~ .. \u770b\u5230\u5979\u6709\u6574\u7406\u4e86, \u90a3\u5c31\u501f\u8f49\u8cbc\u4e00\u4e0b\u5695! &#8230; http:\/\/qkelly.com\/mt\/archives\/e\/ <\/p> \n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.worren.net\/index.php?rest_route=\/wp\/v2\/posts\/96"}],"collection":[{"href":"https:\/\/blog.worren.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.worren.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.worren.net\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.worren.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=96"}],"version-history":[{"count":0,"href":"https:\/\/blog.worren.net\/index.php?rest_route=\/wp\/v2\/posts\/96\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.worren.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=96"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.worren.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=96"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.worren.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}