EPrints Technical Mailing List Archive
Message: #05925
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Eprints on Ubuntu 16LTS
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Eprints on Ubuntu 16LTS
- From: Christer Enkvist <christer.enkvist@slu.se>
- Date: Tue, 13 Sep 2016 07:50:35 +0000
Dear list, I noticed that the Debian packages for Eprints have some issues with Ubuntu 16.
From what I found, two small workarounds is required for those who do not want to compile from the source code. If anyone have noticed something else, please
let me know! So far I can tell everything works but not everything have been tested yet… First, create fake entry for apache2-mpm-prefork (required by eprints.deb) and install a MPM fork for apache:
Secondly, a bug/new feature in Perls URI module forces either an update of the URI module or a simple edit of the file /usr/share/eprints3/perl_lib/URI/Escape.pm. Replace line 205
return join '', @URI::Escape::escapes{$[0] =~ /(\C)/g}; with the following: if (utf8::isutf8($[0])) { See:
https://github.com/libwww-perl/uri/commit/7e03cdd3e5d25df5556a36dbfcd5d6cbcd676afb
for more details (or if you want proper bugfix syntax). Regards, Christer |
- Prev by Date: [EP-tech] Search error when searching multiple items in two subject trees
- Next by Date: Re: [EP-tech] Eprints on Ubuntu 16LTS
- Previous by thread: [EP-tech] Search error when searching multiple items in two subject trees
- Next by thread: Re: [EP-tech] Eprints on Ubuntu 16LTS
- Index(es):