问题
mac安装php须要opensslphp
./configure –with-opensslruby
报错 error: Cannot find OpenSSL’s字体
解决
brew install openssl
./configure --with-openssl=/usr/local/Cellar/openssl/1.0.2l/
==
php52与56共存的。使用下面的
cd /ext/openssl
/usr/local/Cellar/php52bysk/bin/phpizespa
./configure --with-php-config=/usr/local/Cellar/php52bysk/bin/php-config --with-openssl=/usr/local/Cellar/openssl/1.0.2l/
make
make install
让gd库支持freetype.不然拼图生成字体没法用
./configure --with-php-config=/usr/local/Cellar/php52bysk/bin/php-config --with-freetype-dircode