1.在官网下载了yaf扩展包 yaf-3.0.3.tgz

  2.开始安装yaf扩展   

tar zxvf yaf-3.0.3.tgz 

cd yaf-3.0.3

phpize

./configure --with-php-config=/usr/local/php/bin/php-config 

make

make install
//php.ini配置文件中加入pcntl配置文件
[root@centos src]# echo "extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/yaf.so" >> /usr/local/php/etc/php.ini //重启服务

  报错:

In file included from /data1/study/yaf-3.0.2/yaf.c:28:
/data1/study/yaf-3.0.2/php_yaf.h:72: error: expected specifier-qualifier-list before ‘zend_string’
In file included from /data1/study/yaf-3.0.2/yaf.c:30:
/data1/study/yaf-3.0.2/yaf_loader.h:72: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_loader.h:72: error: expected declaration specifiers or ‘...’ before ‘zend_string’
In file included from /data1/study/yaf-3.0.2/yaf.c:32:
/data1/study/yaf-3.0.2/yaf_application.h:31: error: expected ‘)’ before ‘*’ token
In file included from /data1/study/yaf-3.0.2/yaf.c:35:
/data1/study/yaf-3.0.2/yaf_view.h:34: error: expected declaration specifiers or ‘...’ before ‘zend_string’
In file included from /data1/study/yaf-3.0.2/yaf.c:36:
/data1/study/yaf-3.0.2/yaf_controller.h:34: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /data1/study/yaf-3.0.2/yaf.c:38:
/data1/study/yaf-3.0.2/yaf_request.h:47: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_request.h:48: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_request.h:48: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_request.h:52: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_request.h:59: error: expected declaration specifiers or ‘...’ before ‘zend_string’
In file included from /data1/study/yaf-3.0.2/yaf.c:39:
/data1/study/yaf-3.0.2/yaf_response.h:35: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_response.h:35: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf_response.h:38: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/data1/study/yaf-3.0.2/yaf.c: In function ‘OnUpdateSeparator’:
/data1/study/yaf-3.0.2/yaf.c:58: error: ‘zend_yaf_globals’ has no member named ‘name_separator’
/data1/study/yaf-3.0.2/yaf.c:59: error: ‘zend_yaf_globals’ has no member named ‘name_separator_len’
/data1/study/yaf-3.0.2/yaf.c: At top level:
/data1/study/yaf-3.0.2/yaf.c:67: error: ‘zend_yaf_globals’ has no member named ‘global_library’
/data1/study/yaf-3.0.2/yaf.c:68: error: ‘zend_yaf_globals’ has no member named ‘action_prefer’
/data1/study/yaf-3.0.2/yaf.c:69: error: ‘zend_yaf_globals’ has no member named ‘lowcase_path’
/data1/study/yaf-3.0.2/yaf.c:70: error: ‘zend_yaf_globals’ has no member named ‘use_spl_autoload’
/data1/study/yaf-3.0.2/yaf.c:71: error: ‘zend_yaf_globals’ has no member named ‘forward_limit’
/data1/study/yaf-3.0.2/yaf.c:72: error: ‘zend_yaf_globals’ has no member named ‘name_suffix’
/data1/study/yaf-3.0.2/yaf.c:75: error: ‘zend_yaf_globals’ has no member named ‘st_compatible’
/data1/study/yaf-3.0.2/yaf.c:77: error: ‘zend_yaf_globals’ has no member named ‘environ_name’
/data1/study/yaf-3.0.2/yaf.c:78: error: ‘zend_yaf_globals’ has no member named ‘use_namespace’
/data1/study/yaf-3.0.2/yaf.c: In function ‘zm_startup_yaf’:
/data1/study/yaf-3.0.2/yaf.c:96: error: ‘zend_yaf_globals’ has no member named ‘use_namespace’
/data1/study/yaf-3.0.2/yaf.c:99: error: ‘zend_yaf_globals’ has no member named ‘environ_name’
/data1/study/yaf-3.0.2/yaf.c:99: error: ‘zend_yaf_globals’ has no member named ‘environ_name’
/data1/study/yaf-3.0.2/yaf.c:99: warning: passing argument 1 of ‘strlen’ from incompatible pointer type
/usr/include/string.h:399: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c:99: warning: passing argument 3 of ‘zend_register_stringl_constant’ from incompatible pointer type
/usr/local/sinasrv2/include/php/Zend/zend_constants.h:68: note: expected ‘char *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c:114: error: ‘zend_yaf_globals’ has no member named ‘environ_name’
/data1/study/yaf-3.0.2/yaf.c:114: error: ‘zend_yaf_globals’ has no member named ‘environ_name’
/data1/study/yaf-3.0.2/yaf.c:114: warning: passing argument 1 of ‘strlen’ from incompatible pointer type
/usr/include/string.h:399: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c:114: warning: passing argument 3 of ‘zend_register_stringl_constant’ from incompatible pointer type
/usr/local/sinasrv2/include/php/Zend/zend_constants.h:68: note: expected ‘char *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c: In function ‘zm_shutdown_yaf’:
/data1/study/yaf-3.0.2/yaf.c:155: error: ‘zend_yaf_globals’ has no member named ‘configs’
/data1/study/yaf-3.0.2/yaf.c:156: error: ‘zend_yaf_globals’ has no member named ‘configs’
/data1/study/yaf-3.0.2/yaf.c:156: warning: passing argument 1 of ‘zend_hash_destroy’ from incompatible pointer type
/usr/local/sinasrv2/include/php/Zend/zend_hash.h:101: note: expected ‘struct HashTable *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c:157: error: ‘zend_yaf_globals’ has no member named ‘configs’
/data1/study/yaf-3.0.2/yaf.c:157: warning: passing argument 1 of ‘free’ discards qualifiers from pointer target type
/usr/include/stdlib.h:488: note: expected ‘void *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c:157: error: ‘zend_yaf_globals’ has no member named ‘configs’
/data1/study/yaf-3.0.2/yaf.c:157: warning: passing argument 1 of ‘_efree’ discards qualifiers from pointer target type
/usr/local/sinasrv2/include/php/Zend/zend_alloc.h:60: note: expected ‘void *’ but argument is of type ‘const struct zend_ini_entry *’
/data1/study/yaf-3.0.2/yaf.c: In function ‘zm_activate_yaf’:
/data1/study/yaf-3.0.2/yaf.c:168: error: ‘zend_yaf_globals’ has no member named ‘throw_exception’
/data1/study/yaf-3.0.2/yaf.c:169: error: ‘zend_yaf_globals’ has no member named ‘ext’
/data1/study/yaf-3.0.2/yaf.c:170: error: ‘zend_yaf_globals’ has no member named ‘view_ext’
/data1/study/yaf-3.0.2/yaf.c:171: error: ‘zend_yaf_globals’ has no member named ‘default_module’
/data1/study/yaf-3.0.2/yaf.c:173: error: ‘zend_yaf_globals’ has no member named ‘default_controller’
/data1/study/yaf-3.0.2/yaf.c:175: error: ‘zend_yaf_globals’ has no member named ‘default_action’
/data1/study/yaf-3.0.2/yaf.c: In function ‘zm_deactivate_yaf’:
/data1/study/yaf-3.0.2/yaf.c:185: error: ‘zend_yaf_globals’ has no member named ‘running’
/data1/study/yaf-3.0.2/yaf.c:186: error: ‘zend_yaf_globals’ has no member named ‘in_exception’
/data1/study/yaf-3.0.2/yaf.c:187: error: ‘zend_yaf_globals’ has no member named ‘catch_exception’
/data1/study/yaf-3.0.2/yaf.c:189: error: ‘zend_yaf_globals’ has no member named ‘directory’
/data1/study/yaf-3.0.2/yaf.c:190: error: ‘zend_yaf_globals’ has no member named ‘directory’
/data1/study/yaf-3.0.2/yaf.c:191: error: ‘zend_yaf_globals’ has no member named ‘directory’
/data1/study/yaf-3.0.2/yaf.c:193: error: ‘zend_yaf_globals’ has no member named ‘local_library’
/data1/study/yaf-3.0.2/yaf.c:194: error: ‘zend_yaf_globals’ has no member named ‘local_library’
/data1/study/yaf-3.0.2/yaf.c:195: error: ‘zend_yaf_globals’ has no member named ‘local_library’
/data1/study/yaf-3.0.2/yaf.c:197: error: ‘zend_yaf_globals’ has no member named ‘local_namespaces’
/data1/study/yaf-3.0.2/yaf.c:198: error: ‘zend_yaf_globals’ has no member named ‘local_namespaces’
/data1/study/yaf-3.0.2/yaf.c:199: error: ‘zend_yaf_globals’ has no member named ‘local_namespaces’
/data1/study/yaf-3.0.2/yaf.c:201: error: ‘zend_yaf_globals’ has no member named ‘bootstrap’
/data1/study/yaf-3.0.2/yaf.c:202: error: ‘zend_yaf_globals’ has no member named ‘bootstrap’
/data1/study/yaf-3.0.2/yaf.c:203: error: ‘zend_yaf_globals’ has no member named ‘bootstrap’
/data1/study/yaf-3.0.2/yaf.c:205: error: ‘zend_yaf_globals’ has no member named ‘modules’
/data1/study/yaf-3.0.2/yaf.c:205: error: request for member ‘type’ in something not a structure or union
/data1/study/yaf-3.0.2/yaf.c:205: warning: comparison between pointer and integer
/data1/study/yaf-3.0.2/yaf.c:206: error: ‘zend_yaf_globals’ has no member named ‘modules’
/data1/study/yaf-3.0.2/yaf.c:206: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/usr/local/sinasrv2/include/php/Zend/zend_variables.h:51: note: expected ‘struct zval **’ but argument is of type ‘const struct zend_ini_entry (*)[1]’
/data1/study/yaf-3.0.2/yaf.c:207: error: ‘zend_yaf_globals’ has no member named ‘modules’
/data1/study/yaf-3.0.2/yaf.c:209: error: ‘zend_yaf_globals’ has no member named ‘base_uri’
/data1/study/yaf-3.0.2/yaf.c:210: error: ‘zend_yaf_globals’ has no member named ‘base_uri’
/data1/study/yaf-3.0.2/yaf.c:211: error: ‘zend_yaf_globals’ has no member named ‘base_uri’
/data1/study/yaf-3.0.2/yaf.c:213: error: ‘zend_yaf_globals’ has no member named ‘view_directory’
/data1/study/yaf-3.0.2/yaf.c:214: error: ‘zend_yaf_globals’ has no member named ‘view_directory’
/data1/study/yaf-3.0.2/yaf.c:215: error: ‘zend_yaf_globals’ has no member named ‘view_directory’
/data1/study/yaf-3.0.2/yaf.c:217: error: ‘zend_yaf_globals’ has no member named ‘view_ext’
/data1/study/yaf-3.0.2/yaf.c:218: error: ‘zend_yaf_globals’ has no member named ‘view_ext’
/data1/study/yaf-3.0.2/yaf.c:220: error: ‘zend_yaf_globals’ has no member named ‘default_module’
/data1/study/yaf-3.0.2/yaf.c:221: error: ‘zend_yaf_globals’ has no member named ‘default_module’
/data1/study/yaf-3.0.2/yaf.c:223: error: ‘zend_yaf_globals’ has no member named ‘default_controller’
/data1/study/yaf-3.0.2/yaf.c:224: error: ‘zend_yaf_globals’ has no member named ‘default_controller’
/data1/study/yaf-3.0.2/yaf.c:226: error: ‘zend_yaf_globals’ has no member named ‘default_action’
/data1/study/yaf-3.0.2/yaf.c:227: error: ‘zend_yaf_globals’ has no member named ‘default_action’
/data1/study/yaf-3.0.2/yaf.c:229: error: ‘zend_yaf_globals’ has no member named ‘ext’
/data1/study/yaf-3.0.2/yaf.c:230: error: ‘zend_yaf_globals’ has no member named ‘ext’
/data1/study/yaf-3.0.2/yaf.c:232: error: ‘zend_yaf_globals’ has no member named ‘default_route’
make: *** [yaf.lo] Error 1

  分析原因:搜索下了类似的结果 都说 缺少 pcre

  建议:yum install pcre-dev  但是我这里已经显示安装pcre扩展成功,然并卵 没啥用。

