yocper 发表于 2014-06-14 01:27

关于trafficeserver使用mysql_remap插件

使用的安装包trafficserver-4.2.1.tar.bz2

Centos6.5安装的依赖包如下
    autoconf
    automake
    pkgconfig
    libtool
    perl-ExtUtils-MakeMaker
    gcc-c++
    glibc-devel
    openssl-devel
    tcl-devel
    expat-devel
    pcre
    pcre-devel
    libcap-devel (optional, highly recommended)
    flex (optional, needed for e.g. WCCP)
    hwloc-devel (optional, highly recommended)
    lua-devel (optional)

编译参数:   ./configure--enable-experimental-plugins


始终没有生成mysql_remap的Makefile,编译安装无mysql_remap.so


config.log 错误两个点

error: ac_nonexistent.h: No such file or directory

conftest.c:17: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:17: error: (Each undeclared identifier is reported only once
conftest.c:17: error: for each function it appears in.)


求指教啊,折腾了好久都弄不好。

yocper 发表于 2014-06-14 11:33

发现configure  configure.ac 文件 都没有mysql_remap的目录....坑
页: [1]
查看完整版本: 关于trafficeserver使用mysql_remap插件