mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added md5sums to Chapter 24 package instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3452 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f62b122b45
commit
7bc4c3615d
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY php-download-http "http://us2.php.net/distributions/php-&php-version;.tar.bz2">
|
||||
<!ENTITY php-download-ftp "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.bz2">
|
||||
<!ENTITY php-md5sum "fd26455febdddee0977ce226b9108d9c">
|
||||
<!ENTITY php-size "4.4 MB">
|
||||
<!ENTITY php-buildsize "101 MB">
|
||||
<!ENTITY php-time "1.29 SBU">
|
||||
@ -22,18 +23,23 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application><acronym>PHP</acronym></application></title>
|
||||
|
||||
<para><application><acronym>PHP</acronym></application> is the PHP
|
||||
Hypertext Preprocessor. Primarily used in dynamic web sites, it allows for
|
||||
programming code to be directly embedded into the
|
||||
<para><application><acronym>PHP</acronym></application> is the
|
||||
<acronym>PHP</acronym> Hypertext Preprocessor. Primarily used in dynamic web
|
||||
sites, it allows for programming code to be directly embedded into the
|
||||
<acronym>HTML</acronym> markup.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&php-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url="&php-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url="&php-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&php-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &php-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &php-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required: &php-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &php-time;</para></listitem></itemizedlist>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&php-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&php-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
@ -43,14 +49,14 @@ url="&patch-root;/php-&php-version;-db43-1.patch"/></para>
|
||||
</listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application><acronym>PHP</acronym></application> dependencies</title>
|
||||
<sect3><title><application><acronym>PHP</acronym></application>
|
||||
dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="apache"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="apache"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="libxml2"/>,
|
||||
<para><xref linkend="libxml2"/>,
|
||||
<xref linkend="libxslt"/>,
|
||||
<xref linkend="openssl"/>,
|
||||
<ulink url="http://www.fastio.com/">ClibPDF</ulink>,
|
||||
@ -66,7 +72,9 @@ url="&patch-root;/php-&php-version;-db43-1.patch"/></para>
|
||||
<xref linkend="libpng"/>,
|
||||
X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
|
||||
<xref linkend="freetype2"/>,
|
||||
<ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>,
|
||||
<ulink
|
||||
url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">
|
||||
t1lib</ulink>,
|
||||
<xref linkend="gmp"/>
|
||||
<xref linkend="mysql"/>,
|
||||
<xref linkend="pcre"/>,
|
||||
@ -91,12 +99,13 @@ X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
|
||||
<ulink url="http://www.frontbase.com/">FrontBase</ulink>,
|
||||
<ulink url="http://caudium.net/">Caudium</ulink>,
|
||||
<ulink url="http://www.openwddx.org/">WDDX</ulink>,
|
||||
<ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">FDF Toolkit</ulink>,
|
||||
<ulink url="http://partners.adobe.com/asn/acrobat/forms.jsp">
|
||||
FDF Toolkit</ulink>,
|
||||
<ulink url="http://www.hyperwave.com/">Hyperwave</ulink>,
|
||||
<ulink url="http://www.mainstreetsoftworks.com/">Monetra</ulink>,
|
||||
<xref linkend="expat"/> and
|
||||
<ulink url="../server/mail.html">MTA</ulink>
|
||||
</para></sect4>
|
||||
<ulink url="../server/mail.html">MTA</ulink></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -164,15 +173,15 @@ is highly recommended, as their online docs are very good.</para></note>
|
||||
<para>To enable <acronym>PHP</acronym> support in the
|
||||
<application>Apache</application> web server,
|
||||
a new LoadModule (this one should be handled automatically by the
|
||||
<command>make install</command> command) and AddType directives must be added to the
|
||||
<filename>httpd.conf</filename> file:</para>
|
||||
<command>make install</command> command) and AddType directives must be added
|
||||
to the <filename>httpd.conf</filename> file:</para>
|
||||
|
||||
<screen><userinput>LoadModule php5_module lib/apache/libphp5.so
|
||||
AddType application/x-httpd-php .php</userinput></screen>
|
||||
|
||||
<para>Also, it can be useful to add an entry for index.php to the
|
||||
DirectoryIndex directive of the <filename>httpd.conf</filename>
|
||||
file.</para>
|
||||
<para>Also, it can be useful to add an entry for
|
||||
<filename>index.php</filename> to the DirectoryIndex directive of the
|
||||
<filename>httpd.conf</filename> file.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
@ -198,8 +207,9 @@ file.</para>
|
||||
you to parse and execute <acronym>PHP</acronym> code.</para></sect3>
|
||||
|
||||
<sect3><title>pear</title>
|
||||
<para><command>pear</command> is the PHP Extension and Application
|
||||
Repository (<acronym>PEAR</acronym>) package manager.</para></sect3>
|
||||
<para><command>pear</command> is the <acronym>PHP</acronym> Extension and
|
||||
Application Repository (<acronym>PEAR</acronym>) package
|
||||
manager.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY proftpd-download-http "http://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2">
|
||||
<!ENTITY proftpd-download-ftp "ftp://ftp.proftpd.org/distrib/source/proftpd-&proftpd-version;.tar.bz2">
|
||||
<!ENTITY proftpd-md5sum "5feb4a7348e12faefc25e34fd92efdd6">
|
||||
<!ENTITY proftpd-size "901 KB">
|
||||
<!ENTITY proftpd-buildsize "7.3 MB">
|
||||
<!ENTITY proftpd-time "0.27 SBU">
|
||||
@ -17,7 +18,8 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="proftpd.html"?>
|
||||
<title><application>Pro<acronym>FTP</acronym>D</application>-&proftpd-version;</title>
|
||||
<title><application>Pro<acronym>FTP</acronym>D</application>-&proftpd-version;
|
||||
</title>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to
|
||||
@ -33,6 +35,7 @@ is useful for serving large file archives over a network.</para>
|
||||
<ulink url="&proftpd-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&proftpd-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &proftpd-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &proftpd-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&proftpd-buildsize;</para></listitem>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY vsftpd-download-http " ">
|
||||
<!ENTITY vsftpd-download-ftp "ftp://vsftpd.beasts.org/users/cevans/vsftpd-&vsftpd-version;.tar.gz">
|
||||
<!ENTITY vsftpd-md5sum "63838791ec8b1375ed154fb2603e52e9">
|
||||
<!ENTITY vsftpd-size "148 KB">
|
||||
<!ENTITY vsftpd-buildsize "492 KB">
|
||||
<!ENTITY vsftpd-time "0.01 SBU">
|
||||
@ -17,7 +18,8 @@
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="vsftpd.html"?>
|
||||
<title><application>vs<acronym>FTP</acronym>D</application>-&vsftpd-version;</title>
|
||||
<title><application>vs<acronym>FTP</acronym>D</application>-&vsftpd-version;
|
||||
</title>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to
|
||||
@ -33,6 +35,7 @@ useful for serving files over a network.</para>
|
||||
<ulink url="&vsftpd-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&vsftpd-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &vsftpd-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &vsftpd-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&vsftpd-buildsize;</para></listitem>
|
||||
|
@ -22,8 +22,8 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22
|
||||
package instructions; added md5sum to db instructions; fixed download URL's
|
||||
<listitem><para>February 12th, 2005 [randy]: Added md5sums to Chapter 22 and
|
||||
24 package instructions; added md5sum to db instructions; fixed download URL's
|
||||
in PostgreSQL instructions.</para></listitem>
|
||||
|
||||
<listitem><para>February 11th, 2005 [bdubbs]: Rewrote bootdisk page.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user