我刚装的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:
各位大虾: 本人安装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 求各位帮忙呀!
[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=/...
在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. 那位大虾解答一下 谢谢
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、...
求救,suse enterprise 9 linux下安装informix,初始化时报message 12759 not found!
求救,suse enterprise 9 linux下安装informix,初始化时报message 12759 not found!
安装使用iso文件,安装过程中提示No hard drives have been found . 继续安装下去,在硬盘分区的时候不论如何选择都回失败,请问怎么解决的?
.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...
作者: 佚名 出处: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:...