0 0

lighttpd 1.4.19,如何打mod_mem_cache patch10

系统是as4
我现在已经安装了1.4.19,如何打呢?

我照着http://blog.quehy.com/archives/197.html这个做了一下,输出如下:

# patch -p0 < lighttpd-1.4.19.mod_mem_cache.patch
patching file ./src/http-header-glue.c
patching file ./src/Makefile.am
patching file ./src/mod_mem_cache.c
patching file ./src/mod_staticfile.c
patching file ./src/response.h

# sh autogen.sh
autogen.sh: running `libtoolize --copy --force'
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/local/share/aclocal/libtool.m4'
libtoolize:   `/usr/local/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/local/share/aclocal/ltversion.m4'
libtoolize:   `/usr/local/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/local/share/aclocal/lt~obsolete.m4'
autogen.sh: running `aclocal'
autogen.sh: running `autoheader'
autogen.sh: running `automake --add-missing --copy'
autogen.sh: running `autoconf'
Now type './configure ...' and 'make' to compile.

# ./configure --quiet; make
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool

Plugins:

enabled: 
  mod_access
  mod_accesslog
  mod_alias
  mod_auth
  mod_cgi
  mod_compress
  mod_dirlisting
  mod_evhost
  mod_expire
  mod_extforward
  mod_fastcgi
  mod_flv_streaming
  mod_indexfiles
  mod_proxy
  mod_redirect
  mod_rewrite
  mod_rrdtool
  mod_scgi
  mod_secdownload
  mod_setenv
  mod_simple_vhost
  mod_ssi
  mod_staticfile
  mod_status
  mod_trigger_b4_dl
  mod_userdir
  mod_usertrack
  mod_webdav
disabled: 
  mod_cml
  mod_magnet
  mod_mysql_vhost

Features:

enabled: 
  auth-crypt
  compress-bzip2
  compress-deflate
  compress-gzip
  large-files
  network-ipv6
  regex-conditionals
disabled: 
  auth-ldap
  network-openssl
  stat-cache-fam
  storage-gdbm
  storage-memcache
  webdav-locks
  webdav-properties

make  all-recursive
make[1]: Entering directory `/home/op/lighttpd-1.4.19'
Making all in src
make[2]: Entering directory `/home/op/lighttpd-1.4.19/src'
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -DLIBRARY_DIR="\"/usr/local/lib\"" -DSBIN_DIR="\"/usr/local/sbin\"" -I. -I. -I..   -D_REENTRANT -D__EXTENSIONS__ -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES  -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99 -MT mod_flv_streaming.lo -MD -MP -MF ".deps/mod_flv_streaming.Tpo" -c -o mod_flv_streaming.lo mod_flv_streaming.c; \
then mv -f ".deps/mod_flv_streaming.Tpo" ".deps/mod_flv_streaming.Plo"; else rm -f ".deps/mod_flv_streaming.Tpo"; exit 1; fi
../libtool: line 450: CDPATH: command not found
../libtool: line 1253: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2
libtool: and run autoconf again.
make[2]: *** [mod_flv_streaming.lo] Error 1
make[2]: Leaving directory `/home/op/lighttpd-1.4.19/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/op/lighttpd-1.4.19'
make: *** [all] Error 2
2008年9月14日 12:02

1个答案 按时间排序 按投票排序

0 0

按照上面的步骤试了一下,成功编译。可能是你的操作系统环境缺少某些设置吧。我的操作系统是:SuSE Linux Enterprise Server SP4 x86_64 version.

2008年9月16日 15:55

