标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
ext3文件系统超级块损坏修复 | 2404 | 0 | 0 | 2014-10-14 | |
Puppet 安装配置 | 2168 | 0 | 0 | 2014-07-18 | |
基于CentOS的pip本地源搭建方法 | 2934 | 0 | 0 | 2014-07-18 | |
echo和printf命令 | 1466 | 0 | 0 | 2014-07-01 | |
Amoeba搞定mysql主从读写分离 | 2053 | 0 | 0 | 2014-05-23 | |
awk之getline | 1546 | 0 | 0 | 2014-04-24 |
vicacheung2013-07-11 10:09
{:2_175:}帮忙看看这个帖子(rsyslog采集的日志在mysql中为乱码 )吧,看您之前处理过类似的问题
http://bbs.chinaunix.net/thread-4090048-1-1.html
glune2011-12-09 15:14
编译安装gcc 每次配置环境都不成功 都没法编译 找不到问题。
[root@localhost gcc-3.4.6]# /opt/gcc-3.4.6/configure --prefix=/usr/local/gcc-3.4.6 --enable-threads=posix --disable-checking --enable--long-long --host=i386-redhat-linux--with-system-zlib --enable-languages=c,c++,java
loading cache ./config.cache
checking host system type... Invalid configuration `i386-redhat-linux--with-system-zlib': machine `i386-redhat-linux--with-system' not recognized
checking target system type... Invalid configuration `i386-redhat-linux--with-system-zlib': machine `i386-redhat-linux--with-system' not recognized
checking build system type... Invalid configuration `i386-redhat-linux--with-system-zlib': machine `i386-redhat-linux--with-system' not recognized
checking for a BSD compatible install... /usr/bin/install -c
*** This configuration is not supported in the following subdirectories:
target-libf2c target-libobjc
(Any other directories should still work fine.)
/opt/gcc-3.4.6/configure: line 2339: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.