bash-inst.xml 922 B

123456789101112131415161718192021222324252627282930
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Bash</title>
  4. <para>Bash has a number of bugs in it that cause it to not behave the
  5. way it is expected at times. Fix this behaviour with the following
  6. patch:</para>
  7. <para><screen><userinput>patch -Np1 -i ../bash-&bash-patch-version;.patch</userinput></screen></para>
  8. <para>Prepare Bash to be compiled:</para>
  9. <para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para>
  10. <para>Continue with compiling the package:</para>
  11. <para><screen><userinput>make</userinput></screen></para>
  12. <para><screen><userinput>make tests</userinput></screen></para>
  13. <para>And finish off installing the package:</para>
  14. <para><screen><userinput>make install</userinput></screen></para>
  15. <para>Reload the newly compiled Bash:</para>
  16. <para><screen><userinput>exec /bin/bash --login</userinput></screen></para>
  17. </sect2>