Skip to content

Instantly share code, notes, and snippets.

@pbrilius
Last active January 4, 2025 20:38
Show Gist options
  • Save pbrilius/fe50fb146c7182f0bc1c395e1fdb7d1a to your computer and use it in GitHub Desktop.
Save pbrilius/fe50fb146c7182f0bc1c395e1fdb7d1a to your computer and use it in GitHub Desktop.
LAMP konstitucinis sostinė prospektas
#!/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