Difference between revisions of "Freeside talk:1.7:Documentation:InstallingOnCentOS4"
From Freeside
Sehari24jam (talk | contribs) (Newer perl required for Centos default installation) |
Sehari24jam (talk | contribs) m |
||
Line 4: | Line 4: | ||
Symptom: | Symptom: | ||
service httpd-freeside start | 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 | + | 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: | Solver: | ||
Enabling centosplus repo will solve the issue. | Enabling centosplus repo will solve the issue. | ||
yum --enablerepo=centosplus upgrade perl | yum --enablerepo=centosplus upgrade perl |
Revision as of 10:33, 3 March 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