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

在red hat Enterprise 5中配置apache+mysql+php的问题。。

    来源: 互联网  发布时间:2016-05-18

    本文导语:      我以前安装了apache,mysql,php都有成功。但是,就是整合不成功,然后我就用命令都删除了,我也不确定是否删除?、我用rpm -qa httpd 结果没有任何东西,我用http://127.0.0.1还会显示页面内容。。我也不确定我...

    我以前安装了apache,mysql,php都有成功。但是,就是整合不成功,然后我就用命令都删除了,我也不确定是否删除?、我用rpm -qa httpd 结果没有任何东西,我用http://127.0.0.1还会显示页面内容。。我也不确定我安装在哪了??
     mysql安装了,以前有进去过,我没有设置密码,以前可以进去,但是现在进不去了??怎么回事??
     php也安装了,但是整合是怎么也整合不好。
     然后我用rpm -e删除应用程序,也不知道是否删除。。
    我现在情况就是这样,请问,我该怎么整合程序??谢谢格纹回答。附件是我写的所有命令。。

|
下载下面列出完全相同的软件版本。
把cat 出来的脚本写出shell运行或直接运行。就可以了。
这是我的安装脚本。具体的有些要改权限及建用户及目录之类的,网上很多就不详解了。


#ls -a
.                     httpd-2.2.11.tar.gz               
..                    httpd-config.sh      mysql-5.1.30-config.sh.ok  
mysql-5.1.30.tar.gz           php-5.2.8-config.sh.ok
           php-5.2.8.tar.gz
root@Mail src # cat httpd-config.sh
#!/bin/bash
./configure --prefix=/usr/local/apache 
            --sysconfdir=/etc/httpd     
            --enable-cgi --enable-so --enable-ssl 
            --with-ssl=/usr/local/ssl --enable-track-vars 
            --enable-rewrite --with-zlib --enable-mods-shared=most 
            --enable-suexec --with-suexec-caller=daemon 
            --with-suexec-docroot=/var/www/extsuite/ 
root@Mail src # cat mysql-5.1.30-config.sh.ok
#!/bin/bash
./configure --prefix=/usr/local/mysql 
            --enable-thread-safe-client 
            --with-mysqld-user=mysql 
            --localstatedir=/usr/local/mysql/data/ 
            --with-charset=gbk 
           --enable-assembler  
           --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static 
           --with-extra-charsets=all 


root@Mail src # cat php-5.2.8-config.sh.ok
#!/bin/bash
./configure --prefix=/usr/local/php 
            --with-apxs2=/usr/local/apache/bin/apxs 
            --with-mysql=/usr/local/mysql 
            --with-mysqli=/usr/local/mysql/bin/mysql_config 
            --with-openssl=/usr/local/ssl 
            --with-mcrypt --with-kerberos --enable-ftp 
            --with-imap=/usr/local/php-imap 
            --with-imap-ssl=/usr/local/ssl 
            --with-png-dir=/usr/local/libpng2 
            --with-jpeg-dir=/usr/local/modules/jpeg --with-zlib 
            --with-freetype-dir=/usr/local/freetype 
            --with-gd=/usr/local/modules/gd 
            --enable-mbstring=all --with-curl 
            --with-libxml-dir=/usr/local/libxml2 
            --enable-soap  --enable-sockets 

root@Mail src #

    
 
 

