PAR2 for Centos5/Redhat

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
kuipers250
Newbie
Newbie
Posts: 1
Joined: September 18th, 2008, 3:39 am

PAR2 for Centos5/Redhat

Post by kuipers250 »

Hi,

My Sabnzb works great, but without the par2.
I use Centos 5 (the Redhat clone) on a i386. Using YUM and my common repo's I cannot find a par2.

Please help me out, what rpm can I use?

best regards,
Gert
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: PAR2 for Centos5/Redhat

Post by shypike »

If there's no RPM you will have to compile from sources.

http://sourceforge.net/project/showfile ... _id=233051
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: PAR2 for Centos5/Redhat

Post by shypike »

Take a look at the instructions we compiled for ClarkConnect, which is also RedHat-based.

http://sabnzbd.wikidot.com/install-cc42

The clipping for par2:

Code: Select all

#    par2cmdline >= 0.4      http://parchive.sourceforge.net/
wget http://garr.dl.sourceforge.net/sourceforge/parchive/par2cmdline-0.4.tar.gz
gzip -d par2cmdline-0.4.tar.gz
tar xf par2cmdline-0.4.tar
cd par2cmdline-0.4.tar
./configure
make
make check
make install
cd
Post Reply