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

Document better the requirements for a succesful install #8

Open
gggeek opened this issue Nov 23, 2022 · 0 comments
Open

Document better the requirements for a succesful install #8

gggeek opened this issue Nov 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gggeek
Copy link

gggeek commented Nov 23, 2022

The dependencies listed at the bottom of the readme could be made more clear by listing the exact ubuntu packages required, at least on a stock ubuntu. Atm it is not very clear which of the requirements is an actual package to install, and which one is not.

This is the minimal list of packages I needed to install, on a 'plain' ubuntu Jammy container, in order to get the built php to run:

 DEBIAN_FRONTEND=noninteractive apt-get install -y \
            curl \
            enchant-2 \
            imagemagick \
            libc-client2007e \
            libcurl3-gnutls \
            libmcrypt4 \
            libodbc1 \
            libpq5 \
            libqdbm14 \
            libtinfo5 \
            libxpm4 \
            libxslt1.1 \
            mysql-common \
            sudo \
            zstd

On Focal, enchant-2 has to be replaced by enchant

@gggeek gggeek added the enhancement New feature or request label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants