当前位置:网站首页>使用mosquitto过程中的问题解决
使用mosquitto过程中的问题解决
2022-08-02 11:17:00 【小僧寒水寺无心】
1、使用mosquitto,要么链接它的库文件编译,要么在系统下载mosquitto安装,我安装完,然后我也成功编译我的程序了, 结果在运行我的可执行文件的时候,抛出了错误。
原因是系统在执行找不到库文件,一种是可以在环境变量里面添加libmosquitto.so.1的路径,另外一种可以把它加到/usr/local/lib中。mosquitto编译安装好后,libmosquitto.so.1会在mosquitto的lib下。我用的是第二种方法。
第一步
sudo cp libmosquitto.so.1 /usr/local/lib
第二步
sudo ln -s /usr/local/lib/libmosquitto.so.1 /usr/lib/libmosquitto.so.1 ldconfig
边栏推荐
- sqli-labs(less-11)
- Multithreading (Basic) - 40,000 word summary
- Breaking the Boundary, Huawei's Storage Journey
- 博云入选Gartner中国DevOps代表厂商
- STM32+MPU6050 Design Portable Mini Desktop Clock (Automatically Adjust Time Display Direction)
- 当POC遇见RPA:RPA项目顺利实施的关键
- 外包学生管理系统架构文档
- npm WARN config global `--global`, `--local` are deprecated. Use `--location解决方案
- MySQL模糊查询性能优化
- ssm web page access database data error
猜你喜欢
随机推荐
Hello, my new name is "Bronze Lock/Tongsuo"
OSI 七层模型和TCP/IP模型及对应协议(详解)
Shell编程之条件语句
C#/VB.NET to add more lines more columns image watermark into the Word document
暑期总结3
ansible模块--yum模块
FPGA手撕代码——CRC校验码的多种Verilog实现方式 (2021乐鑫科技数字IC提前批代码编程)
21 Days Learning Challenge - Day 1 Punch (Screen Density)
3 d laser slam: LeGO - LOAM - ground point extracting method and the analysis of the code
C#/VB.NET 添加多行多列图片水印到Word文档
idea常用插件
C#为listview选中的项添加右键菜单
如何在 UE4 中制作一扇自动开启的大门
JSP中如何正确的填写include指令中的file路径呢?
[Science of Terminology] For those difficult words about the integrated workbench, read this article to understand in seconds!
Getting Started with Three.JS Programmatic Modeling
Three.JS程序化建模入门
npm install报错npm ERR Could not resolve dependency npm ERR peer
leetcode: 200. Number of islands
SQL(面试实战07)