相关推荐

    Lighttpd__and_modcache.ppt

    Lighttpd__and_modcache.ppt

    lighttpd fastcgi

    1.修改lighttpd.conf 修改为自己的工作目录 var.server_root = "/home/caoft/lighttpd/lighttpd_websocket_fastcgi/http_server" var.state_dir = "/home/caoft/lighttpd/lighttpd_websocket_fastcgi/http_server"...

    lighttpd_my_1_4_45.tar.gz

    lighttpd_my_1_4_45.tar.gz ubuntu 16.04 上面 手动编译的 web server 可以运行, 需要放在争取的目录下面 参考: https://blog.csdn.net/wowocpp/article/details/116200402

    lighttpd的权限认证模块 mod_auth

    NULL 博文链接:https://hlee.iteye.com/blog/549981

    ubuntu lighttpd实现websocket

    如何在ubuntu上实现lighttpd 1、下载mongoose使用mongoose中的example中的websocket_chat,实现websocket 2、websocket_chat源码下载路径 官网:https://cesanta.com 论坛:...

    lighttpd-1.4.45_lighttpd服务器_

    lighttpd轻量级web嵌入式服务器,方便嵌入式平台移植,小巧安全

    lighttpd-1.4.55移植配置与测试.rar

    交叉编译最新版的lighttpd-1.4.55,配置与测试CGI与HTML.内含 lighttpd-1.4.55源码,移植教程,cgi测试代码,html测试代码.测试cgi时,浏览器中应该输入192.168.100.30/cgi-bin/xx.cgi .其中 192.168.100.30为开发板的ip

    lighttpd-1.4.19.tar.bz2

    服务器linux下的 lighttpd-1.4.19.tar.bz2

    Lighttpd源码分析_高群凯

    Lighttpd源码分析_高群凯 文档详细描述了lighttpd 源码

    lighttpd简单配置

    lighttpd简单配置,希望对新手同志有用!!!

    Lighttpd源码分析_mobi

    主要内容包括:lighttpd介绍与分析准备工作、lighttpd网络服务主模型、lighttpd数据结构、伸展树、日志系统、文件状态缓存器、配置信息加载、i/o多路复用技术模型、插件链、网络请求服务响应流程、请求响应数据快速...

    jquery-upload-progress, 上传进度栏使用 apache Nginx 和lighttpd上传进度模块.zip

    上传进度栏使用 apache Nginx 和lighttpd上传进度模块 它可以与apache上传进度模块,Nginx 上传进度模块或者lighttpd一起使用,在这里阅读更多: http://drogomir.com/blog/2008/6/18/upload-progress-bar-with-mod_...

    0001-mod_cgi-buffers-data-without-bound.patch

    lighttpd: fix /usr/lib/mod_cgi.so: undefined symbol: chunkqueue_written

    Apache mod_xsendfile-master 最新版下载

    利用apache nginx lighttpd X-Sendfile提供文件下载 http://hi.baidu.com/tianhuimin/item/96ee61176bf75917e3f98616

    lighttpd_cgi.nasl

    lighttpd_cgi

    在Lighttpd服务器中运行Django应用的方法

    确保 mod_fastcgi 在模块列表中,它需要出现在 mod_rewrite 和 mod_access ,但是要在 mod_accesslog 之前。 将下面的内容添加到你的lighttpd的配置文件中: server.document-root = /home/user/public_ht

    最新lighttpd源码 lighttpd-1.4.22

    Lighttpd是一个德国人领导的开源软件,其根本的目的是提供一个专门针对高性能网站,安全、快速、兼容性好并且灵活的web server环境。具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。lighttpd是...

    mtk7628n_openwrt_lighttpd

    如何向mtk7628n openwrt中移植高版本的lighttpd,详细的描述了过程和遇到的问题,需要配合博客https://blog.csdn.net/caofengtao1314/article/details/83140841一块学习

    lighttpd-1.4.20.tar

    lighttpd-1.4.20.tar lighttpd-1.4.20.tar

    Lighttpd源码分析

    资源名称:Lighttpd源码分析内容简介: 作为最为优秀的轻量级Web Server之一,Lighttpd有着众多的忠实拥护者和使用者。Lighttpd源码分析就是一本介绍分析Lighttpd源码的初级读本,其主要目标在于:一方面让已经接触...

Global site tag (gtag.js) - Google Analytics