当前位置:网站首页>Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory
Locate: cannot execute stat() `/var/lib/mlocate/mlocate Db ': there is no such file or directory
2022-07-02 15:47:00 【Six element】
Catalog
scene
When we perform compilation, we need to use the operating system locate Command loading library file , An error is as follows :
[[email protected] ~]# locate lselinux
locate: Unable to execute stat () `/var/lib/mlocate/mlocate.db': There is no file or directory Problems arise
locate: Unable to execute stat () `/var/lib/mlocate/mlocate.db': There is no file or directory
Problem analysis
Use locate When loading library files , Because there is no file index relationship , As a result, the library file cannot be searched , To report a mistake .
resolvent
Update the index relationship of the library file
[[email protected] ~]# updatedbRe execution locate success
other
Usually, if your operating system does not locate command , After you install the tool as follows , Immediate execution will also report errors in the scene description
yum install -y mlocate边栏推荐
- [leetcode] 876 intermediate node of linked list
- Loss function and positive and negative sample allocation: Yolo series
- Wechat Alipay account system and payment interface business process
- 解决BASE64Encoder报错的问题
- 树-二叉搜索树
- SQL FOREIGN KEY
- [leetcode] 19 delete the penultimate node of the linked list
- Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
- [leetcode] 1254 - count the number of closed Islands
- 使用 percona 工具给 MySQL 表加字段中断后该如何操作
猜你喜欢

Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points

全是精华的模电专题复习资料:基本放大电路知识点
![[leetcode] 1254 - count the number of closed Islands](/img/84/f888ae0e164951cd9623fb3bf4a984.png)
[leetcode] 1254 - count the number of closed Islands

Pytoch saves tensor to Mat file

动态规划入门一,队列的bfs(70.121.279.200)

【Salesforce】如何确认你的Salesforce版本?

PHP static members

【LeetCode】1254-统计封闭岛屿的数量

Party History Documentary theme public welfare digital cultural and creative products officially launched

(Video + graphic) machine learning introduction series - Chapter 5 machine learning practice
随机推荐
2303. 计算应缴税款总额
[development environment] install the Chinese language pack for the 2013 version of visual studio community (install test agents 2013 | install visual studio 2013 simplified Chinese)
PTA 天梯赛习题集 L2-001 城市间紧急救援
/bin/ld: 找不到 -lgssapi_krb5
/bin/ld: 找不到 -llz4
Aike AI frontier promotion (7.2)
Soul torture, what is AQS???
【LeetCode】19-删除链表的倒数第N个结点
How to intercept the value of a key from the JSON string returned by wechat?
fastjson List转JSONArray以及JSONArray转List「建议收藏」
[leetcode] 876 intermediate node of linked list
【LeetCode】486-预测赢家
《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量
【LeetCode】977-有序數組的平方
[experience cloud] how to get the metadata of experience cloud in vscode
/bin/ld: 找不到 -lxslt
Comparison between rstan Bayesian regression model and standard linear regression model of R language MCMC
floyed「建议收藏」
《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
【LeetCode】189-轮转数组