Skip to content

Commit 58833de

Browse files
committed
Install ext/zlib so we can pecl install .tgz
1 parent 53852be commit 58833de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/freebsd/essentials.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sudo portsnap fetch extract update
33

44
# Minimum required PHP install + pecl
5-
sudo pkg install -y pcre php56 php56-openssl php56-json pear autoconf pkgconf cyrus-sasl
5+
sudo pkg install -y pcre php56 php56-openssl php56-json php56-zlib pear autoconf pkgconf cyrus-sasl
66

77
# We need vim. git requires curl. mongoc requires libtool and automake
88
sudo pkg install -y vim git curl libtool automake

0 commit comments

Comments
 (0)