这是一个我爬了两天才爬出来的坑,记录一下: 编译安装Ceres库之前先安装其依赖项: sudo apt-get install liblapack-dev libsuitesparse-dev libcxsparse3.1.2 libgflags-dev libgoogle-glog-dev lib ...
分类:
系统相关 时间:
2020-06-13 00:58:14
阅读次数:
212
报错提示: 解决办法: /usr/local/lib/libcurl.so.4 去这个路径下 ,会发现有两个libcurl.so 的库 还有把libcurl.so.4的这个库 直接删掉就行 rm -f libcurl.so.4 ...
分类:
系统相关 时间:
2020-06-11 10:48:00
阅读次数:
75
Platform:rk3399 Os:android7.1 Kernel:4.4 1.1 在内核中添加USB串口驱动和USB网卡驱动 通过指令make ARCH=arm64 menuconfig,配置内核: 添加 USB 串口驱动: device drivers--> usb support--> ...
分类:
其他好文 时间:
2020-06-09 18:40:30
阅读次数:
177
现象: Failed to compile. (2818,14): Duplicate identifier 'LibraryManagedAttributes'. Duplicate identifier问题的解决 修改方法: 1. 找到tsconfig.json文件 解决方案是在tsconfig ...
分类:
其他好文 时间:
2020-06-09 10:04:07
阅读次数:
272
在已经编译安装好php7场景下安装curl扩展 cd /root/php7/php-7.2.31/ext/curl #从php官网下载php源码安装包 /usr/local/php746/bin/phpize #已经安装好的phpize的路径 yum install libcurl-devel #没 ...
分类:
Web程序 时间:
2020-06-06 18:46:41
阅读次数:
78
error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 可能你的/usr/lib目录下没有libssl.so.1.0.0这个库,或 ...
分类:
其他好文 时间:
2020-06-05 15:20:36
阅读次数:
275
[root@bogon ~]# bash start_vm.sh + + + | Property | Value | + + + | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:h ...
分类:
其他好文 时间:
2020-06-04 15:38:50
阅读次数:
78
系统环境:centos61、需要升级版本libc,误操作导致的2、执行命令都是报错:[root@localhost~]#llls:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordirectory[root@localhost~]#lsls:errorwhileloadingshar
分类:
其他好文 时间:
2020-06-03 09:20:00
阅读次数:
115
运行:strings /lib64/libc.so.6 |grep GLIBC_发现没有GLIBC_2.18下载:wget http://mirrors.ustc.edu.cn/gnu/libc/glibc-2.18.tar.gz解压:tar -zxvf glibc-2.18.tar.gz进入解压文 ...
分类:
其他好文 时间:
2020-06-02 09:47:11
阅读次数:
181
背景 Read the fucking source code! --By 鲁迅 A picture is worth a thousand words. --By 高尔基 说明: Kernel版本:4.14 ARM64处理器,Contex-A53,双核 使用工具:Source Insight 3. ...
分类:
系统相关 时间:
2020-05-31 12:38:36
阅读次数:
126