交叉编译nginx

在移植Nginx到ARMLinux的过程中,遇到openssl库编译错误,提示'File in wrong format'和'undefined reference to `pthread_rwlock_init'。解决方法包括交叉编译openssl库,并在Nginx的/obj/Makefile中修改链接路径,添加-lpthread解决多线程库问题。
摘要由CSDN通过智能技术生成

项目场景:

nginx交叉编译过程中的问题

主要参考:(17条消息) 移植Nginx到ARM Linux_敲代码痛苦吗?的博客-CSDN博客_nginx移植


问题描述

提示opensll库相关错误

error adding symbols: File in wrong format collect2: error: ld returned 1 exit status

解决方案:

先将opensll交叉编译得到库,而后在/obj/Makefile中修改

/yourpath/lib/libssl.a /yourpath/lib/libcrypto.a

若是报threads_pthread.c:(.text+0x3a): undefined reference to `pthread_rwlock_init'

则在相同位置 -ldl 之后添加 -lpthread 链接多线程库

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Repus_sjc

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值