emuinstall.sh
上传用户:yeming888
上传日期:2007-01-04
资源大小:18k
文件大小:3k
源码类别:

WEB邮件程序

开发平台:

Perl

  1. #!/bin/sh
  2. tar xf emumail4.0-1.tar
  3. cd emumail4.0-1
  4. gunzip -c Digest-MD5*gz | tar -xvf -
  5. (cd Digest-MD5-2.09; perl Makefile.PL; make; make install)
  6. gunzip -c libnet*gz | tar -xvf -
  7. (cd libnet-1.0606; perl Makefile.PL; make; make install)
  8. gunzip -c CGI.pm*.gz | tar -xvf -
  9. (cd CGI.pm-2.56; perl Makefile.PL; make; make install)
  10. gunzip -c DB_File*gz | tar -xvf -
  11. (cd DB_File-1.71; perl Makefile.PL; make; make install)
  12. gunzip -c Data-Dumper*.gz | tar -xvf -
  13. (cd Data-Dumper-2.10; perl Makefile.PL; make; make install)
  14. gunzip -c FCGI*gz | tar -xvf -
  15. (cd FCGI-0.48; perl Makefile.PL; make; make install)
  16. gunzip -c Filter*gz | tar -xvf -
  17. (cd Filter-1.16; perl Makefile.PL; make; make install)
  18. gunzip -c Font-AFM*gz | tar -xvf -
  19. (cd Font-AFM-1.18; perl Makefile.PL; make; make install)
  20. gunzip -c HTML-Embperl*gz | tar -xvf -
  21. (cd HTML-Embperl-1.2b11; perl Makefile.PL; make; make install)
  22. gunzip -c HTML-Parser*gz | tar -xvf -
  23. (cd HTML-Parser-2.25; perl Makefile.PL; make; make install)
  24. gunzip -c HTML-Tree*gz | tar -xvf -
  25. (cd HTML-Tree-0.62; perl Makefile.PL; make; make install)
  26. gunzip -c IO-stringy*gz | tar -xvf -
  27. (cd IO-stringy-1.207; perl Makefile.PL; make; make install)
  28. gunzip -c MailTools*gz | tar -xvf -
  29. (cd MailTools-1.13; perl Makefile.PL; make; make install)
  30. gunzip -c MIME-Base64*gz | tar -xvf -
  31. (cd MIME-Base64-2.11; perl Makefile.PL; make; make install)
  32. gunzip -c MIME-tools*gz | tar -xvf -
  33. (cd MIME-tools-4.124; perl Makefile.PL; make; make install)
  34. gunzip -c Net-DNS*gz | tar -xvf -
  35. (cd Net-DNS-0.12; perl Makefile.PL; make; make install)
  36. gunzip -c Text-Tabs*gz | tar -xvf -
  37. (cd Text-Tabs+Wrap-98.112902; perl Makefile.PL; make; make install UNINST=1)
  38. gunzip -c TimeDate*gz | tar -xvf -
  39. (cd TimeDate-1.08; perl Makefile.PL; make; make install)
  40. gunzip -c URI-*gz | tar -xvf -
  41. (cd URI-1.04; perl Makefile.PL; make; make install)
  42. gunzip -c VRML*gz | tar -xvf -
  43. (cd VRML-1.04; perl Makefile.PL; make; make install)
  44. gunzip -c libwww*gz | tar -xvf -
  45. (cd libwww-perl-5.46; perl Makefile.PL; make; make install)
  46. gunzip -c Convert-BER*gz | tar -xvf -
  47. (cd Convert-BER-1.26; perl Makefile.PL; make; make install)
  48. gunzip -c perl-ldap*gz | tar -xvf -
  49. (cd perl-ldap-0.11; perl Makefile.PL; make; make install)
  50. gunzip -c emu-4.0.tgz | tar -xvpf -
  51. if [ ! -d /home/emumail ]; then
  52.     mkdir /home/emumail
  53. fi
  54. if [ ! -d /home/emumail/modules ]; then
  55.     mkdir /home/emumail/modules
  56. fi
  57. cp ../mod_fastcgi.so /home/emumail/modules/mod_fastcgi.so
  58. (cd emu-4.0; cp -pfR * /home/emumail)
  59. echo "Installation complete. Please type"
  60. echo ""
  61. echo "cd /home/emumail"
  62. echo ""
  63. echo "and read the READMEs and files in /home/emumail/docs"
  64. echo