Hello everyone, Actually, I'm in a developer group and we are trying to implement new features. Therefore, we need to replicate our job in other machine and when we have done, we have seen the following error: |Can't locate object method "generate_id" via package "CGI::Session::ID::md5" (perhaps you forgot to load "CGI::Session::ID::md5"?) at /usr/local/share/perl/5.8.8/CGI/Session.pm line 74. | Apache Server version: Apache/2.2.8 (Ubuntu) Server built: Jun 25 2008 13:54:13 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2 OS Linux atlantis 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux Perl 5.008008 I think -and I sure- that the problem there isn't in our code because, in fact, it's a perl error -maybe a bug in CGI, I don't know-. By other way, when we have installed Koha the first time we didn't have errors. Could anyone help us? Thanks in advance
This may be related to a known issue with CGI. From the INSTALL document: recent versions of CGI::Session have caused some issues for users;
as of this release date, we suggest downloading the CGI::Session::serialize::yaml tarball direct from CPAN and install it directly rather than using the cpan command
Please confirm you have installed the module via this method. --Joe Atzberger On Thu, Oct 16, 2008 at 5:09 AM, Samuel Gil López <sgil@qualityobjects.com>wrote:
Hello everyone,
Actually, I'm in a developer group and we are trying to implement new features. Therefore, we need to replicate our job in other machine and when we have done, we have seen the following error:
|Can't locate object method "generate_id" via package "CGI::Session::ID::md5" (perhaps you forgot to load "CGI::Session::ID::md5"?) at /usr/local/share/perl/5.8.8/CGI/Session.pm line 74. |
Apache Server version: Apache/2.2.8 (Ubuntu) Server built: Jun 25 2008 13:54:13 Koha 3.00.00.107 Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2 OS Linux atlantis 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux Perl 5.008008
I think -and I sure- that the problem there isn't in our code because, in fact, it's a perl error -maybe a bug in CGI, I don't know-. By other way, when we have installed Koha the first time we didn't have errors.
Could anyone help us?
Thanks in advance
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
I have installed it using this method, but I have seen now that I have different versions and aren't compatibles... Thanks for your help Joe Atzberger wrote:
This may be related to a known issue with CGI. From the INSTALL document:
recent versions of CGI::Session have caused some issues for users; as of this release date, we suggest downloading the CGI::Session::serialize::yaml tarball direct from CPAN and install it directly rather than using the cpan command
Please confirm you have installed the module via this method.
--Joe Atzberger
On Thu, Oct 16, 2008 at 5:09 AM, Samuel Gil López <sgil@qualityobjects.com <mailto:sgil@qualityobjects.com>> wrote:
Hello everyone,
Actually, I'm in a developer group and we are trying to implement new features. Therefore, we need to replicate our job in other machine and when we have done, we have seen the following error:
|Can't locate object method "generate_id" via package "CGI::Session::ID::md5" (perhaps you forgot to load "CGI::Session::ID::md5"?) at /usr/local/share/perl/5.8.8/CGI/Session.pm line 74. |
Apache Server version: Apache/2.2.8 (Ubuntu) Server built: Jun 25 2008 13:54:13 Koha 3.00.00.107 <http://3.00.00.107> Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2 OS Linux atlantis 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux Perl 5.008008
I think -and I sure- that the problem there isn't in our code because, in fact, it's a perl error -maybe a bug in CGI, I don't know-. By other way, when we have installed Koha the first time we didn't have errors.
Could anyone help us?
Thanks in advance
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org <mailto:Koha-devel@lists.koha.org> http://lists.koha.org/mailman/listinfo/koha-devel
Thanks, just now I have fixed my problem. The solution have been too much easier: - Install manually the tarbarll *CGI-Session-4.30.tar.gz* - Install manually the tarball *CGI-Session-Serialize-yaml-4.21.tgz* And few minutes later my koha is running. Best regards Joe Atzberger wrote:
This may be related to a known issue with CGI. From the INSTALL document:
recent versions of CGI::Session have caused some issues for users; as of this release date, we suggest downloading the CGI::Session::serialize::yaml tarball direct from CPAN and install it directly rather than using the cpan command
Please confirm you have installed the module via this method.
--Joe Atzberger
On Thu, Oct 16, 2008 at 5:09 AM, Samuel Gil López <sgil@qualityobjects.com <mailto:sgil@qualityobjects.com>> wrote:
Hello everyone,
Actually, I'm in a developer group and we are trying to implement new features. Therefore, we need to replicate our job in other machine and when we have done, we have seen the following error:
|Can't locate object method "generate_id" via package "CGI::Session::ID::md5" (perhaps you forgot to load "CGI::Session::ID::md5"?) at /usr/local/share/perl/5.8.8/CGI/Session.pm line 74. |
Apache Server version: Apache/2.2.8 (Ubuntu) Server built: Jun 25 2008 13:54:13 Koha 3.00.00.107 <http://3.00.00.107> Koha DB 3.0000107 MySQL mysql Ver 14.12 Distrib 5.0.51a, for debian-linux-gnu (i486) using readline 5.2 OS Linux atlantis 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 GNU/Linux Perl 5.008008
I think -and I sure- that the problem there isn't in our code because, in fact, it's a perl error -maybe a bug in CGI, I don't know-. By other way, when we have installed Koha the first time we didn't have errors.
Could anyone help us?
Thanks in advance
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org <mailto:Koha-devel@lists.koha.org> http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Joe Atzberger -
Samuel Gil López