Advertisement
commandlinekid

Untitled

Feb 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. If you're trying on RHEL to install mailsync for IMAP stuff and it needs the MailClient rpm but won't install it because
  2. it keeps saying you need sometihng called perl Parse::Descent....
  3.  
  4. install it from manual by downloading with wget and running rpm -i
  5.  
  6. and what took so long was needing to get the LATEST VERSION which we found here:
  7.  
  8. https://centos.pkgs.org/7/centos-x86_64/perl-Parse-RecDescent-1.967009-5.el7.noarch.rpm.html
  9.  
  10. Even though we're running RHEL 7 something, it works with centos I think. Haven't tested, but installed it said fine and with all other dependencies.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement