GnuPG on Wampserver

流过昼夜 提交于 2019-12-24 09:51:17

问题


Can you please tell me how do I install and use GnuPG on wampserver ? I seriously want that.

I hope this question comes under stackoverflow. If not please close this but please dont downvote me :(


回答1:


You can get GnuPG as a PECL package here: http://pecl.php.net/package/gnupg

It looks like you'll need to compile it yourself though. It comes with a config.m4 file, so you'll probably want to use autotools (cygwin?).

Instructions on how to install it are here: http://www.php.net/manual/en/install.pecl.windows.php

It sounds like you just have to put the .dll you compile in the correct directory.

You'll also need to install GnuPGME: http://www.gnupg.org/gpgme.html

One of the commenters on php.net wasn't able to get it to install, so it might not work anyway..



来源:https://stackoverflow.com/questions/3103845/gnupg-on-wampserver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!