我的服务器需要编译安装php,因为需要源码中的oci和oci_pdo。  编译安装出现

checking for strcasecmp... yes

checking for strcoll... yes

checking for strdup... yes

checking for strerror... yes

checking for strftime... yes

checking for strnlen... yes

checking for strptime... yes

checking for strstr... yes

checking for strtok_r... yes

checking for symlink... yes

checking for tempnam... yes

checking for tzset... yes

checking for unlockpt... yes

checking for unsetenv... yes

checking for usleep... yes

checking for utime... yes

checking for vsnprintf... yes

checking for vasprintf... yes

checking for asprintf... yes

checking for nanosleep... yes

checking for nanosleep in -lrt... yes

checking for getaddrinfo... yes

checking for __sync_fetch_and_add... yes

checking for strlcat... no

checking for strlcpy... no

checking for getopt... yes

checking for utime.h... (cached) yes

checking whether utime accepts a null argument... yes

checking for working alloca.h... yes

checking for alloca... yes

checking for declared timezone... yes

checking for type of reentrant time-related functions... POSIX

checking for readdir_r... yes

checking for type of readdir_r... POSIX

checking for in_addr_t... yes

checking for crypt_r... no

[1mGeneral settings[m

checking whether to include gcov symbols... no

checking whether to include debugging symbols... no

checking layout of installed files... PHP

checking path to configuration file... /www/server/php/70/etc

checking where to scan for configuration files...

checking whether to enable PHP's own SIGCHLD handler... no

checking whether to explicitly link against libgcc... no

checking whether to enable short tags by default... yes

checking whether to enable dmalloc... no

checking whether to enable IPv6 support... yes

checking whether to enable DTrace support... no

checking how big to make fd sets... using system default

[1mConfiguring extensions[m

checking size of long... (cached) 8

checking size of int... (cached) 4

checking for int32_t... yes

checking for uint32_t... yes

checking for sys/types.h... (cached) yes

checking for inttypes.h... (cached) yes

checking for stdint.h... (cached) yes

checking for string.h... (cached) yes

checking for stdlib.h... (cached) yes

checking for strtoll... yes

checking for atoll... yes

checking for strftime... (cached) yes

checking whether to enable LIBXML support... yes

checking libxml2 install dir... /usr

checking for xml2-config path... /usr/bin/xml2-config

checking whether libxml build works... yes

checking for OpenSSL support... yes

checking for Kerberos support... no

checking whether to use system default cipher list instead of hardcoded value... no

checking for RAND_egd... no

checking for pkg-config... /usr/bin/pkg-config

checking for OpenSSL version... >= 0.9.8

checking for CRYPTO_free in -lcrypto... yes

checking for SSL_CTX_set_ssl_version in -lssl... yes

checking for PCRE library to use... bundled

checking whether to enable PCRE JIT functionality... yes

checking whether to enable the SQLite3 extension... yes

checking bundled sqlite3 library... yes

checking for ZLIB support... yes

checking if the location of ZLIB install directory is defined... no

checking for zlib version >= 1.2.0.4... 1.2.3

checking for gzgets in -lz... yes

checking whether to enable bc style precision math functions... yes

checking for BZip2 support... no

checking whether to enable calendar conversion support... no

checking whether to enable ctype functions... yes

checking for cURL support... yes

checking for cURL 7.10.5 or greater... libcurl 7.54.0

checking for SSL support in libcurl... yes

checking how to run the C preprocessor... cc -E

checking for openssl support in libcurl... no

checking for gnutls support in libcurl... no

checking for curl_easy_perform in -lcurl... no

configure: error: There is something wrong. Please check config.log for more information.

make: *** No targets specified and no makefile found.  Stop.

make: *** No rule to make target `install'.  Stop.

========================================================

各个版本都不行,系统版本为centos 6.4

试过网上说过的办法,重装过几个依赖,但是没有效果。

php libxml 宝塔,宝塔编译安装各个版本php无法安装相关推荐

  1. Vmware安装Linux-ubuntu版本及GCC安装教程

    本文是我在上学期进行操作系统课程时为同学们提供方便写的一篇指引文章,现在将这篇文章上传,希望对大家有所帮助,其中的截图因为当时所截截图丢失,这篇博客中的截图在本人在导出的pdf中截得,不清楚之处望大家 ...

  2. 安装特定版本的keras_Keras安装和配置指南(Windows)

    声明 本教程不得用于任何形式的商业用途,如果需要转载请与作者SCP-173联系,如果发现未经允许复制转载,将保留追求其法律责任的权利. 这里需要说明一下,笔者不建议在Windows环境下进行深度学习的 ...

  3. linux php mysql安装完整版本_Linux下安装PHP+MySQL+Apache完整版

    首先下载httpd-2.2.9.tar.gz.MySQL-5.0.41.tar.gz.php-5.2.6.tar.gz.autoconf-2.61.tar.gz.freetype-2.3.5.tar. ...

  4. 安装指定版本pytorch_Ubuntu16.04安装pytorch(七)

    Ubuntu16.04自带python 2.7.12 和python 3.5.2,不需要自己装python 第一步:安装pip3 sudo apt-get install python3-pip 顺便 ...

  5. linux安装TensorFlow-GPU版本 非常详细安装必看

    Linux安装TensorFlow-GPU==1.14.0版本 1.首先确保linux环境干净以及没有tensorflow 2.常规安装TensorFlow方法 直接使用pip3 install te ...

  6. 在Pycharm中更新安装最新版本pip,安装tensorflow

    在pycharm中安装tensorflow时,安装失败,并且终端显示: WARNING: You are using pip version 20.1.1; however, version 22.3 ...

  7. centos 安装低版本内核_Docker安装教程

    Docker的应用场景 Web 应用的自动化打包和发布.自动化测试和持续集成.发布.在服务型环境中部署和调整数据库或其他的后台应用.从头编译或者扩展现有的 OpenShift 或 Cloud Foun ...

  8. wamp安装多版本php,WampServer安装多个php版本

    早期的WampServer安装多个版本php很简单,只需要单击php下的Get more...就行了,WampServer会自动导航到http://www.wampserver.com/addons_ ...

  9. linux安装多版本php_linux如何安装多个php版本

    linux安装多个php版本的方法:首先下载不同的php源码包:然后将其解压后并安装在不同的目录下:最后修改"php-fpm"监听的端口号即可. 思路: 下载不同的php源码包,解 ...

最新文章

  1. java 将图片转成二进制文件bin_java 问题:怎样把一个bin二进制图片文件用java代码打开?求解!...
  2. 管理员获得所有权_在Windows 7中获得注册表项的所有权
  3. 要多大内存才满足_佛龛的尺寸要多大?
  4. 【excel技巧读书笔记015】同时关闭多张工作薄
  5. 陶哲轩实分析例17.2.3
  6. linux在生活中的应用例子,LINUX操作系统在教师学生日常生活中的应用(全).docx
  7. VB.net中的sender和e
  8. msvcp110d.dll 丢失问题原因及解决思路
  9. 问号匹配,带元组规则的位置匹配不到
  10. 中兴机顶盒服务器地址大全,中兴机顶盒安装配置
  11. python | 数组下表省略号的含义:array[...,:]==array[:,:,0]
  12. 【C语言】奥运参赛国出场次序
  13. 仲辛醇/水体系的界面现象——Lammps与Gromacs计算结果对比
  14. 最小公共子串——力扣
  15. 接了个变态需求:生成 Excel + PDF 导出,用 Java 怎么实现?
  16. 二维码制作并压缩下载
  17. 分页器的使用-2 手写一个分页器
  18. 深圳注册公司可以异地办公吗
  19. 电容笔做的比较好的品牌有哪些?好用电容笔测评
  20. 【华为OD机试】1023 - 查找兄弟单词

热门文章

  1. NgModule imports定义的运行时数据结构
  2. SAP Spartacus配置后台Commerce Cloud的位置
  3. 一步步使用SAP CRM Application Enhancement Tool创建扩展字段
  4. why I could not see login popup in SAP Fiori Application
  5. 为什么APF框架初始化时有两个一模一样的analyticConfiguration请求
  6. HANA Calculation View
  7. Equipment download - individual object以及object structure创建细节
  8. HTTP 307 redirect
  9. attachment绑相对url
  10. SAP UI5 应用 filter 功能不能正常工作时的单步调试方法