On Thu, Jun 23, 2011 at 7:59 AM, Alberto Martín <[email protected]> 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+ _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

