腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
为ARM9交叉编译cURL和ssl时遇到问题
、
、
、
、
/configure --with-ssl --without-ca-bundle --target=arm-none-
linux
-gnueabi --host=arm-none-
linux
-gnueabi--build=x86_64-unknown-
linux
-gnuconfigure: Configured to build curl/libcurl: SSL support: no
浏览 2
提问于2013-02-05
得票数 0
回答已采纳
1
回答
Linux
下奇怪的动态链接器问题
、
、
、
我不是一个经验丰富的
Linux
开发人员(我的主要平台是Windows)。LIBS += -Lpath_to_my_openssl/prebuilt/
linux
/libLIBS += -Lpath_t
浏览 5
提问于2022-02-13
得票数 0
3
回答
/usr/lib/x86_64-
linux
-gnu/libQt5Core.so.5:版本`Qt_5.7‘not (模拟器64-x86所需)
、
、
、
、
/build/envsetup.sh午餐aosp_x86_64-engemulator64-x86: /usr/lib/x86_64-
linux
-gnu但libQt5Core.so在 我尝试将LD_LIBRARY_PATH设置为: /home/wanyu/work/aosp/prebui
浏览 4
提问于2017-02-12
得票数 4
回答已采纳
1
回答
如何在构建
Linux
内核的同时构建用户级程序
、
我在~
linux
/fs/wrapfs/中有一组内核源文件。此外,还存在用于用户级程序的源文件。我想在编译内核时构建用户级程序,方法是在~/
linux
文件夹中运行"make“,即在顶级内核目录中。因此,我尝试在~/
linux
/fs/wrapfs/Makefile中添加以下内容:prog: gcc -Wall -Werror prog.c-o prog -lssl -
lcrypto</em
浏览 1
提问于2012-03-26
得票数 0
2
回答
Qt编译失败的C++
、
、
/i386-
linux
-gnu/qt5/QtCore/ In file included from /usr/include/i386-
linux
-gnu/qt5/QtCore/QByteArray:1-I /usr/include/i386-
linux
-gnu/qt5/ -I /usr/include/i386-
linux
-gnu/q
浏览 7
提问于2015-05-23
得票数 1
回答已采纳
2
回答
将挑战与gcc和密码库联系起来
、
下面是命令行和链接器输出/usr/lib/gcc/x86_64-
linux
-gnu/4.6/../../../x86_64-<em
浏览 4
提问于2014-03-08
得票数 2
回答已采纳
1
回答
C:动态链接OpenSSL库时出错
、
、
、
、
,我会得到以下错误:/tmp/ccofFr4N.o: In function `encrypt':下面是来自libssl-dev的库/usr/lib/x86_64-
linux
-gnu/libcrypto.a/usr/l
浏览 6
提问于2016-02-01
得票数 4
1
回答
pycurl安装寻找一个不存在的文件(libcurl.a)
、
、
_64-2.6/src/pycurl.o x86_64-pc-
linux
-gnu-gcc -pthread -shared build/temp.
linux
-x86_64-2.6/src/pycurl.o-L/usr/lib64 -lcurl -lssl -
lcrypto
-lldap -lrt -lssl -
lcrypto
-lz -lssl -
lcrypto
-lldap -lrt -lssl -
lcrypto
-
浏览 0
提问于2011-12-15
得票数 3
回答已采纳
1
回答
交叉编译不能链接Curl和Crypto
、
、
、
、
我通过sudo apt-get install arm-
linux
-gnueabihf安装了arm-
linux
,我想为Raspberry做交叉编译。我的制作文件是这样的:出现了这样一个错误:
浏览 13
提问于2018-04-05
得票数 0
回答已采纳
1
回答
在windows上使用OpenSSL作为静态库编译我的程序失败
、
、
main.o folder1/lib/myfiles.o folder1/lib/plus.o folder1/lib/functions.o -Lopenssl/windows/static -
lcrypto
这适用于
linux
,但对于windows,我得到了您知道
linux</
浏览 15
提问于2022-04-24
得票数 0
2
回答
Python OpenSSL C扩展:未定义的符号: AES_set_encrypt_key
、
、
(void) Py_Initialize();}运行命令:python3 setup.py clean, CFLAGS="-Wl,-z,defs -
lcrypto
" python3 setup.py build_ext --inplacex86_64-
linux
-gnu-gcc -pthread -DNDEBUG
浏览 3
提问于2018-02-18
得票数 0
回答已采纳
1
回答
支持加密的C++压缩程序库
、
、
、
2:跨平台(Windows、
Linux
、MacOS)我只用它来压缩/解压缩一些加密的文本脚本文件,所以这些文件非常小(总共不到1MB)。
浏览 1
提问于2014-03-23
得票数 2
1
回答
Eclipse CDT -用于交叉编译的链接libcrypto.so
、
、
、
、
/usr/lib/i386-
linux
-gnu (我在这个文件夹中找到了librypto.so)/opt/crosstool/arm-none-
linux
-gnueabi/arm-none-
linux
-gnueabi/bin/ld: skipping incompatible /usr/lib/i386-
linux
-gnu/libcrypto.so whe
浏览 7
提问于2016-03-30
得票数 1
1
回答
为arm-
linux
-gnueabi构建libcurl :为什么curl忽略openssl?
、
/Configure --prefix=/usr
linux
-generic32 shared \checking for openssl
浏览 175
提问于2019-04-18
得票数 0
2
回答
在
linux
中使用g++进行静态编译
、
、
、
我正在使用Makefile来做同样的事情根Makefile中的LD_SHARED_FLAGS/lib -z text -fPIC -static -lssl -
lcrypto
-o libMyModule.so debug_utils.o MyModule.o labels.o -L/path_to_openssl/lib -lssl -
lcrypto
-lc /u
浏览 3
提问于2018-01-23
得票数 3
1
回答
交叉编译openssl C应用程序时出错
、
、
它成功地为我的X86 CPU编译了gcc encoder.c -
lcrypto
-o编码器(我已经安装了libssl-dev),但是当我想交叉编译它(使用arm-
linux
-gnueabihf-gcc)时,会发生以下错误: In file included from .
浏览 2
提问于2016-07-31
得票数 0
回答已采纳
1
回答
在Docker中安装mysqlclient-python
、
、
、
但是当我运行python3 setup.py安装时x86_64-
linux
-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functionsz,relro -g -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 build/temp.
linux
-x86_64-3.4/_mysql.o -lmysqlclient -lpthread -lz -lm -ldl -lssl
浏览 1
提问于2017-03-24
得票数 0
回答已采纳
1
回答
在MinGW中找不到密码库
、
、
、
它在
linux
中编译,没有问题。c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot find -
lcrypto
我是用这个来编译的: gcccode.c -
lcrypto
浏览 0
提问于2014-01-07
得票数 1
回答已采纳
2
回答
OpenSSL链接未定义的引用'EVP_MD_CTX_new‘和'...fre’
、
、
、
+)printf("\n"); } gcc digest_example.c -
lcrypto
浏览 7
提问于2017-10-16
得票数 7
回答已采纳
1
回答
QML "QtQuick.PrivateWidgets“插件"widgetsplugin”未找到
、
、
、
、
我使用共享的Qt库开发了我的Qt应用程序。qrc:/main.qml:907类型MessageDialog不可用 import QtQuick 2.1im
浏览 6
提问于2014-07-05
得票数 2
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券