Archives

Posts Tagged ‘编译’

普通的编译内核我想大家可能常常玩.但如果要大量的应用,还有下次备用的话,打成 rpm 包还是会方便很多. 在07年就写过一个内核编译笔记,http://www.php-oa.com/2007/10/17/linux-make.html,但基本没有认真...

3,689 views | 5 comments
Mar 14th, 2010 | Filed under Linux 常用技巧, 技术

  下面引用别人的一段话 最初使用 Linux 时,我坚持为加入系统的一切编译软件.最终,维护更新给我带来了麻烦,所以我学会了如何构建包来简化这一任务.后来我意识到,大多数时候我都在重...

3,299 views | No comments
Sep 28th, 2008 | Filed under Linux 相关文章
Tags:

  在安装extmail时.编译courier-authlib出现了下面的错 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/courier-authlib-0.58-1 erro: Installed (but unpackaged) file(s) found: /usr/lib64/libltdl.a /usr/lib64/libltdl.la ...

3,123 views | 2 comments
May 1st, 2008 | Filed under Linux 常用技巧

  好久没有编译安装过php了,为了玩nginx.没法子,编译一次来测试.我加的编译的参数是: # ./configure –prefix=/usr/local/php –with-config-file-path=/etc –with-gd –enable-gd-native-ttf –with-my...

5,097 views | 2 comments
Mar 28th, 2008 | Filed under Linux 相关文章