centos7编译php(centos7怎么编程)

本文目录一览:

centos7编译php出现问题 系统:CENTOS7 64位 PHP版本:7.1.0 APACHE版本:2.4.25 MYSQL版

1、php的编译问题主要是依赖包没有提前安装

2、如果依赖mysql,就先安装mysql-devel或编译mysql

3、需要提前安装的有,不能写太细,太细会被度娘屏蔽:

yasm-1.3.0.tar.gz

libmcrypt-2.5.8.tar.gz

libvpx-v1.3.0.tar.bz2

tiff-4.0.3.tar.gz

libpng-1.6.16.tar

freetype-2.5.4.tar.gz

jpegsrc.v9a.tar.gz

libgd-2.2.3.tar.gz

t1lib-5.1.2.tar.gz

4、安装编译php

5、安装php后有一些优化包根据需要安装

centos7编译php5.4.38时出错

1. centos7信息

uname -a

Linux dev 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

2. 运行 ./configure 报错

configure: error: cannot run C compiled programs.

If you meant to cross compile, use `–host’.

3. 运行 grep error config.log

cc: error: unrecognized command line option ‘-V’

cc: fatal error: no input files

cc: error: unrecognized command line option ‘-qversion’

cc: fatal error: no input files

conftest.c:9:19: fatal error: stdio.h: No such file or directory

configure:4076: error: in `/usr/local/src/php-5.6.19′:

configure:4078: error: cannot run C compiled programs.

4. 按照网上说的方法 在configure后面加上了 –host=x86_64 ,报错

configure: error: in `/usr/local/src/php-5.6.19′:

configure: error: C preprocessor “/lib/cpp” fails sanity check

5. config.log中错误提示,差好几个头文件

cc: error: unrecognized command line option ‘-V’

cc: fatal error: no input files

cc: error: unrecognized command line option ‘-qversion’

cc: fatal error: no input files

conftest.c:9:19: fatal error: stdio.h: No such file or directory

configure:4076: error: in `/usr/local/src/php-5.6.19′:

configure:4078: error: cannot run C compiled programs.

[root@dev php-5.6.19]# grep error config.log

cc: error: unrecognized command line option ‘-V’

cc: fatal error: no input files

cc: error: unrecognized command line option ‘-qversion’

cc: fatal error: no input files

conftest.c:9:19: fatal error: stdio.h: No such file or directory

conftest.c:9:20: fatal error: stdarg.h: No such file or directory

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

cc: error: unrecognized command line option ‘-qlanglvl=extc89’

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

cc: error: unrecognized command line option ‘-qlanglvl=ansi’

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

cc: error: unrecognized command line option ‘-std’

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

