linux php 编译安装

Posted 少杨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux php 编译安装相关的知识,希望对你有一定的参考价值。

 

./configure  --prefix=/usr/local/php5.2 --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-pdo-mysql=/usr/local/mysql/bin/mysql_config --enable-fpm --enable-fastcgi --enable-sockets --enable-zip --enable-calendar --enable-bcmath --enable-soap --with-zlib --with-iconv --with-gd --with-xmlrpc --enable-mbstring --without-sqlite --with-curl --enable-ftp --with-mcrypt=/usr/local/libmcrypt --disable-ipv6 --disable-debug --with-jpeg-dir=/usr/local/jpeg.6 --with-png-dir=/usr/local/libpng.1.2.50 --with-freetype-dir=/usr/local/freetype.2.5.0 --with-openssl

 

错误 :ext/dom/node.c:1900:40: error: dereferencing pointer to incomplete type RETVAL_STRINGL((char *) buf->buffer->content, ret, 1);

解决:curl -s https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4N.txt | patch -p0

以上是关于linux php 编译安装的主要内容,如果未能解决你的问题,请参考以下文章

Docker 编译安装php7.3

Linux编译安装Apache+PHP

linux php编译安装

PHP8、FPM及部分扩展编译安装

如何知道 php zip 扩展是不是已经安装?如何在 Linux 中重新编译 PHP? [关闭]

linux 编译安装php7