Cannot install PAR2 on Linux ClearOS 5.1 (= former ClarkConnect)
Posted: January 29th, 2010, 12:47 pm
Just installed SABnzbd on my Linux server (ClearOS, this is the former ClarkConnect running CentOS). I followed the script for ClarkConnect but seem unable to install PAR2.
The first part:
# par2cmdline >= 0.4 http://parchive.sourceforge.net/
wget http://garr.dl.sourceforge.net/sourcefo ... 0.4.tar.gz
gzip -d par2cmdline-0.4.tar.gz
tar xf par2cmdline-0.4.tar
works OK. The following line
cd par2cmdline-0.4.tar
doesn't work from the original script untill leaving out the .tar part.
Then:
./configure
make
Configure is OK, but make generates pages of warnings :
ignoring packed attribute because of unpacked non-POD field
and will eventually fail with error message:
too few template-parameter-lists
I am as yet unsure as to what to do next. SABnzbd works like a charm, though.
The first part:
# par2cmdline >= 0.4 http://parchive.sourceforge.net/
wget http://garr.dl.sourceforge.net/sourcefo ... 0.4.tar.gz
gzip -d par2cmdline-0.4.tar.gz
tar xf par2cmdline-0.4.tar
works OK. The following line
cd par2cmdline-0.4.tar
doesn't work from the original script untill leaving out the .tar part.
Then:
./configure
make
Configure is OK, but make generates pages of warnings :
ignoring packed attribute because of unpacked non-POD field
and will eventually fail with error message:
too few template-parameter-lists
I am as yet unsure as to what to do next. SABnzbd works like a charm, though.