经过再三的测试安装 发现竟然是yaf版本问题, 目前php版本是 5.5.35 , 然后去官网下载了 yaf-2.2.8

安装上面步骤重新安装  搞定!!

Linux 下安装Yaf扩展的更多相关文章

  1. linux下安装opcache扩展

    linux下安装opcache扩展   参考:http://www.php.net/manual/zh/opcache.installation.php 1 2 3 4 5 6 7 wget http ...

  2. 总结 Linux 下安装 PHP 扩展步骤

    总结一下 Linux 下安装 PHP 扩展步骤,这里以安装 PHP 的 redis 扩展为例. 一.拿到扩展包下载地址,下载扩展包 pecl 上搜索 redis wget http://pecl.ph ...

  3. linux 下安装php扩展

    linux下安装php扩展 步骤: 1.在扩展解压包目录执行 phpize 2.执行 ./configure --with-php-config=/usr/local/php/bin/php-conf ...

  4. linux下安装PHP扩展memcache

    公司的服务器 CentOS 7.5,PHP 5.6 下面都是最新的版本(支持到PHP5.6) 如需php7  下支持memcache扩展,请移步   https://www.cnblogs.com/h ...

  5. Linux下安装php 扩展fileinfo

    在项目初始部署环境的时候,可能考虑的并不全面,就会少装一些扩展,这里讲解如何添加fileinfo扩展 1.找到php安装的压缩包 2.将压缩包cp到 /data目录下,并解压 cp php-7.0.3 ...

  6. php7.2 下安装yaf扩展

    wget http://pecl.php.net/get/yaf-3.0.7.tgz  解压并进入目录: 1 tar -zxvf yaf-3.0.7* && cd yaf-3.0.7  ...

  7. linux下安装swoole扩展

    一.下载swoole 地址:https://github.com/swoole/swoole-src二.将下载好的压缩包放在linux服务器下三.解压压缩包到任意目录 # unzip swoole-s ...

  8. redis在linux下安装以及扩展

    安装过redis后发现回头忘了,今天重新安装记录下 首先 我是在home下创建redis文件   mkdir  redis 然后直接用wget安装 wget http://download.redis ...

  9. Redis linux 下安装 及扩展配置

    1.首先在/usr/local/ 创建文件夹 reids Cd /usr/local/ mkdir redis 2.把redis安装包放在redis目录下面进行解压phpredis-2.2.4.tar ...

