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

From EPrints Documentation
Jump to: navigation, search
(Moved MySQL root user cannot be used to previous issues as this is now commonplace.)
m (libncurses5 no longer available)
Line 2: Line 2:
  
 
==== libncurses5 no longer available ====
 
==== libncurses5 no longer available ====
<code>libncurses5</code> APT package dependency no longer exists in Ubuntu 24.04 LTS, install <code>libncurses6</code> instead.=
+
<code>libncurses5</code> APT package dependency no longer exists in Ubuntu 24.04 LTS, install <code>libncurses6</code> instead.
  
 
==== Previous Issues ====
 
==== Previous Issues ====
 
; MySQL root user cannot be used : This is now explained under EPrints' [[Getting Started]] instructions. as it is typically for most modern Linux operating systems.
 
; MySQL root user cannot be used : This is now explained under EPrints' [[Getting Started]] instructions. as it is typically for most modern Linux operating systems.

Revision as of 15:08, 23 August 2024

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

libncurses5 no longer available

libncurses5 APT package dependency no longer exists in Ubuntu 24.04 LTS, install libncurses6 instead.

Previous Issues

MySQL root user cannot be used 
This is now explained under EPrints' Getting Started instructions. as it is typically for most modern Linux operating systems.