Symptoms
None of the following plugins is available in the Parallels Customer and Business Manager: DTAUS, Norma19, Clieop3, WireCard, BancaSella, ATOS, AssistID, BBVA. When you open the wizard to add a new payment gateway, the following error is added to the SWCP server log:(mod_fastcgi.c.2582) FastCGI-stderr: HTTP::Message content not bytes at /usr/lib/perl5/vendor_perl/5.10.0/SOAP/Transport/HTTP.pm line 426.
The SWCP server log location is /var/log/sw-cp-server/error_log.
Cause
Library libwww-perl is not installed.Resolution
1. Download and untar the file attached to this article.# tar -zxvf libwww-perl-5.837.tar.gz2. Locate the created directory libwww-perl-5.837 and run the following commands from there.
Note: If you don't want to install any programs (only the library files), pass the '--no-programs' option to Makefile.PL:
# perl Makefile.PL --no-programs
# perl Makefile.PL
# make
# make test
# make install
No
Yes