Difference between revisions of "Issues with Installing EPrints on Ubuntu 24.04"

From EPrints Documentation
Jump to: navigation, search
(Moved libncurses version issue to previous issues)
m (Previous Issues)
Line 3: Line 3:
 
==== Previous Issues ====
 
==== Previous Issues ====
 
; MySQL root user cannot be used : This is now explained under EPrints' [[Getting Started]] instructions. As it is typical for most modern Linux operating systems.
 
; MySQL root user cannot be used : This is now explained under EPrints' [[Getting Started]] instructions. As it is typical for most modern Linux operating systems.
; <code>libncurses5</code> APT package dependency no longer exists in Ubuntu 24.04 LTS, install <code>libncurses6</code> instead.  As both Ubuntu 24.04 and Ubuntu 26.04 only have libncurses6 the general instructions have been updated to use libncurses6.
+
; <code>libncurses5</code> : APT package dependency no longer exists in Ubuntu 24.04 LTS, install <code>libncurses6</code> instead.  As both Ubuntu 24.04 and Ubuntu 26.04 only have libncurses6 the general instructions have been updated to use libncurses6.

Revision as of 15:05, 1 May 2026

N.B. It is assumed that you are installing the latest version of 3.4. Earlier versions may have issues not listed here.

Previous Issues

MySQL root user cannot be used 
This is now explained under EPrints' Getting Started instructions. As it is typical for most modern Linux operating systems.
libncurses5 
APT package dependency no longer exists in Ubuntu 24.04 LTS, install libncurses6 instead. As both Ubuntu 24.04 and Ubuntu 26.04 only have libncurses6 the general instructions have been updated to use libncurses6.