Mac下安裝PHP遇到的問題
checking for CRYPTO_free in -lcrypto... no configure: error: libcrypto not found!
http://www.openssl.org/source/
openssl-0.9.8y.tar.gz
cd openssl-0.9.8y/
make clean
./Configure darwin64-x86_64-cc --shared
make
make install
./configure --prefix=/usr/local/php --with-iconv --with-zlib --enable-xml --disable-rpath --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-mysql --with-mysqli --enable-sqlite-utf8 --with-pdo-mysql --enable-ftp --with-jpeg-dir --with-freetype-dir --with-png-dir --enable-fpm --with-fpm-user=www --with-fpm-group=www
====================================================
curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1
當brew安裝成功後,就可以隨意安裝自己想要的軟體了,例如wget,命令如下:
sudo brew install wget
解除安裝的話,命令如下:
sudo brew uninstall wget
檢視安裝軟體的話,命令如下:
sudo brew search /apache*/
注意/apache*/是使用的正規表示式,用/分割。
相關文章
- mac11.2安裝air遇到的問題MacAI
- Fedora下安裝virtualbox遇到的問題
- Laravel 安裝遇到的問題Laravel
- 安裝mysql遇到的問題MySql
- 安裝rails遇到的問題AI
- Repo安裝遇到問題
- centos5安裝PHP5時遇到問題CentOSPHP
- macbook 下安裝Goglang 以及安裝svn外掛所遇到的問題MacGo
- 安裝部署hzero遇到的問題
- 安裝kylin遇到的問題
- Lua安裝及遇到的問題
- MAC 安裝 VMAF 遇到的問題及解決方法記錄Mac
- VMware下安裝Ubuntu遇到的問題及解決方案Ubuntu
- redis 安裝及安裝遇到的問題解決Redis
- 安裝 Laravel Mix 中遇到的問題Laravel
- lumen安裝orangehill/iseed遇到的問題
- jupyter安裝及遇到的問題。
- 安裝mysql中遇到的問題1MySql
- phyreengine 3.12.0 安裝遇到的問題
- Flutter-安裝步驟及安裝遇到的問題Flutter
- Homestesd中更換PHP版本後,PECL安裝擴充套件遇到的PHP版本問題PHP套件
- Centos7安裝greenplum遇到的問題CentOS
- 【Redis】redis-cluster 安裝遇到的問題Redis
- iOS CocoaPods 安裝可能遇到的問題iOS
- mysql原始碼安裝時遇到的問題MySql原始碼
- 安裝VisualSvn Server時遇到的問題Server
- STATSPACK安裝過程中遇到的問題
- AIX安裝oracle遇到的問題彙總AIOracle
- 安裝red hat 9.0遇到的問題(轉)
- PaddleOCR 安裝使用遇到的問題
- HPUX11.31下安裝11GRAC遇到的問題UX
- IIS下配置PHP遇到Service Unavailable問題PHPAI
- Mac 下切換 PHP 版本問題MacPHP
- Windows安裝Filebeat遇到問題總結Windows
- Oracle 9I 64位 For RHEL 下載安裝所遇到的問題Oracle
- PYTORCH安裝過程以及遇到的問題PyTorch
- ElasticSearch安裝中遇到的一些問題Elasticsearch
- 在騰訊雲上安裝mysql遇到的問題MySql