Page 1 of 1

PAR2 for Centos5/Redhat

Posted: September 18th, 2008, 3:42 am
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

Re: PAR2 for Centos5/Redhat

Posted: September 18th, 2008, 4:56 am
by shypike
If there's no RPM you will have to compile from sources.

http://sourceforge.net/project/showfile ... _id=233051

Re: PAR2 for Centos5/Redhat

Posted: September 18th, 2008, 5:08 am
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