免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3701 | 回复: 2
打印 上一主题 下一主题

[Web] 编译安装eAccelerator 出错。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-02-10 11:38 |只看该作者 |倒序浏览
本帖最后由 vlanq 于 2010-02-10 14:54 编辑

PHP是PHP Version 5.2.12
PHP.INI 在 /usr/local/lib
phpize  和 php-config 在 /usr/local/bin

下面是安装步骤:
1:tar -xvjf eaccelerator-0.9.4.tar.bz2
2:[root@web eaccelerator-0.9.4]#cd eaccelerator-0.9.4
3:[root@web eaccelerator-0.9.4]#export PHP_PREFIX="/usr/local"
4:[root@web eaccelerator-0.9.4]#$PHP_PREFIX/bin/phpize
5:[root@web eaccelerator-0.9.4]#./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config
6:[root@web eaccelerator-0.9.4]#make
显示如下:
[root@web eaccelerator-0.9.4]# make
/bin/sh /usr/local/directadmin/custombuild/eaccelerator-0.9.4/libtool --mode=compile cc  -I. -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4 -DPHP_ATOM_INC -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4/include -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4/main -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4 -I/usr/local/include/php -

I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -

I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c

/usr/local/directadmin/custombuild/eaccelerator-0.9.4/eaccelerator.c -o eaccelerator.lo
mkdir .libs
cc -I. -I/usr/local/directadmin/custombuild/eaccelerator-0.9.4 -DPHP_ATOM_INC -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4/include -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4/main -

I/usr/local/directadmin/custombuild/eaccelerator-0.9.4 -I/usr/local/include/php -

I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -

I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c

/usr/local/directadmin/custombuild/eaccelerator-0.9.4/eaccelerator.c  -fPIC -DPIC -o

.libs/eaccelerator.o
/usr/local/directadmin/custombuild/eaccelerator-0.9.4/eaccelerator.c: In function

`eaccelerator_store_int':
/usr/local/directadmin/custombuild/eaccelerator-0.9.4/eaccelerator.c:768: error: `align_test'

undeclared (first use in this function)
/usr/local/directadmin/custombuild/eaccelerator-0.9.4/eaccelerator.c:768: error: (Each

undeclared identifier is reported only once
/usr/local/directadmin/custombuild/eaccelerator-0.9.4/eaccelerator.c:768: error: for each

function it appears in.)
make: *** [eaccelerator.lo] 错误 1
[root@web eaccelerator-0.9.4]#

而此时搜索不到eaccelerator.so 的路径,也不知道被装在什么地方。

7:再继续下去

[root@web eaccelerator-0.9.4]#make install

8:在php.ini 上修改设置
在[Zend]的最下面添加如下设置:

extension="eaccelerator.so"

eaccelerator.shm_size="32"

eaccelerator.cache_dir="/tmp/eaccelerator"

eaccelerator.enable="1"

eaccelerator.optimizer="1"

eaccelerator.check_mtime="1"

eaccelerator.debug="0"

eaccelerator.filter=""

eaccelerator.shm_max="0"

eaccelerator.shm_ttl="0"

eaccelerator.shm_prune_period="0"

eaccelerator.shm_only="0"

eaccelerator.compress="1"

eaccelerator.compress_level="9"

9:

创建 /tmp/eaccelerator  缓存,并给了权限。

10:
重启httpd

11:
测试查看phpinfo eaccelerator没有加载起来....



请问原因何在????????

源码包有问题,日,搞了N个小时才发现

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
2 [报告]
发表于 2010-02-10 11:59 |只看该作者
./configure 有报错吧?

论坛徽章:
0
3 [报告]
发表于 2010-02-10 12:08 |只看该作者
[root@web eaccelerator-0.9.4]# ./configure --enable-eaccelerator=shared --with-php-config=$PHP_PREFIX/bin/php-config
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20060613
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable eaccelerator support... yes, shared
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking mandatory system headers... yes
checking whether union semun is defined in sys/sem.h... no
checking for sysvipc shared memory support... yes
checking for mmap shared memory support... yes
checking for mmap on /dev/zero shared memory support... yes
checking for anonymous mmap shared memory support... yes
checking for posix mmap shared memory support... no
checking for best shared memory type... sysvipc
checking for spinlock semaphores support... yes
checking for pthread semaphores support... no
checking for posix semaphores support... no
checking for sysvipc semaphores support... yes
checking for fcntl semaphores support... yes
checking for flock semaphores support... yes
checking for best semaphores type... spinlock
checking for sched_yield... yes
checking for mprotect... yes
checking for ext/session/php_session.h... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
[root@web eaccelerator-0.9.4]#
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP