/[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

Diff of /trunk/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by dpavlin, Sat May 8 02:21:50 2004 UTC revision 27 by dpavlin, Sat May 8 20:34:26 2004 UTC
# Line 1  Line 1 
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:  CPAN modules needed:
32    
33          Mail::Box          Mail::Box
# Line 11  CPAN modules which might get uses, depen Line 41  CPAN modules which might get uses, depen
41    
42          Text::Autoformat          Text::Autoformat
43          Text::Context::EitherSide          Text::Context::EitherSide
   

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26