随笔分类 -  Linux

摘要:git clone https://github.com/signalwire/signalwire-c.git cmake .makesudo make install export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64 阅读全文
posted @ 2021-06-01 10:09 谱写自己的人生 阅读(727) 评论(0) 推荐(0)
摘要:git clone https://github.com/signalwire/libks.git cmake . make sudo make install 阅读全文
posted @ 2021-06-01 10:07 谱写自己的人生 阅读(1408) 评论(0) 推荐(0)
摘要:wget https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2.tar.gz tar -zxvf cmake-3.13.2.tar.gz cd cmake-3.13.2 ./bootstrap && make 阅读全文
posted @ 2021-06-01 10:05 谱写自己的人生 阅读(2627) 评论(0) 推荐(0)
摘要:yum -y install *atomic* 如果还报错执行下面这句: sudo ln -s /usr/lib64/libatomic.so.1.2.0 /usr/lib/libatomic.so 阅读全文
posted @ 2021-06-01 10:04 谱写自己的人生 阅读(3173) 评论(0) 推荐(0)
摘要:linux 执行make时报错: libtool: Version mismatch error. This is libtool 2.4.6 Debian-2.4.6-2, but the libtool: definition of this LT_INIT comes from libtool 阅读全文
posted @ 2021-05-31 17:58 谱写自己的人生 阅读(1115) 评论(0) 推荐(0)
摘要:虽然工作有几年了,但接触Linux比较少,新项目组服务器都是Linux,那就用呗!嘻嘻,简单说下Linux安装Nginx,有啥不足请大佬指点。 阅读全文
posted @ 2019-09-10 16:47 谱写自己的人生 阅读(1564) 评论(0) 推荐(0)