您可能感兴趣的文章:

  • Red Hat Linux 9.0 和Red Hat Enterprise Linux as 4.0
  • Linux Red hat 9.0 与 Red Hat Enterprise 的问题
  • [高分求问]Red Hat Linux 10 和 Red Hat Enterprise Linux AS 4.0 区别?
  • Red Hat Enterprise Linux AS 4.0 补丁问题
  • red hat enterprise下安装虚拟机
  • Red Hat Enterprise Linux, version 2.1 在线等!!~~~~~~~~~~~~~~~~~~
  • Red Hat Enterprise Linux AS release 4 可以安装DirectAdmin吗?
  • Red Hat Enterprise Linux3.0显示问题
  • 那里有得下载Red Hat Enterprise Linux
  • Red Had Enterprise linux AS 4 上的 vsftpd 开不起来?
  • 请问哪里有的下载Red Hat Enterprise Linux 5 DVD镜像
  • 如何卸载red hat enterprise linux 4.0
  • RED HAT enterprise linux 5 操作系统下载与安装
  • 谁有Red Hat Enterprise Server 4.8的下载地址
  • Red Hat Enterprise Linux AS release 4到底是什么版本?
  • 初级问题:Red Hat Enterprise Linux AS 2.1 是不是 Redhat Linux advance Server 2.1 ?
  • Red Hat Enterprise Linux4.0的网络配置(急)
  • 使用VMware7.0安装Red Hat Enterprise Linux 5的时候出现的问题
  • VMware6.5 Red Hat Enterprise Linux5 中怎样安装vsftp
  • 请问哪里有“Red Hat Enterprise Linux ES”下载?
  • 痛苦!!我使用red hat 9来配置DNS,在red hat 9的本地机器上用host测试成功,但在windows机器上已经设置了DNS为red hat9的IP地址后仍然
  • 我使用red hat 9来配置DNS,在red hat 9的本地机器上用host测试成功,但在windows机器上已经设置了DNS为red hat9的IP地址后仍然无法解析r
  • 本人最近安装了red hat 7.3,但FTP服务无法启动,请教大虾们red hat 7.3的FTP详尽配置方案,急急急急!!!
  • red hat 8下单网卡的机器怎么配置成路由器?
  • red hat 9.0 操作系统上如何配置运行DNS Server
  • red hat 7.3 网络配置如何设置
  • 请问red hat 7.1 如何配置中文环境。
  • 我在Red Hat中用export配置了环境变量,但重起以后就恢复原状了,怎么用啊?
  • Red Hat下如何配置MS的JDBC?
  • 关于Red Hat 9.0的声卡配置问题?
  • 各位,小弟刚学RED HAT 9,配置WWW服务器的问题????
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Red Hat 8 的Apache的问题。
  • Red hat Linux9.0自带的Apache 放在Linux系统的什么位置
  • red hat as5 默认安装APACHE吗?
  • red flag 4.0桌面版能装PHP/APACHE/MYSQL/吗?
  • 装了red hat linux,安装过程中选了apache和mysql的安装
  • java命名空间java.awt类color的类成员方法: red定义及介绍
  • 请问各位大侠,有誰知道red linux 7.x和red advanced server 2.1的区别呢?
  • 如何卸载red linux9.0?我第一块硬盘装的win2000,第二块硬盘分出10G装的red linux9.0,grub安装到第一块硬盘的mbr中了,如何安全的删除red
  • red hat 8.0和red hat 9.0有什么区别
  • fc4/fc6 与red as 3/red as4 的主要区别是什么?
  • java文档说TreeMap使用的储存结构是Red-Black树,请问什么是Red-Black树,和Btree一样吗?
  • Red hat Linux9 和Red hat Linux As有什么区别??
  • red hat安装问题:先装win xp后就不能装red hat了?
  • 同样的程序,语句system在red3up9(32位)上运行正常,而在red4up5(64位)上运行却返回-1???
  • Red Hat 好象就出到9,我又是RedHat的爱好者,以后怎么办啊? 还有,请问Red Hat 9的内核是多少?
  • 我的系统先装的win2000后装的red linux 9 一次非正常起动后,提示grub错误,我就用dos盘起动,并fdisk/mbr了,如何修复gurb并引导red lin
  • red hat linux 9虚拟机安装
  • red5-0.6.3编译失败
  • 我装了Red Hat9.0,如何卸掉装Forade Core 5.0?
  • windows 引导 red hat 不成功...为何?
  • 有关Red Hat7.3.2问题!!!
  • 菜鸟的问题:求助,关于red hat linux 引导程序
  • 安装red hat 的问题
  • Red Hat Linux9与XP
  • 第一人称射击游戏 Red Eclipse
  • 物联网配线可视化工具 Node-RED


  • 站内导航:


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

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

    浙ICP备11055608号-3