Upgrading from 3.0.6 to 3.2.1 - Perl woes
Hi all, I'm attempting to upgrade our system (ubuntu 8.04 w/ perl 5.8.8, koha 3.0.6) to the latest stable, but I'm running into a problem. Make test repeatedly threw: "MarkIssueReturned" is not exported by the C4::Circulation module Some discussion of this turned up on the IRC log, leading me to believe I could ignore the error and proceed. Now that I have run the upgrade, the web server spits out the same error. The discussion on IRC made sound like it has something to do with running Perl 5.8.8, although I couldn't find anything conclusive. Perl 5.8.8 meets the minimum requirements, so it should work, right? Ultimately, I can just build a local install of Perl 5.10, but I would like to avoid that if possible. I appreciate any insight you can offer. Thanks! -- Jason Sherman Systems Librarian University of Science and Arts of Oklahoma 405.574.1340
This is a note in case anyone else comes across this issue. Rolling my own Perl solved the problem. The script fix-perl-path.pl didn't catch all of the shebang lines, so I had to do some cleanup there. Otherwise, it was a straightforward process. On Thu, Dec 16, 2010 at 3:57 PM, jason sherman <jsherman@usao.edu> wrote:
Hi all,
I'm attempting to upgrade our system (ubuntu 8.04 w/ perl 5.8.8, koha 3.0.6) to the latest stable, but I'm running into a problem. Make test repeatedly threw:
"MarkIssueReturned" is not exported by the C4::Circulation module
Some discussion of this turned up on the IRC log, leading me to believe I could ignore the error and proceed. Now that I have run the upgrade, the web server spits out the same error.
The discussion on IRC made sound like it has something to do with running Perl 5.8.8, although I couldn't find anything conclusive. Perl 5.8.8 meets the minimum requirements, so it should work, right?
Ultimately, I can just build a local install of Perl 5.10, but I would like to avoid that if possible.
I appreciate any insight you can offer.
Thanks!
-- Jason Sherman Systems Librarian University of Science and Arts of Oklahoma 405.574.1340
-- Jason Sherman Systems Librarian University of Science and Arts of Oklahoma 405.574.1340
Hi Jason, Glad your problem is solved. On Mon, Jan 10, 2011 at 9:32 AM, jason sherman <jsherman@usao.edu> wrote:
This is a note in case anyone else comes across this issue. Rolling my own Perl solved the problem. The script fix-perl-path.pl didn't catch all of the shebang lines, so I had to do some cleanup there.
Could you please file a bug for the fix-perl-path.pl problem at bugs.koha-community.org? Kind Regards, Chris
participants (2)
-
Chris Nighswonger -
jason sherman