目录
1 build and install library
1.1 报错 Cannot found LIB_NVBUF
2 patch ffmpeg and build
参考文献: 1 build and install library
git clone https://github.com/Keylost/jetson-ffmpeg.git
cd jetson-ffmpeg
mkdir build
cd build
cmake ..
make
sudo make insta…
执行命令:rpm -evh percona-release-1.0-29.noarch
报错信息:
mv: cannot stat ‘/etc/yum.repos.d/percona-telemetry-release.repo’: No such file or directory
error: %preun(percona-release-1.0-29.noarch) scriptlet failed, exit status 1
…
问题
一个项目一段时间没运行后,再运行报以下错误: 无法定位程序输入点??0lnferenceEngineExceptiondetailslnferenceEngine QEAAAEBV? b a s i c s t r i n g D U ? basic stringDU? basicstringDU?char traitsDstd v?$allocatorD2 stdHOZ 于动…
递归地修改权限
chmod -R 很多Linux命令可以递归地应用于文件和目录,chmod命令也不例外。使用-R(或–recursive)选项能够在短时间内修改数百个文件系统对象的权限。
$ pwd
/home/scott/pictures/libby$ ls -lF
drwxrw---- 2 scott scott ..…