Installing Koha on CentOS+cPanel Hosting Server
Hi all, Maybe it is a little bit off-topic but perhaps still relevant and will find some clues and answers here. I'm trying to install Koha on VPS/VDS (CentOS) machine hosting server, and the website is ran by cPanel and WHM, but finally i face the Perl version problem there[0]. cPanel only provides Perl 5.8, but Perl module Modern::Perl can only be installed on Perl 5.10 environment[1]. What do you think? Get rid of cPanel and start providing Perl modules based on CentOS environment will simplify the installing process of Koha? Thanks in advance and have a nice weekend! =) [0] http://goo.gl/Sou3r [1] http://goo.gl/5Ufby -- Andi Sugandi.
Hi, cPanel only provides Perl 5.8, but Perl module Modern::Perl can only
be installed on Perl 5.10 environment[1].
Koha (last versions) can only be installed on Perl >= 5.10
What do you think?
In a situation like yours, I have downloaded and compiled Perl (on
/usr/local, 5.14), then I installed all the required modules from CPAN (a long long work) Then Koha. It works. Get rid of cPanel and start providing Perl modules based on CentOS
environment will simplify the installing process of Koha?
My advice would be not to touch anything in the system. Only install what is needed by Koha in /usr/local
Bernardo
Hi, On Mon, Jun 4, 2012 at 7:07 PM, Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> wrote: [...]
In a situation like yours, I have downloaded and compiled Perl (on /usr/local, 5.14), then I installed all the required modules from CPAN (a long long work) Then Koha. It works.
[...]
My advice would be not to touch anything in the system. Only install what is needed by Koha in /usr/local
Yes, I understand now, your advices are very valuable, and this issue now is solved. Thank you very much. Best regards, -- Andi Sugandi.
participants (2)
-
Andi Sugandi -
Bernardo Gonzalez Kriegel