UUID and Text:Bidi install
I'm working on an installation of Koha 3.22 on a new server. I don't have access to Debian and need to install on a version of RHEL. Most everything goes well, but I'm having a lot of trouble with two Perl dependencies: UUID - Perl does not seem to be able to find the right dependencies necessary to install the UUID module. The complaint is the following: # Bailing out. Can't continue. # # ** No interface found. # # It's likely the UUID prerequisite library isn't installed. But no combination of packages and prerequisite libraries seem to get me past this. Does anyone have ideas? And what will not work if I bypass installing UUID? -------------- Text::BIdi My CPAN fully thinks Text::Bidi is up to date: cpan install Text::Bidi Reading '/root/.cpan/Metadata' Database was generated on Thu, 19 May 2016 09:53:48 GMT Text::Bidi is up to date (2.11). But the Koha install script says it is missing on upgrade. Why? Where is it looking for the current version that is different from where CPAN installed it? -------------- Any assistance with either of these would be helpful as I debug this. -- *Tom Hanstra* *Sr. Systems Administrator* hanstra@nd.edu <http://library.nd.edu/>
What RHEL version? What about: perl --version 2016-05-19 12:16 GMT-03:00 Tom Hanstra <hanstra@nd.edu>:
I'm working on an installation of Koha 3.22 on a new server. I don't have access to Debian and need to install on a version of RHEL.
Most everything goes well, but I'm having a lot of trouble with two Perl dependencies:
UUID - Perl does not seem to be able to find the right dependencies necessary to install the UUID module. The complaint is the following:
# Bailing out. Can't continue. # # ** No interface found. # # It's likely the UUID prerequisite library isn't installed.
But no combination of packages and prerequisite libraries seem to get me past this. Does anyone have ideas? And what will not work if I bypass installing UUID? -------------- Text::BIdi
My CPAN fully thinks Text::Bidi is up to date:
cpan install Text::Bidi Reading '/root/.cpan/Metadata' Database was generated on Thu, 19 May 2016 09:53:48 GMT Text::Bidi is up to date (2.11).
But the Koha install script says it is missing on upgrade. Why? Where is it looking for the current version that is different from where CPAN installed it? --------------
Any assistance with either of these would be helpful as I debug this.
-- *Tom Hanstra* *Sr. Systems Administrator* hanstra@nd.edu
<http://library.nd.edu/> _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
Pretty much RHEL6, but it is actually Amazon Web Services' base AMI. Perl version: # perl --version This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi (with 25 registered patches, see perl -V for more detail) Copyright 1987-2012, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. On Thu, May 19, 2016 at 11:19 AM, Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
perl --version
-- *Tom Hanstra* *Sr. Systems Administrator* hanstra@nd.edu <http://library.nd.edu/>
Probably you are pulling from cpam some library versions that require newer Perl. It is probable that 16.05 will officialy support Debian Jessie (and not Wheezy), which includes Perl 5.20, so you should expect that older Perl versions might not suit Koha's needs. But I'm not sure about the accuracy of this statement. 2016-05-19 12:53 GMT-03:00 Tom Hanstra <hanstra@nd.edu>:
Pretty much RHEL6, but it is actually Amazon Web Services' base AMI.
Perl version:
# perl --version
This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi (with 25 registered patches, see perl -V for more detail)
Copyright 1987-2012, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.
On Thu, May 19, 2016 at 11:19 AM, Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
perl --version
-- *Tom Hanstra* *Sr. Systems Administrator* hanstra@nd.edu
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
On Thu, May 19, 2016 at 11:16:39AM -0400, Tom Hanstra wrote:
I'm working on an installation of Koha 3.22 on a new server. I don't have access to Debian and need to install on a version of RHEL.
Most everything goes well, but I'm having a lot of trouble with two Perl dependencies:
UUID - Perl does not seem to be able to find the right dependencies necessary to install the UUID module. The complaint is the following:
# Bailing out. Can't continue. # # ** No interface found. # # It's likely the UUID prerequisite library isn't installed.
The perl module is a wrapper around the uuid library, it needs to be installed. You probably need the uuid-devel rpm to get the include files Colin -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 800 756 6803 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
I have already tried adding in both uuid-devel and libuuid-devel but UUID still does not want to install. Tom On Mon, May 23, 2016 at 4:32 AM, Colin Campbell < colin.campbell@ptfs-europe.com> wrote:
On Thu, May 19, 2016 at 11:16:39AM -0400, Tom Hanstra wrote:
I'm working on an installation of Koha 3.22 on a new server. I don't have access to Debian and need to install on a version of RHEL.
Most everything goes well, but I'm having a lot of trouble with two Perl dependencies:
UUID - Perl does not seem to be able to find the right dependencies necessary to install the UUID module. The complaint is the following:
# Bailing out. Can't continue. # # ** No interface found. # # It's likely the UUID prerequisite library isn't installed.
The perl module is a wrapper around the uuid library, it needs to be installed. You probably need the uuid-devel rpm to get the include files
Colin
-- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 800 756 6803 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2
-- *Tom Hanstra* *Sr. Systems Administrator* hanstra@nd.edu <http://library.nd.edu/>
participants (3)
-
Colin Campbell -
Tom Hanstra -
Tomas Cohen Arazi