Difference between revisions of "Freeside talk:1.7:Documentation:InstallingOnCentOS4"

From Freeside
Jump to: navigation, search
Line 14: Line 14:
  
 
TBB/anyone else:
 
TBB/anyone else:
* JavaScript::RPC is not a current dependency.  Do not edit the 1.7 instructions and add modules used by previous verisons but no longer used by 1.7.  See [Freeside:1.7:Documentation:Installation#Introduction]
+
* JavaScript::RPC is not a current dependency.  Do not edit the 1.7 instructions and add modules used by previous verisons but no longer used by 1.7.  See [[Freeside:1.7:Documentation:Installation#Introduction]]

Revision as of 14:03, 1 May 2007

Problem:

 The mod_perl2 required newer version of CGI (>= 3.08), that provided by upgrading perl.

Symptom:

 service httpd-freeside start
 Starting httpd-freeside: [Sun Mar 04 02:02:17 2007] [error] CGI version 3.08 is required to support \
  mod_perl2 API at /usr/lib/perl5/vendor_perl/5.8.5/HTML/Mason/ApacheHandler.pm line 339.\nCompilation \
  failed in require at /etc/freeside/handler.pl line 15.\nBEGIN failed--compilation aborted at \
  /etc/freeside/handler.pl line 15.\nCompilation failed in require at (eval 2) line 1.\n

Solver:

 Enabling centosplus repo will solve the issue.
 yum --enablerepo=centosplus upgrade perl

TBB/anyone else: