ChinaUnix.net
相关文章推荐:

Apache2binhttpdexe k install

General Information installing a web serving application is usually one of the most essential things on a FreeBSD server. In this short tutorial, I shall explain the basics of installing and configuring apache 2.0.52 (will also work with previous builds of apache 2.x but you should be using the latest version). Requirements Root access to the server Internet access Compilation tools installation ...

by 剑心通明 - BSD文档中心 - 2008-04-09 10:20:45 阅读(1103) 回复(0)

相关讨论

源码:--------------------------------------------------------------------------------#FOR apache 1.3   export FilePath=/usr/local   export MysqlName=mysql-3.23.52   export PHPName=php-4.2.2   export apacheName=apache_1.3.26   #install mysql   cd $FilePath   tar -zxvf $MysqlName.tar.gz   cd $MysqlName   ./configure --prefix=$FilePath/mysql   make   make install   cd $F...

by shijiang1130 - Linux文档专区 - 2007-11-11 14:17:53 阅读(650) 回复(0)

install apache2 Updated: 11/17/2004 General Information installing a web serving application is usually one of the most essential things on a FreeBSD server. In this short tutorial, I shall explain the basics of installing and configuring apache 2.0.52 (will also work with previous builds of apache 2.x but you should be...

by yueming - BSD - 2005-01-12 16:26:36 阅读(1035) 回复(0)

When I use make,computer told me such Errors: /home/apache/server/exports.c:1905: redefinition of `ap_hack_apr_file_getc' /home/apache/server/exports.c:378: `ap_hack_apr_file_getc' previously defined here /home/apache/server/exports.c:1906: redefinition of `ap_hack_apr_file_ungetc' /home/apache/server/exports.c:379: `ap_hack_apr_file_ungetc' previously defined here /home/apache/server/exports.c:1...

by wangbin - BSD - 2003-06-27 09:11:37 阅读(3280) 回复(7)

本人在安装apache时报如下错误,那位大虾给分析分析! 安装环境:solaris8+apache1.3.9 用户:root configure no error! make: Fatal error :Don't know how to make target 'all' Current working directory /export/home/apache_1.3.9/src Error code 1 make :Fatal error:Command failed for target 'build-std' Current working directory /export/home/apache_1.3.9 Error code 1 make : fatal error:Command failed for targ...

by nvram - Solaris - 2003-02-26 11:41:23 阅读(793) 回复(0)

I instaleed apache 2.0.50, and open ssl 0.9.7d, If run ./apachectl start, apache can work. but if run ./apachectl startssl, core dump happen, prompt error info is: file vhost.c, line 189, assertion "rv == APR_SUCCESS" failed Abort - core dumped 有谁遇到过这样的问题吗,怎么解决啊????

by hulh - 服务器应用 - 2004-09-06 17:54:21 阅读(731) 回复(0)

/usr/bin/ld:mod_access.lo: file format not recognized; treating as linker script /usr/bin/ld:mod_access.lo:2: syntax error *** Error code 1 Stop in /usr/ports/www/apache2/work/httpd-2.0.49/modules/aaa. *** Error code 1 Stop in /usr/ports/www/apache2/work/httpd-2.0.49/modules/aaa. *** Error code 1 Stop in /usr/ports/www/apache2/work/httpd-2.0.49/modules. *** Error code 1 Stop in /usr/ports/www/...

by homer - BSD - 2004-05-03 22:40:22 阅读(1057) 回复(1)

#./configure --prefix=/home/sunfan/apache22 --with-ssl=/home/sunfan/openssl --enable-ssl --enable-so --enable-rewrite --enable-mime-magic --enable-mem-cache #make #make install Making install in ssl make[2]: Entering directory `/home/sunfan/soft/httpd-2.2.4/modules/ssl' make[3]: Entering directory `/home/sunfan/soft/httpd-2.2.4/modules/ssl' /home/sunfan/soft/httpd-2.2.4/srclib/apr/libtool --sile...

by cainoma - 服务器应用 - 2011-06-01 20:55:06 阅读(3538) 回复(0)

安装配置启动MySQL Server后, cd /usr/ports/www/apache22 make install clean 出错,提示不能打开makefile .如下 google了几十页绝大部分都是安装说明, ports方式安装软件均由FreeBSD从镜像服务器上自动下载安装所需的文件,不知道为什么会出现这种情况??? [ 本帖最后由 xpengzp 于 2008-9-12 15:31 编辑 ]

by xpengzp - BSD - 2008-09-12 17:06:01 阅读(1679) 回复(3)

1、apache的安装 ./configure --prefix=/usr/local/apache --enable-ssl --enable-cgi --enable-mods-shared=all --with-mysql=/usr/local/mysql5022/ --with-ssl=/usr/local/openssl/ --enable-track-vars --enable-rewrite make make install {添加ssl模块 ./configure --prefix=/usr/local/apache --enable-ssl=shared --with-ssl=/usr/local/openssl make install cd modules/ssl apxs -i -a -c mod_ssl.c 使用apachectl star...

by topgtian - Linux文档专区 - 2008-05-29 11:29:53 阅读(1215) 回复(0)

################################# FreeBSD apache+php+mysql install ################################# 一 ssh FreeBSD commands: ssh [email=vangeldoro@192.168.200.133]vangeldoro@192.168.200.133[/email] vangeldoro# cvsup -h cvsup.freebsd.org /usr/share/example/cvsup/ports-supfile #####Synchronous ports##### 二 Mysql install vangeldoro# cd /usr/ports/databases/mysql50-server vangeldoro# mak...

by vangeldoro - BSD文档中心 - 2007-11-17 22:20:54 阅读(1170) 回复(0)