diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-09-04 19:54:03 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-09-04 19:54:03 +0800 |
commit | 913a161e887481a5eb9817022a823bd8f4afd965 (patch) | |
tree | 5031deb43846a91c5b1fe0f1be8948942dae49b1 /blog/INSTALL | |
parent | 9c6563c6e1d6e54655e59b828d10e9713655ba84 (diff) | |
download | pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.tar pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.tar.gz pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.tar.bz2 pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.tar.lz pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.tar.xz pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.tar.zst pttbbs-913a161e887481a5eb9817022a823bd8f4afd965.zip |
add modules
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1158 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'blog/INSTALL')
-rw-r--r-- | blog/INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/INSTALL b/blog/INSTALL index 29f1e566..64e60e8c 100644 --- a/blog/INSTALL +++ b/blog/INSTALL @@ -16,6 +16,9 @@ $Id: INSTALL,v 1.4 2003/07/06 03:58:43 in2 Exp $ Date::Calc /usr/ports/devel/p5-Date-Calc/ DBI /usr/ports/databases/p5-DBI/ DBD::mysql /usr/ports/databases/p5-DBD-mysql/ + MD5 /usr/ports/security/p5-MD5/ + Mail::Sender /usr/ports/mail/p5-Mail-Sender/ + OurNet::FuzzyIndex (還沒有進 ports, 請用 cpan 裝) 2.設定 apache 可以直接透過 mod_perl 來跑 perl script . 在您的 apache.conf (or httpd.conf)中, 應該會有: |