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

Install script installs apache2 on ubuntu 24.04 #4514

Open
xeropresence opened this issue Jan 25, 2025 · 3 comments
Open

Install script installs apache2 on ubuntu 24.04 #4514

xeropresence opened this issue Jan 25, 2025 · 3 comments

Comments

@xeropresence
Copy link

Looks like the php package requires libapache2-mod-php8.3 or php8.3-fpm, but defaults to libapache2-mod-php8.3, which requires apache2

https://packages.ubuntu.com/noble/php8.3

if the install order of the script is changed to install php-fpm first this should be resolved.

@freescout-help
Copy link
Collaborator

Thanks for the info. Have you tested it with the updated order?

@xeropresence
Copy link
Author

root@yooo:~# apt install php php-fpm
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php8.3 libapr1t64 libaprutil1-dbd-sqlite3 libaprutil1-ldap libaprutil1t64 liblua5.4-0 php-common php8.3 php8.3-cli php8.3-common php8.3-fpm php8.3-opcache php8.3-readline ssl-cert
Suggested packages:
  apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser php-pear
The following NEW packages will be installed:
  apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php8.3 libapr1t64 libaprutil1-dbd-sqlite3 libaprutil1-ldap libaprutil1t64 liblua5.4-0 php php-common php-fpm php8.3 php8.3-cli php8.3-common php8.3-fpm php8.3-opcache php8.3-readline ssl-cert
0 upgraded, 20 newly installed, 0 to remove and 6 not upgraded.
Need to get 8,926 kB of archives.
After this operation, 36.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
root@yooo:~# apt install php-fpm php
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  php-common php8.3 php8.3-cli php8.3-common php8.3-fpm php8.3-opcache php8.3-readline
Suggested packages:
  php-pear
The following NEW packages will be installed:
  php php-common php-fpm php8.3 php8.3-cli php8.3-common php8.3-fpm php8.3-opcache php8.3-readline
0 upgraded, 9 newly installed, 0 to remove and 6 not upgraded.
Need to get 4,994 kB of archives.
After this operation, 22.6 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.

@freescout-help
Copy link
Collaborator

The order has been changed in the install.sh

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