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

PHP Installation fails on Ubuntu 24.10 #342

Open
FrasSmith opened this issue Nov 21, 2024 · 3 comments
Open

PHP Installation fails on Ubuntu 24.10 #342

FrasSmith opened this issue Nov 21, 2024 · 3 comments

Comments

@FrasSmith
Copy link

Installing on a clean install of Ubuntu 24.10 in a VM. When PHP is selected as a programming language the repository that is added to /etc/apt/sources.list.d has no release candidate.

This results in the script crashing when it attempts to install PHP.

The script cannot be run again after this, nor can sudo apt update be run again until the repo is manually removed.

@florentdestremau
Copy link
Contributor

right, ppa:ondrej/php repository does not support non-LTS Ubuntu versions, so we could remove the ppa and install the ubuntu stock php version

@florentdestremau
Copy link
Contributor

florentdestremau commented Nov 21, 2024

a quick fix would be to comment out this line when using 24.10, or removing it altogether. The main issue here is taht php8.4 is out now and the default for ubuntu 24.04/10 is 8.3, so without it it wont be the latest

@FrasSmith
Copy link
Author

FrasSmith commented Nov 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants