Hi Jason 2013/3/22 Jason Chen <[email protected]>: > Hello, > > Has anybody been able to install gnupg pecl extension on windows? > > We've tried everything but cannot figure out how to compile the extension.
So far the extension authors have not made any support for Windows, despite there seems to be a port available[1]. > The latest attempt at writing a config.w32 and compiling has resulted in a > ton of compiling errors. Cloning a config.w32 might not always work for multiple reasons; 1) You need the correct CFLAG and LDFLAG flags (Compiler & Linker arguments), some might be specific to extension, others to your target platform 2) You need the library header files to compile it and the lib files to link it Also, there haven't been any commits to pecl/gnupg for quiet a while it seems, last release was in 2010, meaning it might not even work with PHP 5.4, which is another reason it might fail. [1] http://gpg4win.org/ -- regards, Kalle Sommer Nielsen [email protected] -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
