使用我自己的pthread库构建Apache HTTP Server

时间:2014-02-23 15:33:42

标签: apache build pthreads install shared-libraries

我有自己的pthread库版本,称之为mypthread。我想在我的PC上安装Apache HTTP Server(Ubuntu 12.04)。我正在关注http://httpd.apache.org/docs/2.2/install.html建设过程。

问题是我想使用我自己的pthread库版本。所以,我必须首先通过链接mypthread而不是pthread来构建apr和apr-util库,然后使用mypthread构建apache。

我想过用“-L / path -lmypthread”替换每次出现的“-lpthread”?但是,有很多-lpthreads的出现,需要花费很多时间。有没有更简单的方法来实现这一目标?

0 个答案:

没有答案