分类: 技术分享
共有 6 篇文章
技术分享
出现以下错误:
```
In file included from /usr/local/src/APC-3.1.5/apc.c:38:
/usr/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or dire...
/etc/issue /etc/motd 登陆信息显示
2013-11-10
技术分享
登陆信息显示数据 : /etc/issue 和 /etc/motd 还记得我们登陆终端机的时候,会有几行提示的字符串. 这些设置是在 /etc/issue里面. 这些都是我们可以自己设置. 我们可以使用Vi来打开.
```
vi /etc/issue
```
一般的设置都是只有:Kernel...
技术分享
安装ruby ./configure时出现错误:
```
C preprocessor "/lib/cpp" fails sanity check
```
原因: 缺少包安装linux-kernel-headers.
解决: 有桌面系统进入yast2搜索linux-kernel-heade...