如何安装 mcrypt 并将 mcrypt.h 添加到我的 C 程序文件中?
Posted
技术标签:
【中文标题】如何安装 mcrypt 并将 mcrypt.h 添加到我的 C 程序文件中?【英文标题】:how to install mcrypt and add mcrypt.h to my C program files? 【发布时间】:2017-08-29 15:00:18 【问题描述】:我需要努力尝试对一些示例进行 AES 加密/解密,并且必须在我的 C 文件中使用 mcrypt.h。但是,我不知道如何安装它们。我已经下载并解压了来自https://sourceforge.net/projects/mcrypt/的mcrypt-2.6.7-win32
我似乎不知道如何继续和“安装”这个标题。请指教。
【问题讨论】:
仅供参考,libmcrypt 是废弃软件(甚至您的链接显示它已经 5 年没有被触及)并且您不应该使用它。 【参考方案1】:您只需将这些文件添加到您的项目中,将 #include mcrypt.h 添加到使用 mcrypt 的源中,然后添加 mcrypt.a 以与您的代码链接在一起。
【讨论】:
感谢您的帮助。但是,您能否详细说明如何“添加 mcrypt.a”? 这取决于您正在编程的环境。您使用的是什么 IDE? 我正在使用代码块 这个链接应该可以帮助你:learncpp.com/cpp-tutorial/a3-using-libraries-with-codeblocks以上是关于如何安装 mcrypt 并将 mcrypt.h 添加到我的 C 程序文件中?的主要内容,如果未能解决你的问题,请参考以下文章
PHP编译安装报错: mcrypt.h not found. Please reinstall libmcrypt.
mcrypt.h not found. Please reinstall libmcrypt”的解决方法
PHP编译安装报错:configure: error: mcrypt.h not found. Please reinstall libmcrypt
解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.
解决php编译报错configure: error: mcrypt.h not found. Please reinstall libmcrypt.