installing spanish language in koha 3.4.1
Hello, I have koha 3.4.1 installed in a linode vps with ubuntu 10.04 lts. Yesterday I tried to install the spanish language with some instructions I found in the koha wiki. I was in the folder ../../misc/translator and I wrote the command perl translate install es-ES but I got this in return: Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at LangInstaller.pm line 23. BEGIN failed--compilation aborted at LangInstaller.pm line 23. Compilation failed in require at translate line 25. BEGIN failed--compilation aborted at translate line 25. I have seen that other people have had similar problems trying to install other languages, in previous versions of koha, but I couldn't find any solution. -- View this message in context: http://koha.1045719.n5.nabble.com/installing-spanish-language-in-koha-3-4-1-... Sent from the Koha - Discuss mailing list archive at Nabble.com.
On Thu, Jun 23, 2011 at 7:59 AM, Alberto Martín <surferpoint9819@gmail.com> wrote:
Hello,
I have koha 3.4.1 installed in a linode vps with ubuntu 10.04 lts. Yesterday I tried to install the spanish language with some instructions I found in the koha wiki.
I was in the folder ../../misc/translator and I wrote the command
perl translate install es-ES
but I got this in return:
Can't locate C4/Context.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at LangInstaller.pm line 23. BEGIN failed--compilation aborted at LangInstaller.pm line 23. Compilation failed in require at translate line 25. BEGIN failed--compilation aborted at translate line 25.
Try running like this: PERL5LIB=/usr/share/koha/lib KOHA_CONF=/etc/koha/koha-conf.xml perl translate install es-ES Regards To+
Yes, I did exactly that and then it worked! thanks to Tomas and Bernardo for your help :) -- View this message in context: http://koha.1045719.n5.nabble.com/installing-spanish-language-in-koha-3-4-1-... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (2)
-
Alberto Martín -
Tomas Cohen Arazi