lee110110 发表于 2021-3-11 12:35:52

RK3399 移植live555

1、按照网上教程移植交叉编译live555
2、编译器/home/lee/forLinx/OK3399/OK3399-linux-release/prebuilts/gcc/linux-x86/aarch64/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-
3、编译时缺少openssl等,已下载编译安装
4、把生成的live555MediaServer拷贝到目标板 错误提示如下
5、想咨询我应该把这个库 libcrypto.so.1.1放在目标板哪个文件夹下

目标办运行错误提示:
# ./live555MediaServer
./live555MediaServer: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No suchy

倔强的土坷垃 发表于 2021-3-11 13:44:36

一般用到的库文件都放在usr/lib下或者根目录的/lib下

lee110110 发表于 2021-3-11 16:14:24

:) 好 弄好了
页: [1]
查看完整版本: RK3399 移植live555