Last active
January 4, 2025 20:38
-
-
Save pbrilius/fe50fb146c7182f0bc1c395e1fdb7d1a to your computer and use it in GitHub Desktop.
LAMP konstitucinis sostinė prospektas
This file contains hidden or 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
#!/usr/bin/env sh | |
sudo apt install -y sqlite3 libsqlite3-dev ~ | |
sudo apt-get build-dep php-cli | |
sudo apt build-dep libapache2-mod-php | |
./configure --with-pear --with-apxs2=$(which apxs) --disable-phpdbg --disable-cgi --prefix=/opt/lamp/php --without-sqlite3 | |
--with-mysqli --with-pdo-mysql --with-openssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment