星期五, 二月 04, 2005

Turck MMCache 2.4.6 for PHP 4.3.10

Turck MMCache 2.4.6 for PHP 4.3.10

在 FreeBSD php4.3.10 上安装 turck-mmcache-2.4.6(适合目前php4.x任何版本的安装)

http://turck-mmcache.sourceforge.net/

http://sourceforge.net/project/showfiles.php?group_id=69426

我的安装笔记(FreeBSD4.9)

参考文章:http://blog.gmane.org/gmane.comp.web.midgard.user/month=20040101/page=2

1)tar zxvf turck-mmcache-2.4.6.tar.gz
2)cd turck-mmcache-2.4.6
3)/usr/local/bin/phpizecd
4)./configure --enable-mmcache=shared --with-php-config=/usr/local/bin/php-config
出错,提示 "Try `ltconfig --help' for more information." 原信息记不清了。
5)ee configure
Added "lt_target=$ac_cv_build" inbetween

*) lt_target="$target" ;;
esac

and

# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags
--disable-shared"

重新 configure
5)./configure --enable-mmcache=shared --with-php-config=/usr/local/bin/php-config
6)make
7)make install


发表评论

标题

正文

您的姓名

您的电子邮件信箱

您的个人网页