command-line:0:1: error: missing ‘(‘ after predicate

conftest.c:9:20: fatal error: stdarg.h: No such file or directory

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

command-line:0:1: error: missing ‘(‘ after predicate

conftest.c:9:20: fatal error: stdarg.h: No such file or directory

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

cc: error: unrecognized command line option ‘-Xc’

| These don’t provoke an error unfortunately, instead are silently treated

| as ‘x’. The following induces an error, until -std is added to get

conftest.c:10:21: fatal error: limits.h: No such file or directory

| Syntax error

conftest.c:10:21: fatal error: limits.h: No such file or directory

| Syntax error

conftest.c:12:0: fatal error: assert.h: No such file or directory

| Syntax error

conftest.c:12:0: fatal error: assert.h: No such file or directory

| Syntax error

conftest.c:10:21: fatal error: limits.h: No such file or directory

| Syntax error

conftest.c:10:21: fatal error: limits.h: No such file or directory

| Syntax error

conftest.c:10:21: fatal error: limits.h: No such file or directory

| Syntax error

conftest.c:10:21: fatal error: limits.h: No such file or directory

| Syntax error

configure:4478: error: in `/usr/local/src/php-5.6.19′:

configure:4480: error: C preprocessor “/lib/cpp” fails sanity check

6. gcc安装信息

[root@dev php-5.6.19]# rpm -qa | grep glibc

compat-glibc-headers-2.12-4.el7.centos.x86_64

glibc-utils-2.17-106.el7_2.4.x86_64

glibc-common-2.17-106.el7_2.4.x86_64

glibc-devel-2.17-106.el7_2.4.x86_64

glibc-static-2.17-106.el7_2.4.x86_64

glibc-2.17-106.el7_2.4.x86_64

glibc-headers-2.17-106.el7_2.4.x86_64

compat-glibc-2.12-4.el7.centos.x86_64

[root@dev php-5.6.19]# gcc -v

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper

Target: x86_64-redhat-linux

Configured with: ../configure –prefix=/usr –mandir=/usr/share/man –infodir=/usr/share/info –with-bugurl= –enable-bootstrap –enable-shared –enable-threads=posix –enable-checking=release –with-system-zlib –enable-__cxa_atexit –disable-libunwind-exceptions –enable-gnu-unique-object –enable-linker-build-id –with-linker-hash-style=gnu –enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto –enable-plugin –enable-initfini-array –disable-libgcj –with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install –with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install –enable-gnu-indirect-function –with-tune=generic –with-arch_32=x86-64 –build=x86_64-redhat-linux

Thread model: posix

gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)

求助,centos7编译源码php时加载库的问题

php-fpm参数:

–start 启动

–stop 强制终止

–quit 平滑终止

–restart 重启

–reload 重新平滑加载php的php.ini

–logrotate 重新启用log文件

原创文章,作者:WXOEM,如若转载,请注明出处:https://www.506064.com/n/316736.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
WXOEMWXOEM
上一篇 2025-01-09 12:14
下一篇 2025-01-09 12:14

相关推荐

  • PHP和Python哪个好找工作?

    PHP和Python都是非常流行的编程语言,它们被广泛应用于不同领域的开发中。但是,在考虑择业方向的时候,很多人都会有一个问题:PHP和Python哪个好找工作?这篇文章将从多个方…

    编程 2025-04-29
  • PHP怎么接币

    想要在自己的网站或应用中接受比特币等加密货币的支付,就需要对该加密货币拥有一定的了解,并使用对应的API进行开发。本文将从多个方面详细阐述如何使用PHP接受加密货币的支付。 一、环…

    编程 2025-04-29
  • 使用PHP foreach遍历有相同属性的值

    本篇文章将介绍如何使用PHP foreach遍历具有相同属性的值,并给出相应的代码示例。 一、基础概念 在讲解如何使用PHP foreach遍历有相同属性的值之前,我们需要先了解几…

    编程 2025-04-28
  • PHP获取301跳转后的地址

    本文将为大家介绍如何使用PHP获取301跳转后的地址。301重定向是什么呢?当我们访问一个网页A,但是它已经被迁移到了另一个地址B,此时若服务器端做了301重定向,那么你的浏览器在…

    编程 2025-04-27
  • PHP登录页面代码实现

    本文将从多个方面详细阐述如何使用PHP编写一个简单的登录页面。 1. PHP登录页面基本架构 在PHP登录页面中,需要包含HTML表单,用户在表单中输入账号密码等信息,提交表单后服…

    编程 2025-04-27
  • PHP与Python的比较

    本文将会对PHP与Python进行比较和对比分析,包括语法特性、优缺点等方面。帮助读者更好地理解和使用这两种语言。 一、语法特性 PHP语法特性: <?php // 简单的P…

    编程 2025-04-27
  • PHP版本管理工具phpenv详解

    在PHP项目开发过程中,我们可能需要用到不同版本的PHP环境来试验不同的功能或避免不同版本的兼容性问题。或者我们需要在同一台服务器上同时运行多个不同版本的PHP语言。但是每次手动安…

    编程 2025-04-24
  • PHP数组去重详解

    一、array_unique函数 array_unique是php中常用的数组去重函数,它基于值来判断元素是否重复,具体使用方法如下: $array = array(‘a’, ‘b…

    编程 2025-04-24
  • PHP导出Excel文件

    一、PHP导出Excel文件列宽调整 当我们使用PHP导出Excel文件时,有时需要调整单元格的列宽。可以使用PHPExcel类库中的setWidth方法来设置单元格的列宽。下面是…

    编程 2025-04-24
  • php扩展库初探

    一、什么是php扩展库? PHP扩展库(PHP extension)是一些用C语言编写的动态链接库,用于扩展PHP的功能。PHP扩展库使得PHP可以与各种数据库系统相连、SMTP、…

    编程 2025-04-23

发表回复

登录后才能评论