Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save adiwids/3823b75e539448388063a039093a5e9f to your computer and use it in GitHub Desktop.
Save adiwids/3823b75e539448388063a039093a5e9f to your computer and use it in GitHub Desktop.
configure_option "--with-mysql" "mysqlnd"
# Laravel 5.4 requirement start here
configure_option "--with-mcrypt" "/usr"
configure_option "--with-iconv" "/usr/local" # manual configure of libiconv with prefix /usr/local & reinstall gettext lib
configure_option "--with-pdo-pgsql" "/usr"
configure_option "--with-pgsql" "/usr/lib/postgresql/9.5" # adjust version of your installed PosgreSQL via (aptitude)
configure_option "--with-sybase" "/usr/local" # using freetds lib with /usr/local as prefix, linked as lib64
configure_option "--with-sybase-ct" "/usr/local" # using freetds lib with /usr/local as prefix, linked as lib64
# Laravel 5.4 requirement end here
install_package "https://secure.php.net/distributions/php-5.6.38.tar.bz2"
install_xdebug "2.5.5"
enable_builtin_opcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment