/[BackupPC]/trunk/doc/Search.pod
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/doc/Search.pod

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

revision 217 by dpavlin, Sun Oct 16 17:41:52 2005 UTC revision 255 by dpavlin, Mon Dec 12 16:31:07 2005 UTC
# Line 108  You will also need a few additional cpan Line 108  You will also need a few additional cpan
108  =over 4  =over 4
109    
110  =item File::Pid  =item File::Pid
111    =item File::Which
112    =item File::Path
113    =item File::Slurp
114    
115  =item Spreadsheet::WriteExcel  =item Spreadsheet::WriteExcel
116    
# Line 194  Please make a symlink from C</dev/cdrom> Line 197  Please make a symlink from C</dev/cdrom>
197    
198  =back  =back
199    
200    =head1 Troubleshoting
201    
202    =head2 md5sum problems on Debian
203    
204    If you are running Debian stable and expiriencing error message like
205    
206     -: No such file or directory
207    
208    your C<md5sum> comes from C<coreutils> (which doesn't know how to handle C<->
209    as input) as opposed to C<md5sum> which comes with C<textutils> (which does).
210    
211    Fix is simple, correct md5sum is allready installed, you just have to do:
212    
213     sudo cp /usr/bin/md5sum.textutils /usr/bin/md5sum
214    
215  =head1 Related projects  =head1 Related projects
216    

Legend:
Removed from v.217  
changed lines
  Added in v.255

  ViewVC Help
Powered by ViewVC 1.1.26