Last active
November 11, 2024 09:56
-
-
Save e7d/8310e938cad505c358a6ce511a0f3739 to your computer and use it in GitHub Desktop.
PHP dependencies for ASDF install on Ubuntu 24.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt install autoconf \ | |
bison \ | |
libcurl4-openssl-dev \ | |
libgd-dev \ | |
libonig-dev \ | |
libpq-dev \ | |
libreadline-dev \ | |
libsqlite3-dev \ | |
libssl-dev \ | |
libxml2-dev \ | |
libzip-dev \ | |
locate \ | |
openssl \ | |
re2c \ | |
zlib1g-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of: 11/11/2024
Tested with: Ubuntu "Noble Numbat" 24.04.1 LTS.
Working for every supported versions and currently developped version of PHP:
Resolved dependency tree: