当前位置:  技术问答>linux和unix

求救:在CentOS5.5上安装配置php时出错

    来源: 互联网  发布时间:2017-01-23

    本文导语:  错误信息为最下边蓝色字体所示: [root@localhost /]# ls /usr/local apache2  etc       games  include  lib      libmcrypt  libxml2  sbin   src bin      freetype  gd2    jpeg6    libexec  libpng     mysql    share [r...

错误信息为最下边蓝色字体所示:

[root@localhost /]# ls /usr/local
apache2  etc       games  include  lib      libmcrypt  libxml2  sbin   src
bin      freetype  gd2    jpeg6    libexec  libpng     mysql    share

[root@localhost /]# ls test
autoconf-2.61          libmcrypt-2.5.8  ncurses-5.6.tar.gz
freetype-2.3.5         libpng-1.2.31    php-5.2.6
freetype-2.3.5.tar.gz  libxml2-2.6.30   php-5.2.6.tar.gz
gd-2.0.35              lost+found       phpMyAdmin-3.0.0-rc1-all-languages
httpd-2.2.9            mysql-5.0.41     zlib-1.2.3
jpeg-6b                ncurses-5.6      zlib_20111206.install.log

[root@localhost /]# cd test/php-5.2.6

[root@localhost php-5.2.6]# ./configure 
> --prefix=/usr/local/php 
> --with-config-file-path=/usr/local/php/etc/ 
> --with-apxs2=/usr/local/apache2/bin/apxs 
> --with-mysql=/usr/local/mysql/ 
> --with-libxml-dir=/usr/local/libxml2/ 
> --with-png-dir=/usr/local/libpng/ 
> --with-jpeg-dir=/usr/local/jpeg6/ 
> --with-freetype-dir=/usr/local/freetype/ 
> --with-gd=/usr/local/gd2/ 
> --with-mcrypt=/usr/local/libmcrypt/ 
> --with-mysqli=/usr/local/mysql/bin/mysql_config
> --enable-soap
> --enable-mbstring=all
> --enable-sockets

loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
.
. (省略)
.
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
.
. (省略)
.

Running system checks
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
.
. (省略)
.

General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking layout of installed files... PHP
.
. (省略)
.

Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... /usr/local/libxml2/
checking for xml2-config path... /usr/local/libxml2//bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking for PCRE support... yes
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... no
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking whether to enable ctype functions... yes
checking for cURL support... no
checking if we should use cURL for url streams... no
checking size of long... (cached) 4
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 for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable dbase support... no
checking whether to enable DOM support... yes
checking for xml2-config path... (cached) /usr/local/libxml2//bin/xml2-config
checking whether libxml build works... (cached) yes
checking whether to enable EXIF (metadata from images) support... no
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable input filter support... yes
checking pcre install prefix... no
checking whether to enable FTP support... no
checking OpenSSL dir for FTP... no
checking for GD support... yes
checking for the location of libjpeg... /usr/local/jpeg6/
checking for the location of libpng... /usr/local/libpng/
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... /usr/local/freetype/
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
configure: error: libjpeg.(a|so) not found.
[root@localhost php-5.2.6]# 

上边的加粗蓝色字体为错误信息,请问是什么原因?

|
你看一下你的/usr/local/jpeg6/目录中是否有libjpeg.a或者libjpeg.so文件,如果没有就不行,如果有相似的可以建立一个link文件

|
libjpeg.so库找不到。看一下你/usr/lib/ 或者/usr/lib64下有没有。
configure一般的搜索编译路径为/usr/lib/下,因为php默认就在/usr/lib/下找相关库文件,而x64机器上是在:/usr/lib64.这时你就可以直接把需要的库文件从/usr/lib64中拷贝到/usr/lib/中去就可以了

    
 
 

您可能感兴趣的文章:

  • Solaris操作系统在启动的时候出错,急急救命呀 高分求救~~~
  • sco 编译lisence出错 求救!
  • 求救!!编译内核后,加载时出错。
  • 求救!程序在EM8620平台(ARM7)下执行出错!
  • 紧急求救: 内核编译出错
  • 高分求救,libstdc++.so.5出错?
  • 求救redhat安装过程中出错重启后光驱丢失
  • 求救,引导区出错
  • [求救]在初始化sda2设备上的交换区时出错
  • 在red hat9.0下挂载minix1.0格式的软盘镜像,出错?????~~求救高手
  • Linux菜瓜求救:我在用KDE打开网页浏览器时出错:无法为:text/html创建视图,如何解决?
  • 高分求救!!为什么我采取升级方式安装rpm时老是出错!(在线等候,解决了马上给分100)
  • ubuntu下安装java6出错……求救大虾
  • make xconfig出错,求救!
  • 编译ZThread线程库出错,求救!
  • 紧急求救,请问为何一直出错?ShowContent.java:7: 缺少返回语句 },这是为什么?多谢了!
  • 菜鸟问题:这么小的一个程序怎么会出错的(求救:看看吧,半分钟就看完了,不耽误你的时间)
  • 求救,RMI中绑定出错,急急急,,巨分狂送,不够再加!!!!!!!!!!
  • 高分求救!!!怎样在linux下配置tomcat文件?同时配置sqlServer数据库?
  • CVS 配置 求救
  • 求救!!怎么配置jbuilder的环境?
  • 求救:在Redhat Linux 8.0下编译内核的问题!配置界面的字符错位!
  • redhat 10.2中的网络配置问题-在线求救
  • 火线传真----求救Linux高手?如何配置声卡
  • 求救----linux下内猫的安装及配置?
  • #######Linux网卡配置问题(求救!!!急!!!)#######
  • 如何配置IBM http server?求救各位高手帮小弟一把!!
  • 高分求救:我的solaris8如何进行网络配置?解决立即送分!
  • 求救:我的APACHE配置文件到底怎么了?大家都进来帮帮忙,谢谢。只有50了,倾家荡产问问题。
  • 求救,win2000j2ee的配置问题
  • 在东芝笔记本上安装linux9,在配置X时遇到的麻烦,向各位大虾求救!!!!!
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 求救!求救!紧急求救!为什么更新不了所指定的内容?
  • 求救!!!硬件高请进、、、、、、(十万火急,高分求救。)
  • 求救求救!!
  • 求救啊 高分求救 UNIX下关于进程通讯的问题~
  • 求救!!!求救!!!机器不能正常启动
  • 关于jdbc,求救求救!在线等待,马上给分
  • 紧急求救,root用户无权限删除文件
  • 晕,特晕...求救...
  • 高分求救~~如何取得linux下进程完整命令行字符串,就是的ps -ef 完整的全路径的CMD那一列,求救!!!!附现在的代码
  • 求救!weblogic6.0后台运行正确,前台页面跳转或调用其他页面时出“页面无法显示错误”
  • 求救:java里如何取整一个浮点数(不做四舍五入)
  • 紧急求救!!
  • Linux下无法启动apache 高分求救!在线等待
  • 紧急求救 我用freebsd通过smbfs连接win2000的一些问题 (分不够可加)
  • 紧急求救 我用freebsd通过smbfs连接win2000的一些问题
  • 求救,linux和windows之间如何联成局域网(设置),并且相互之间移动文件。
  • 求救!!在Redhat7.3下安装scim0.9.3怎么安装?
  • Linux8.0 修改字符集后,再次进系统,无图形界面问题。。。求救。。
  • SUSE网络打印机问题,在线等,求救!!
  • 散分一百,紧急求救!ROOT密码忘记


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3