macos 编译php,TODO:macOS编译PHP7.1

 2023-09-19 阅读 26 评论 0

摘要:TODO:macOS编译PHP7.1mac php开发环境搭建。本文主要介绍在macOS上编译PHP7.1,有兴趣的朋友可以去尝试一下。1.下载PHP7.1源码,建议到PHP官网下载纯净到源码包php-7.1.0.tar.gzmacpython怎么运行,2.解压php-7.1.0.tar.gz包3.创建配置./configure ࿿

TODO:macOS编译PHP7.1

0818b9ca8b590ca3270a3433284dd417.png

mac php开发环境搭建。本文主要介绍在macOS上编译PHP7.1,有兴趣的朋友可以去尝试一下。

1.下载PHP7.1源码,建议到PHP官网下载纯净到源码包php-7.1.0.tar.gz

macpython怎么运行,2.解压php-7.1.0.tar.gz包

3.创建配置

./configure �Cprefix=/usr/local/php7 �Cwith-apxs=/usr/sbin/apxs �Cenable-fpm �Cwith-fpm-user=www �Cwith-fpm-group=www �Cwith-mysqli �Cwith-pdo-mysql �Cwith-iconv-dir �Cwith-freetype-dir �Cwith-jpeg-dir �Cwith-png-dir �Cwith-zlib �Cwith-libxml-dir=/usr �Cenable-xml �Cdisable-rpath �Cenable-bcmath �Cenable-shmop �Cenable-sysvsem �Cenable-inline-optimization �Cwith-curl �Cenable-mbregex �Cenable-mbstring �Cwith-mcrypt �Cenable-ftp �Cwith-gd �Cenable-gd-native-ttf �Cwith-openssl �Cwith-mhash �Cenable-pcntl �Cenable-sockets �Cwith-xmlrpc �Cenable-zip �Cenable-soap �Cwithout-pear �Cwith-gettext �Cdisable-fileinfo �Cenable-maintainer-zts

4.编译代码

make

0818b9ca8b590ca3270a3433284dd417.png

make test

0818b9ca8b590ca3270a3433284dd417.png

5.安装php

make install

0818b9ca8b590ca3270a3433284dd417.png

6.顺利的花这样就把php7.1编译好了,把php7对应的执行文件拷贝到/usr/bin/ 即可在终端使用了

sudo cp /usr/local/php7/bin/ph* /usr/bin/

0818b9ca8b590ca3270a3433284dd417.png

0818b9ca8b590ca3270a3433284dd417.png

7.编译步骤是很简单,但是编译过程难免会遇到一些问题,以下是小编遇到的问题总结

8.安装autoconf

0818b9ca8b590ca3270a3433284dd417.png

9.openssl版本问题

configure: error: OpenSSL version 1.0.1 or greater required.

0818b9ca8b590ca3270a3433284dd417.png

0818b9ca8b590ca3270a3433284dd417.png

安装更高版本的openssl或者下载openssl源码来编译,简单的方法就是使用brew来安装

0818b9ca8b590ca3270a3433284dd417.png

10.Cannot find libz,这个需要安装xcode-select,在终端输入xcode-select �Cinstall

0818b9ca8b590ca3270a3433284dd417.png

0818b9ca8b590ca3270a3433284dd417.png

0818b9ca8b590ca3270a3433284dd417.png

11.Cannot locate header file libintl.h

0818b9ca8b590ca3270a3433284dd417.png

安装gettext

0818b9ca8b590ca3270a3433284dd417.png

编辑php源码configure文件

0818b9ca8b590ca3270a3433284dd417.png

改成

0818b9ca8b590ca3270a3433284dd417.png

12.mcrypt.h not found. Please reinstall libmcrypt.

0818b9ca8b590ca3270a3433284dd417.png

安装libmcrypt

0818b9ca8b590ca3270a3433284dd417.png

13. 基本就是遇到这些情况了,还有一种使用php7的方法就是安装MAMP,是商业软件存在试用期限制,可以把安装好的php7文件取出来使用,小编试过,可以正常使用。

wxgzh:ludong86

0818b9ca8b590ca3270a3433284dd417.png

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/1/77529.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息