Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CPAN Required Lib #219

Closed
joserribeiro26 opened this issue Jul 19, 2020 · 2 comments
Closed

Add CPAN Required Lib #219

joserribeiro26 opened this issue Jul 19, 2020 · 2 comments
Labels
bug Something isn't working as intended
Milestone

Comments

@joserribeiro26
Copy link
Contributor

After install, I accesss Admin Area e I need install this library

Unicode::Collate::Locale

My database default charset is utf8.
O.S: Centos 8
Database: MariaDB: 10.3

Message: Can't locate Unicode/Collate/Locale.pm in @inc (you may need to install the Unicode::Collate::Locale module) (@inc contains: /opt/otobo/Custom /opt/otobo/Kernel/cpan-lib /opt/otobo/ /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /etc/httpd) at /opt/otobo/Kernel/Output/HTML/NavBar/AdminFavourites.pm line 25.
BEGIN failed--compilation aborted at /opt/otobo/Kernel/Output/HTML/NavBar/AdminFavourites.pm line 25.
Compilation failed in require at /opt/otobo/Kernel/System/Main.pm line 93.

@bschmalhofer
Copy link
Contributor

Obrigado José,

this is the first non-core contribution in this repository!

The issue is a bit strange. Unicode::Collate::Local has been a core Perl module since Perl 5.13.4.

corelist Unicode::Collate::Locale

Data for 2019-05-22
Unicode::Collate::Locale was first released with perl v5.13.4

But it looks like CentOS has messed with the list of included modules and provides Unicode::Collate::Locale in a separate rpm, https://www.rpmfind.net/linux/rpm2html/search.php?query=perl%28Unicode%3A%3ACollate%3A%3ALocale%29&submit=Search+...&system=centos&arch=

I'll add the module to the dependency list.

bschmalhofer added a commit that referenced this issue Jul 20, 2020
bschmalhofer added a commit that referenced this issue Jul 20, 2020
Because this is the actual distribution containing Unicode::Collate::Locale.
@bschmalhofer bschmalhofer added the bug Something isn't working as intended label Jul 20, 2020
@bschmalhofer bschmalhofer modified the milestones: OTOBO 10.1, OTOBO 10.0.2 Jul 20, 2020
@bschmalhofer
Copy link
Contributor

PR is applied. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

2 participants