Changeset 4fa49aa
- Timestamp:
- 02/01/2004 08:16:52 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 3e740645
- Parents:
- 0a4b6ce
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/db/db-inst.xml
r0a4b6ce r4fa49aa 13 13 <note><para>If you wish to enable <application>Java</application> 14 14 support in <application>Berkeley DB</application>-&db-version;, add <command> 15 --enable-java</command> to the configure options. This requires a n16 appropriate compiler such as Java enabled GCC.15 --enable-java</command> to the configure options. This requires a 16 Java compiler. 17 17 <application>Java</application> support is needed 18 18 if you plan to use system installed <application>Berkeley DB</application> when 19 compiling < application>OpenOffice</application>.</para></note>19 compiling <xref linkend="openoffice"/>.</para></note> 20 20 21 21 </sect2> -
content/databases/db/db-intro.xml
r0a4b6ce r4fa49aa 21 21 <sect3><title><application>Berkeley DB</application> dependencies</title> 22 22 <sect4><title>Optional</title> 23 <para><xref linkend="tcl"/> 23 <para><xref linkend="tcl"/>, <xref linkend="j2sdk"/> 24 24 </para></sect4> 25 25 </sect3> -
content/web/apache/apache.ent
r0a4b6ce r4fa49aa 5 5 <!ENTITY apache-config SYSTEM "apache-config.xml"> 6 6 <!ENTITY apache-desc SYSTEM "apache-desc.xml"> 7 <!ENTITY apache-version "2.0.4 7">7 <!ENTITY apache-version "2.0.48"> 8 8 <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.gz"> 9 9 <!ENTITY apache-download-ftp "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.gz"> -
introduction/welcome/changelog.xml
r0a4b6ce r4fa49aa 11 11 12 12 <itemizedlist> 13 14 <listitem><para>February 1st, 2004 [tushar]: OpenSSH: Added note on 15 linking statically to OpenSSL.</para></listitem> 13 16 14 17 <listitem><para>February 1st, 2004 [tushar]: Removed -
server/other/openssh/openssh-inst.xml
r0a4b6ce r4fa49aa 15 15 useradd -c 'sshd privsep' -d /var/empty -g sshd -s /bin/false sshd</command></userinput></screen> 16 16 17 <para><application>OpenSSH</application> is very sensitive to changes in the 18 linked <application>OpenSSL</application> libraries. If you recompile 19 <application>OpenSSL</application>, <application>OpenSSH</application> may 20 fail to startup. To avoid this, it is possible to link to 21 <application>OpenSSL</application> libraries. If you prefer this, execute the 22 following commands:</para> 23 24 <screen><userinput><command>sed -i "s:-lcrypto:/usr/lib/libcrypto.a:g" configure</command></userinput></screen> 25 17 26 <para>Install <application>Open<acronym>SSH</acronym></application> by running 18 27 the following commands:</para>
Note:
See TracChangeset
for help on using the changeset viewer.