|
@@ -99,11 +99,6 @@
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
|
- <para>Correct the permissions of a library that should not be executable:
|
|
|
|
- </para>
|
|
|
|
-
|
|
|
|
-<screen><userinput remap="install">chmod -v 644 /usr/lib/libncurses++w.a</userinput></screen>
|
|
|
|
-
|
|
|
|
<para>Move the libraries to the <filename class="directory">/lib</filename> directory,
|
|
<para>Move the libraries to the <filename class="directory">/lib</filename> directory,
|
|
where they are expected to reside:</para>
|
|
where they are expected to reside:</para>
|
|
|
|
|
|
@@ -118,7 +113,7 @@
|
|
non-wide-character Ncurses libraries. Trick such applications into linking with
|
|
non-wide-character Ncurses libraries. Trick such applications into linking with
|
|
wide-character libraries by means of symlinks and linker scripts:</para>
|
|
wide-character libraries by means of symlinks and linker scripts:</para>
|
|
|
|
|
|
-<screen><userinput remap="install">for lib in curses ncurses form panel menu ; do \
|
|
|
|
|
|
+<screen><userinput remap="install">for lib in ncurses form panel menu ; do \
|
|
rm -vf /usr/lib/lib${lib}.so ; \
|
|
rm -vf /usr/lib/lib${lib}.so ; \
|
|
echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so ; \
|
|
echo "INPUT(-l${lib}w)" >/usr/lib/lib${lib}.so ; \
|
|
ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \
|
|
ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a ; \
|