在fedora8上安装apache
>tar -zxvf httpd-2.2.8.tar.gz
>cd httpd-2.2.8
>./configure --prefix=/usr/local/httpd
>make
make的时候出现下面错误,以前配没遇到过这问题
libtool: link: `passwd/apr_getpass.lo' is not a valid libtool object
make[3]: *** [libapr-1.la] 错误 1
make[3]: Leaving directory `/root/httpd-2.2.8/srclib/apr'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/root/httpd-2.2.8/srclib/apr'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/httpd-2.2.8/srclib'
make: *** [all-recursive] 错误 1
后来发现原来是缺少 apr & apr-util.
去http://apr.apache.org/ 下来最新的apr-1.2.12-tar.gz和apr-util-1.2.12.tar.gz
>tar -zxvf apr-1.2.12-tar.gz
>cd apr-1.2.12
>./configure --prefix=/usr/local/apr-httpd/
>make & make install
>tar -zxvf apr-util-1.2.12-tar.gz
>cd apr-util-1.2.12
>./configure --prefix=/usr/local/apr-util-httpd/ --with-apr=/usr/local/apr-httpd/
>make & make install
回到apache编译目录
>./configure --prefix=/usr/local/httpd/ --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/
>make
>make install
打造万能Windows封装包 封装软件包
打造万能Windows封装包 对于那些经常需要给朋友攒机或者重新安装操作系统的电脑高手来说,每次安装Windows系统所经历的漫长等待无异于一次折磨。虽然身边有(31)人阅读时间:2024-10-07修改注册表加快Windows(修改注册表加快网速)
修改注册表加快Windows 7关机速度 关机更迅速,操作简单方便,何乐而不为呢! 在Windows7系统的“开始”菜单的搜索框中输入“regedit”打开注册(29)人阅读时间:2024-10-07windows关闭默认共享(windows7关闭默认共享)
windows关闭默认共享 一、运行–CMD–net share 会显示你的电脑的共享情况 二、如果有些没有关闭:net share c$ /d net sha(25)人阅读时间:2024-10-07windows安装redis缓存使用图文教程(window 安装redis)
windows安装redis缓存使用图文教程 下载安装 通过https://github.com/mythz/redis-windows这里可以直接下载,然后解(27)人阅读时间:2024-10-07打造万能Windows封装包 封装软件包
打造万能Windows封装包 对于那些经常需要给朋友攒机或者重新安装操作系统的电脑高手来说,每次安装Windows系统所经历的漫长等待无异于一次折磨。虽然身边有..2024-10-07修改注册表加快Windows(修改注册表加快网速)
修改注册表加快Windows 7关机速度 关机更迅速,操作简单方便,何乐而不为呢! 在Windows7系统的“开始”菜单的搜索框中输入“regedit”打开注册..2024-10-07windows关闭默认共享(windows7关闭默认共享)
windows关闭默认共享 一、运行–CMD–net share 会显示你的电脑的共享情况 二、如果有些没有关闭:net share c$ /d net sha..2024-10-07windows安装redis缓存使用图文教程(window 安装redis)
windows安装redis缓存使用图文教程 下载安装 通过https://github.com/mythz/redis-windows这里可以直接下载,然后解..2024-10-07