ChinaUnix.net
相关文章推荐:

apache linux 安装 apr not found

我刚装的FreeBSD7,cvsup后变成了freeBSD current8.0,然后apache22下make install失败,信息提示大概是apr的问题。看了看apache手册和google,照猫画虎的操作: [quote] # 编译和安装 apr 1.2 cd srclib/apr ./configure --prefix=/usr/local/apr-httpd/ make make install # 编译和安装 apr-util 1.2 cd ../apr-util ./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/ make make install # 配...

by iamrch - BSD - 2008-10-09 21:50:54 阅读(4488) 回复(2)

相关讨论

安装apache时候,运行Configure时,提示缺少apr. 后来到apache网站上看到有三个关于apr的包: apr 1.2.8 apr-util 1.2.8 apr iconv 1.2.8 是不是一般安装apr 1.2.8就行了吗?如果是的,在什么情况下需要另外两个包呢? 多谢!! :em14:

by jimmymaster - 服务器应用 - 2007-01-24 19:50:05 阅读(2737) 回复(2)

各位大虾: 本人安装apache时 ./configure -prefix=/usr/local/apache -enable-so 报错: checking for apr... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix , a build directory , or an apr-config file . ...... configure failed for srclib/apr-util 求各位帮忙呀!

by bluce4587 - 其他UNIX - 2004-05-09 23:02:08 阅读(1584) 回复(0)

[color="#0000ff"]本人最近得到兄弟给的一份 安装linux+apache+mysql+php 的文档,十分高兴希望大家一起学习一下! 1安装linux5 (1)安装时,不安装任何服务,但是要安装开发库 (2)在安装到选择安装级别设置时选择禁止 2安装apache 安装的版本为httpd-2.2.4.tar (1)解压缩 tar zxvf httpd-2.2.4.tar cd httpd-2.2.4 (2)配置apache安装信息 ./configure --prefix=/...

by linjize123 - MySQL文档中心 - 2008-09-20 23:53:48 阅读(1306) 回复(0)

在tar 以后 ./configure --prefix=/usr/local/apache 出错 出错信息 Creating Makefile Creating Configuration.apaci in src Configuration.tmpl is more recent than Configuration.apaci; Make sure that Configuration.apaci is valid and, if it is, simply 'touch Configuration.apaci' and re-run ./Configure again. 那位大虾解答一下 谢谢

by 安静 - 服务器架设 - 2004-06-30 14:14:30 阅读(587) 回复(1)

subversion for linux安装(SVN+apache+linux) 关键词: SVN apache linux subversion 1、安装apr-1.2.7和apr-util-1.2.7 下载地址:http://apr.apache.org/ tar zxvf apr-1.2.7.tar.gz ./configure make make install tar zxvf apr-util-1.2.7.tar.gz ./configure --with-apr=/usr/local/apr/ make make install 2、...

by clay_111 - 软件配置管理 - 2008-05-27 14:17:07 阅读(32309) 回复(2)

求救,suse enterprise 9 linux安装informix,初始化时报message 12759 not found!

by a212481 - 系统管理 - 2006-03-14 16:14:20 阅读(826) 回复(1)

求救,suse enterprise 9 linux安装informix,初始化时报message 12759 not found!

by a212481 - Informix - 2006-03-15 13:04:46 阅读(1493) 回复(1)

安装使用iso文件,安装过程中提示No hard drives have been found . 继续安装下去,在硬盘分区的时候不论如何选择都回失败,请问怎么解决的?

by sharemyfeeling - 虚拟化与云服务 - 2005-08-01 19:35:30 阅读(1144) 回复(0)

.Jhw172 { display:none; }  刚刚看到有人贴win下安装步骤   刚好今天公司网站的新服务器到手。花了一上午安装mysql+ php +apache。   新版的老版的还是有些不同的。现在把步骤帖一下   安装步骤:   1.mysql   在如下页面下载mysql的for linux rpm包   http://www.mysql.com/downloads/down...3.52-1.i386.rpm   http://www.mysql.com/downloads/down...3.52-1.i386.rpm php程序员站   存至/home/tmp...

by 剑心通明 - php文档中心 - 2008-05-29 10:24:40 阅读(879) 回复(0)

作者: 佚名 出处:51CTO论坛整理  阅读提示:刚刚看到有人贴win下安装步骤,刚好今天公司网站的新服务器到手,花了一上午安装mysql+php+apache。 刚刚看到有人贴win下安装步骤,刚好今天公司网站的新服务器到手,花了一上午安装mysql+php+apache。 新版的老版的还是有些不同的。现在把步骤帖一下安装步骤: 1.mysql 在如下页面下载mysql的for linux rpm包 http://www.mysql.com/downloads/down...3.52-1.i386.rpm http:...

by sdccf - MySQL文档中心 - 2008-04-22 07:13:48 阅读(895) 回复(0)