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

These are the packages needed to compile PHP on Debian Trixie (testing) #182

Open
JoaoHamerski opened this issue Nov 24, 2024 · 0 comments

Comments

@JoaoHamerski
Copy link

JoaoHamerski commented Nov 24, 2024

For anyone struggling with error after error, you need a few dependencies to install even using asdf, the packages listed in the workflow.yml file of this repository is for homebrew.

If you want to install the same dependencies for Debian 13 (Debian 12 testing) this is the list of needed packages, installed via apt

autoconf
pkg-config
gcc
bison
re2c
libxml2-dev
libssl-dev
sqlite3
libsqlite3-dev
zlib1g-dev
libcurl4-openssl-dev
libgd-dev
build-essential
libonig-dev
libpq-dev
libreadline-dev
libzip-dev

I'd suggest to add this on README.md for more distros. For those who don't want to use homebrew.

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

No branches or pull requests

1 participant