<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Discuz! BBS - 软件编译</title>
    <link>https://www.unicoder.cn/forum.php?mod=forumdisplay&amp;fid=79</link>
    <description>Latest 20 threads of 软件编译</description>
    <copyright>Copyright(C) Discuz! BBS</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 16 May 2026 07:45:48 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.unicoder.cn/static/image/common/logo_88_31.gif</url>
      <title>Discuz! BBS</title>
      <link>https://www.unicoder.cn/</link>
    </image>
    <item>
      <title>ld 命令</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=588</link>
      <description><![CDATA[假设Apache 启动时加载 mod_wsgi 模块失败了，原因是系统找不到 Python 3.6 的动态链接库文件 libpython3.6m.so.1.0
这通常发生在你使用源码编译安装了 Python 3.6，但系统（以及 Apache）并不知道这个库文件在哪里。
别担心，我们可以通过配置系统库路径来解决这个问题 ...]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Sat, 11 Apr 2026 22:33:59 +0000</pubDate>
    </item>
    <item>
      <title>srs  2 编译</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=196</link>
      <description><![CDATA[首先需要编译lib：
1）git clone https://github.com/ossrs/state-threads   
cd state-threads/
cat README
make linux-debug
2）git clone https://github.com/arnoldlu/http-parser.git
make
make parsertrace
make url_parser
ar rcs http_parser.a http_parser.o
3 ...]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Wed, 24 Apr 2024 09:24:01 +0000</pubDate>
    </item>
    <item>
      <title>生成动态链接库的选项</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=108</link>
      <description><![CDATA[./configure --enable-shared

编译python的时候添加sqlite3：
./configure ----enable-loadable-sqlite-extensions
下面这句使用ssl：
configure: WARNING: unrecognized options: --with-ssl]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Sun, 02 Jul 2023 13:55:42 +0000</pubDate>
    </item>
    <item>
      <title>[wxWidgets]源码和samples编译</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=90</link>
      <description><![CDATA[$ mkdir buildgtk

源码地址：
https://www.wxwidgets.org/downloads/

解压源码后输入如下命令：
$ cd buildgtk
$ ../configure --with-gtk
$ make
$ sudo make install
$ sudo ldconfig

具体见：https://blog.csdn.net/Foxalien/article/details/129745855 ...]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Wed, 07 Jun 2023 06:33:25 +0000</pubDate>
    </item>
    <item>
      <title>Qt Creator 5 报错GL/gl.h: No such file or directory</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=87</link>
      <description><![CDATA[1、问题描述

QtCreator第一次编译时，报错GL/gl.h: No such file or directory
错误信息如下：
/home/Qt5.6.3/5.6.3/gcc_64/include/QtGui/qopengl.h:136: error: GL/gl.h: No such file or directory
include 

2、原因分析

说明系统里面缺少OpenGl库
3、解决方法

s ...]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Mon, 05 Jun 2023 06:37:14 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu环境QT报错:-1 error: cannot find -lGL</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=86</link>
      <description><![CDATA[这是因为 Qt 找不到 OpenGL 的动态链接库（libGL.so）。OpenGL 在大部分 Linux 发行版中都是默认安装的，包括 Ubuntu、CentOS 等，找不到该链接库一般都是路径不对。
Qt 默认在 /usr/lib/ 目录下查找动态链接库，但是很多 Linux 发行版将 OpenGL 链接库放在其它目录，例 ...]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Mon, 05 Jun 2023 04:56:47 +0000</pubDate>
    </item>
    <item>
      <title>编译安装OpenSSL特定版本</title>
      <link>https://www.unicoder.cn/forum.php?mod=viewthread&amp;tid=85</link>
      <description><![CDATA[1.获取源码.

git clone https://github.com/openssl/openssl
或：
wget https://www.openssl.org/source/openssl-1.1.1.tar.gz
tar -zxvf openssl-1.1.1.tar.gz
git tag
git show v1.0.0
2.配置

cd openssl-1.1.1

./config --openssldir=/usr/local/openssl shared z]]></description>
      <category>软件编译</category>
      <author>admin</author>
      <pubDate>Sun, 04 Jun 2023 03:21:27 +0000</pubDate>
    </item>
  </channel>
</rss>