Search found 2 matches

by Cylindric
February 4th, 2013, 9:19 am
Forum: General Help
Topic: openfiler (linux) - how to configure sabnzbd!
Replies: 14
Views: 16438

Re: openfiler (linux) - how to configure sabnzbd!

I also had to change the par2cmdline section to fix a compilation error:: wget http://downloads.sourceforge.net/project/parchive/par2cmdline/0.4/par2cmdline-0.4.tar.gz tar xzf par2* cd par2* wget http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-arch/par2cmdline/files/par2cmdline-0.4-gcc4....
by Cylindric
February 4th, 2013, 9:09 am
Forum: General Help
Topic: openfiler (linux) - how to configure sabnzbd!
Replies: 14
Views: 16438

Re: openfiler (linux) - how to configure sabnzbd!

I was also getting the compilation errors on pyOpenSSL. I had to change the aboce config option for openSSL to:

Code: Select all

./config --prefix=/usr/ -fPIC
And the Python configure command needs to have the --enable-shared flag:

Code: Select all

./configure --prefix=/usr/ --enable-shared