ChinaUnix.net
相关文章推荐:

Error Cannot find a valid baseurl for repo update

突然centos的yum升级不了,出现以下问题,之前我没改过yum的参数 [root@linux ~]# yum search flash Loading "fastestmirror" plugin Loading "protectbase" plugin Loading mirror speeds from cached hostfile removing mirrorlist with no valid mirrors: //var/cache/yum/epel/mirrorlist.txt error: cannot find a valid baseurl for repo: epel 哪位遇到过,也来说说看:em12:

by beautimistic - Linux新手园地 - 2008-08-17 16:43:49 阅读(10813) 回复(2)

相关讨论

服务器装完了,准备更新系统,yum check-update 提示错误如下: [root@localhost ~]# yum check-update Setting up repositories core [1/3] cannot find a valid baseurl for repo: core error: cannot find a valid baseurl for repo: core 一堆乱七八糟,在海里劳了半天也没有找到有用的 我用下边的方法解决: 1. 升级yum.conf # mv /etc/yum.conf /otherpath/back 2. 下载配置文件 # wget http://www.fedorafaq.org/samp...

by liuxingyuyuni - Linux文档专区 - 2006-10-26 15:57:16 阅读(617) 回复(0)
by action08 - 虚拟化与云服务 - 2012-10-24 09:55:12 阅读(1404) 回复(1)

用VMware安装了linux redhat as4,在一次启动虚拟机的时候出现了"cannot find a valid peer process to connect to"的错误提示。 解决方法如下: 1、用process explorer杀掉vmware-vmx.exe进程 2、清除虚拟机目录下的.lck文件 3、在dos命令行下执行net start vmx86,以启动peer process 解决掉这个问题后,重新打开虚拟机,linux又可以启动了。 分析其中的原因,我的机器之前的都是正常的,自从我在一次启动redhat之后,勾...

by cocke - Linux文档专区 - 2008-10-18 14:55:02 阅读(938) 回复(0)

今天在配置sphinx, #./configure --prefix=/usr/local/sphinx --with-mysql=/usr/local/mysql/ 出现如下错误: ****************************************************************************** error: cannot find MySQL include files. Check that you do have MySQL include files installed. The package name is typically 'mysql-devel'. If include files are installed on your system, but you are still getting...

by likeislike - 服务器应用 - 2011-10-25 13:14:34 阅读(4129) 回复(2)

是想给 mysql装上中文索引插件,可是到了 --------------------- 7. 开始编译 scws 插件,进入到 mysql 源码目录里的 plugin/scws 目录 先配置:./configure --prefix=$prefix --with-scws=$scws_dir 其中 $prefix 为 mysql-5.1.x 的安装目录,$scws_dir 是 scws-1.x 的安装目录 ----------------------- 就出如下错误。 configure: error: cannot find install-sh or install.sh in "." "./.." "./../.." 百度,google都翻了。...

install-sh

by huayiluo - Linux系统管理 - 2011-06-15 21:01:21 阅读(5115) 回复(1)

使用QtCreator默认创建了一个GUI程序,编译后出现了这个错误:/usr/bin/ld: cannot find -lfreetype,好像是缺少了freetype库,这好像是个字体库。平台是Ubuntu。

by avcodec - C/C++ - 2009-09-04 16:13:59 阅读(3951) 回复(0)

今天刚下了个fedora16 KDE用了用。。。。发现装东西 的时候./configure说找不到install-sh.....shtool也安装了,没用,我就郁闷了,用的是fedora16-KDE-Live-CD.IOS安装的,ios才700M的大小,是不是缺少好多的开发工具啊?我看连gcc都还要自己下载,DVD版 的3.5G是不是比较全一些,那找不到install-sh是缺少哪个包啊??有人知道不?谢谢了

by yanyan33333 - Linux环境编程 - 2012-03-15 15:24:11 阅读(6141) 回复(1)

今天刚下了个fedora16 KDE用了用。。。。发现装东西 的时候./configure说找不到install-sh.....shtool也安装了,没用,我就郁闷了,用的是fedora16-KDE-Live-CD.IOS安装的,ios才700M的大小,是不是缺少好多的开发工具啊?我看连gcc都还要自己下载,DVD版 的3.5G是不是比较全一些,那找不到install-sh是缺少哪个包啊??有人知道不?谢谢了

by yanyan33333 - Linux新手园地 - 2012-03-14 23:28:26 阅读(7040) 回复(0)

./configure --prefix=/usr/local/mangos --sysconfdir=/usr/local/mangos/etc --with-python --enable-cli --enable-ra checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... no checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking f...

by jonybay - BSD - 2007-02-12 16:18:37 阅读(5104) 回复(2)

gcc 4.7.2出现内部错误。gcc_assert (best_size != 0); 没看明白为啥。[code] /* find the largest class which has at least one register valid in mode INNER, and which for every such register, that register number plus N is also valid in OUTER (if in range) and is cheap to move into REGNO. Such a class must exist. */ static enum reg_class find_valid_class (enum machine_mode outer ATTRIBUTE...

by blackoil - CPU与编译器 - 2013-12-06 00:34:26 阅读(1089) 回复(3)