mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
• neon-0.30.1: modify fix when building with gnutls-3.4 and later,
after email received from neon list. • OpenLDAP-2.4.41: fix some trailing spaces. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16286 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5036aa294d
commit
ec06894d95
@ -96,8 +96,9 @@
|
||||
|
||||
<para>Fix some code when building with gnutls-3.4 and later:</para>
|
||||
|
||||
<screen><userinput>sed -e 's/gnutls_retr_st/gnutls_retr2_st/' \
|
||||
-e 's/type = type/cert_&/' \
|
||||
<screen><userinput>sed -e 's/client_set/set/' \
|
||||
-e 's/gnutls_retr/&2/' \
|
||||
-e 's/type = t/cert_&/' \
|
||||
-i src/ne_gnutls.c</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -93,9 +93,9 @@
|
||||
<xref linkend="icu"/>,
|
||||
<xref linkend="pth"/>,
|
||||
<xref linkend="unixodbc"/>,
|
||||
<xref linkend="mariadb"/> or
|
||||
<xref linkend="postgresql"/> or
|
||||
<ulink url="http://www.mysql.com/">MySQL</ulink>,
|
||||
<xref linkend="mariadb"/> or
|
||||
<xref linkend="postgresql"/> or
|
||||
<ulink url="http://www.mysql.com/">MySQL</ulink>,
|
||||
<ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
|
||||
<xref linkend="db"/> (not recommended by the developers)
|
||||
</para>
|
||||
@ -135,7 +135,7 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</note>
|
||||
|
||||
|
||||
<warning>
|
||||
<para>If upgrading from a previos installation that used Berkeley DB as
|
||||
the backend, you will need to dump the database(s) using the
|
||||
@ -194,9 +194,9 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
The tests appear to be fragile. Errors may cause the tests to abort
|
||||
prior to finishing, apparently due to timing issues. The tests
|
||||
prior to finishing, apparently due to timing issues. The tests
|
||||
take about 65 minutes and are processor independent.
|
||||
To test the results, issue: <command>make test</command>.
|
||||
To test the results, issue: <command>make test</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -288,7 +288,7 @@ cp -vfr doc/{drafts,rfc,guide} /usr/share/doc/openldap-&openldap-version;</useri
|
||||
SLPv2 support. Use it if you have installed
|
||||
<ulink url="http://www.openslp.org/">OpenSLP</ulink>.
|
||||
</para>
|
||||
|
||||
|
||||
<note>
|
||||
<para>
|
||||
You can run <command>./configure --help</command> to see if there
|
||||
@ -305,7 +305,7 @@ cp -vfr doc/{drafts,rfc,guide} /usr/share/doc/openldap-&openldap-version;</useri
|
||||
admin password in PLAIN TEXT. That's why mode 640 and root:ldap ownership
|
||||
were used. The owner is root, so only root can modify the file, and group is
|
||||
ldap, so that the group which owns slapd daemon could read but not modify
|
||||
the file in case of a security breach.
|
||||
the file in case of a security breach.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
@ -369,7 +369,7 @@ cp -vfr doc/{drafts,rfc,guide} /usr/share/doc/openldap-&openldap-version;</useri
|
||||
<listitem>
|
||||
<para>
|
||||
The <ulink url="http://www.openldap.org/doc/admin24/"> OpenLDAP 2.4
|
||||
Administrator's Guide</ulink> (also installed locally in
|
||||
Administrator's Guide</ulink> (also installed locally in
|
||||
<filename class='directory'>
|
||||
/usr/share/doc/openldap-&openldap-version;/guide/admin</filename>).
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user