duanchuang1935 2013-06-13 10:11
浏览 72
已采纳

安装libpuzzle windows wampserver

How do i install libpuzzle on a windows wampserver? The readme says this:

Here are the basic steps in order to install the extension:

(on OpenBSD: export AUTOMAKE_VERSION=1.9 ; export AUTOCONF_VERSION=2.61)

cd php/libpuzzle
phpize
./configure --with-libpuzzle
make clean
make
make install

If libpuzzle is installed in a non-standard location, use:
./configure --with-libpuzzle=/base/directory/for/libpuzzle

Then edit your php.ini file and add:

extension=libpuzzle.so

How do i do this on windows with wamp?

  • 写回答

1条回答 默认 最新

  • dqt20140129 2013-06-13 12:39
    关注

    For windows i.e. wamp, you will have to find a download site that has compiled it for windows PHP.

    Make sure its been compile with VC9/10/11 if you are using a recent version of WAMP or VC6 if you are using an old version of wamp.

    Most likely you will have to download the source code and compile it yourself, a much more complicated process, as I cannot find anywhere to download a pre-built windows version of this library.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?