/[mws]/trunk/INSTALL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations)
Sat May 8 20:34:26 2004 UTC (19 years, 11 months ago) by dpavlin
File size: 1086 byte(s)
this is 0.9-rc1:
- scripts now accept configuration file as parametar, if none is specified,
  they will use global.conf in current directory
- more css design
- how to install using PAR
- mbox2index can now call swish-e by itself, swish-e configuration
  moved to MWS_swish.pm
- httpd server now shows 30 newest messages in this year when accessed
  through root URL

1 Installation using PAR archive
2
3 1) Debian
4
5 It should work out-of-par. It's development platform, but you should need
6 perl 5.8.
7
8 2) RedHat/Fedora
9
10 This is tested on slightly out-of-date Fedora, but instructions should apply
11 to newer versions (with possible changes in paths due to different versions).
12
13 If starting mbox2index produces following error:
14
15 # ./mbox2index
16 ./mbox2index: error while loading shared libraries: libperl.so.5.8: cannot open shared object file: No such file or directory
17
18 You will have to create following symlink:
19
20 # ln -s /usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so /usr/lib/libperl.so.5.8
21
22 and re-run ldconfig:
23
24 # /sbin/ldconfig
25
26
27
28 Installation using source code (the perl way to do it)
29
30
31 CPAN modules needed:
32
33 Mail::Box
34 Template::Plugin::Calendar::Simple
35
36 If you want speedup using Mail::Box, try installing Mail::Box::Parser::C
37 module. However, this module is memory pig, and it often just hangs on my
38 Maildir folders. YMMV.
39
40 CPAN modules which might get uses, depending on your templates:
41
42 Text::Autoformat
43 Text::Context::EitherSide

  ViewVC Help
Powered by ViewVC 1.1.26