diff options
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 7ad8aeb69..4792334e3 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -60,7 +60,8 @@ <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make install +chmod -v 0755 /usr/lib/preloadable_libintl.so</userinput></screen> </sect2> @@ -73,11 +74,11 @@ <segtitle>Installed directories</segtitle> <seglistitem> - <seg>autopoint, config.charset, config.rpath, envsubst, gettext, gettext.sh, + <seg>autopoint, envsubst, gettext, gettext.sh, gettextize, hostname, msgattrib, msgcat, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt, msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, recode-sr-latin, and xgettext</seg> - <seg>libasprintf.{a,so}, libgettextlib.so, libgettextpo.{a,so}, + <seg>libasprintf.so, libgettextlib.so, libgettextpo.so, libgettextsrc.so, and preloadable_libintl.so</seg> <seg>/usr/lib/gettext, /usr/share/doc/gettext-&gettext-version;, and /usr/share/gettext</seg> @@ -100,29 +101,6 @@ </listitem> </varlistentry> - <varlistentry id="config.charset"> - <term><command>config.charset</command></term> - <listitem> - <para>Outputs a system-dependent table of character encoding - aliases</para> - <indexterm zone="ch-system-gettext config.charset"> - <primary sortas="b-config.charset">config.charset</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="config.rpath"> - <term><command>config.rpath</command></term> - <listitem> - <para>Outputs a system-dependent set of variables, describing how - to set the runtime search path of shared libraries in an - executable</para> - <indexterm zone="ch-system-gettext config.rpath"> - <primary sortas="b-config.rpath">config.rpath</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="envsubst"> <term><command>envsubst</command></term> <listitem> |