Link to home
Start Free TrialLog in
Avatar of uknet80
uknet80

asked on

perl modules gives me error message

Hello All,

It took me some time to install and compile Library system Koha with its perl modules, next I managed to login to http://10.1.3.30:8080. But at the webpage (Web Installer > Step 1) stage, where it asks me to choose language which is “en: and press next. It goes nowhere and under “/var/log/koha/koha-error_log” it shows bellow error:

((((

[Sun May 08 12:10:13 2011] [client 10.1.3.99] [Sun May  8 12:10:13 2011] install.pl: Use of uninitialized value in split at /usr/share/koha/lib/C4/Languages.pm line 145., referer: http://10.1.3.30:8080/cgi-bin/koha/installer/install.pl
[Sun May 08 12:10:13 2011] [client 10.1.3.99] [Sun May  8 12:10:13 2011] install.pl: Use of uninitialized value in pattern match (m//) at /usr/share/koha/lib/C4/Languages.pm line 430., referer: http://10.1.3.30:8080/cgi-bin/koha/installer/install.pl
[Sun May 08 12:10:13 2011] [client 10.1.3.99] [Sun May  8 12:10:13 2011] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 307., referer: http://10.1.3.30:8080/cgi-bin/koha/installer/install.pl
[Sun May 08 12:10:13 2011] [client 10.1.3.99] [Sun May  8 12:10:13 2011] install.pl: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/Languages.pm line 325., referer: http://10.1.3.30:8080/cgi-bin/koha/installer/install.pl
[Sun May 08 12:10:14 2011] [client 10.1.3.99] /usr/bin/perl: symbol lookup error: /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Graphics/Magick/Magick.so: undefined symbol: InitializeMagick, referer: http://10.1.3.30:8080/cgi-bin/koha/installer/install.pl

)))

That some thing to do with Perl configuration any idea what is that?
ASKER CERTIFIED SOLUTION
Avatar of wilcoxon
wilcoxon
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of uknet80
uknet80

ASKER

I have uninstalled GraphicMagick-perl, and that solved the problem.  although one of the requirement for koha library was Graphics::Magick.  do you think that affect the anything, what is the module used for?

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of uknet80

ASKER

cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.4 (Tikanga)

Koha 3.2.5.

Under CPAN Graphics::Magic is not available and if I install rpm version which is (GraphicsMagick-perl, GraphicsMagick) it gives error as you so before.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of uknet80

ASKER

koha_perl_deps.pl -u
command not found
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of uknet80

ASKER

the solution was to remove Graphics:Magic, I couldn't find module for that.

thanks