perl-inst.xml 467 B

1234567891011121314151617
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Perl</title>
  4. <para><screen><userinput>patch -Np1 -i ../perl-&perl-version;-libc.patch
  5. chmod u+w hints/linux.sh
  6. echo 'static_ext="IO re Fcntl"' >> hints/linux.sh
  7. ./configure.gnu --prefix=/stage1
  8. make perl
  9. make utilities
  10. cp perl /stage1/bin/perl
  11. cp pod/pod2man /stage1/bin
  12. mkdir -p /stage1/lib/perl5/5.8.0
  13. cp -R lib/* /stage1/lib/perl5/5.8.0</userinput></screen></para>
  14. </sect2>