Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.1
/
share
/
test
/
mongodb
/
scripts
/
freebsd
/
//opt/php-7.1/share/test/mongodb/scripts/freebsd/essentials.sh
# Update ports sudo portsnap fetch extract update # Minimum required PHP install + pecl sudo pkg install -y pcre php56 php56-openssl php56-json php56-zlib pear autoconf pkgconf cyrus-sasl # We need vim. git requires curl. mongoc requires libtool and automake sudo pkg install -y vim git curl libtool automake # I can't stand emacs echo 'set -o vi' | sudo tee -a /etc/profile