随机推荐

  1. Android Studio----- 无法打印---log----问题总结----华为坑深(转)

    问题描述:安卓真机调试时 System.out.println 无法输出, err则可以:Log.e,w可以,但其他不行. 解决方法,按如下方式查看酷派手机默认设置日志未warn方式. 酷派手机: * ...

  2. hbase filter 简介

    一.基本介绍 1.FilterList代表一个过滤器列表 FilterList.Operator.MUST_PASS_ALL --> 取交集 相当一and操作 FilterList.Operat ...

  3. swift 学习-- 元组

    //元组 //定义:元组是有多个值组合而成的复合值,其中的值可以是任意类型,而且每一个元素的类型可以是不同的 let http404Error = (404, "Not Found" ...

  4. 杂项-公司-百科:伯克希尔·哈撒韦-un

    ylbtech-杂项-公司-百科:伯克希尔·哈撒韦 伯克希尔·哈撒韦公司由沃伦·巴菲特(Warren Buffett)创建于1956年,是一家主营保险业务,在其他许多领域也有商业活动的公司.其中最重要 ...

  5. 进程之 Process join方法其他属性与进程Queue

    Process join方法 以及其他属性 在主进程运行过程中如果想并发地执行其他的任务,我们可以开启子进程,此时主进程的任务与子进程的任务分两种情况 情况一:在主进程的任务与子进程的任务彼此独立的情 ...

  6. python‘s tenth day for me

    动态参数    *args   **kwargs   *args  动态参数,万能参数 # args 接受的就是实参对应的  所有位置参数,并将其放在元祖中. def func(*args): pri ...

  7. 2014.9.30 Double转字符

    (57.0/60.0).ToString("f2")="0.95" 等于 string.Format("{0:F2}",57.0/60)=& ...

  8. flask系列八之请求方法、g对象和钩子函数

    一.get方法 ,post方法 post请求在模板中要注意几点: (1)input标签中,要写name来标识这个value的key,方便后台获取. (2)在写form表单的时候,要指定method=' ...

  9. [原创]Mybatis特殊值Enum类型转换器-ValuedEnumTypeHandler

    引言 typeHandlers 阅读官方文档 typeHandlers 一节{:target="_blank"} MyBatis 在预处理语句(PreparedStatement) ...

  10. angularJS笔记之 服务

    angular的服务有五种 第一种 constant 一般作为一种常量的服务 不可更改 第二种 value 用来注册服务对象或函数 可更改 第三种 factory 创建和配置服务的最快捷方式.可更改 ...