ChinaUnix.net
相关文章推荐:

Error Cannot openread repomdxml file for repository contrib

在一个目录下,$make program时,出现错误: /usr/lib/ld:cannot open output file program:Permission denied ls -l program.c(显示:-rwxrwxr-x,权限够啊) 最后发现原来是这个程序所在目录没有写权限,呵呵,看来以后得注意这些细节问题呢... 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/28736/showart_240408.html

by Nicole2006 - Linux文档专区 - 2007-01-30 18:53:01 阅读(646) 回复(0)

相关讨论

OS :fedora5 # rpm -qa |grep yum yum-2.6.0-1 错误信息: [code]yum install php Loading "installonlyn" plugin Setting up Install Process Setting up repositories core [1/3] http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/os/repodata/repomd.xml: [Errno 14] HTTP error 404: Date: Wed, 24 Dec 2008 15:51:08 GMT Server: Apache ...

by qmailer - Linux系统管理 - 2008-12-25 10:10:39 阅读(10288) 回复(1)


[oracle@ora orcl]$ emca  -repos drop

STARTED EMCA at Jun 19, 2011 4:32:12 PM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle.  All rights reserved.

Enter the following information:
Database SID: orcl
Listener port number: 1521
...

by syxian - Oracle - 2011-12-21 08:44:01 阅读(2103) 回复(0)

Booting admin processes ... exec BBL -A : process id=32044 ... Started. Booting server processes ... exec simpserv -A : CMDTUX_CAT:816: error: cannot exec, executable file not found 1 process started. 这是为什么啊 ?!!!!

by sunboy0923 - 中间件技术 - 2007-12-06 23:30:12 阅读(6626) 回复(2)

在自己机器上做的数据库当拿到别人机子上的时候 怎么都打不开 提示如下: Starting database \"computer\" (D:\\123\\computer.db) at Wed Nov 17 2004 11:11 Transaction log: K:\\PB\\PB实验\\computer.log error: cannot open transaction log file -- I/O error 我也知道问题所在,怎么才能让它不再Transaction log? 望高手们帮帮忙 还有1问 在我建立数据库的时候 应该有可以不建LOG的选项吧 如果不选LOG,会有什么后果

by Arraystormsxf - SQL server - 2004-11-17 11:54:21 阅读(3154) 回复(0)

test1.c: #include ; main() { printf("hello,world"); } compile gcc -c -o a.out test1.c chmod u+x a.out execute: a.out output: cannot execute binary file. a.out: Exec format error 如何办?

by welcome008 - Solaris - 2004-01-20 15:44:03 阅读(4612) 回复(3)

公司用的是Redhat 5.0,我配置了yum库,可是现在输入 yum update 时提示error: cannot retrieve repository metadata (repomd.xml) for repository: updates-released. Please verify its path and try again。 到网上找了很多帖子,都没成功。忘高手解答。 在线等。谢谢。

by liyis永恒 - Linux系统管理 - 2015-07-06 17:19:10 阅读(42534) 回复(15)

进入/usr/bin目录后,随便输入什么命令都出现这个问题,这是什么原因啊? 查看/lib/libc.so.6 链接到了libc-2.3.2.so

by ecjtubaowp - Linux系统管理 - 2010-03-21 19:37:34 阅读(2900) 回复(2)

小问题,对刚刚接触的人或许有点帮助 [root@mail sbin]# proftpd ./proftpd: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory ------> 提示找不到这个so文件 [root@mail sbin]# locate libmysqlclient.so.16 /home/book/mysql-5.1.33/libmysql/.libs/libmysqlclient.so.16 /home/book/mysql-5.1.33/libmysql/.libs/libmysqlclient.so.16.0.0 /usr/lo...

by tiansky - 服务器应用 - 2009-07-04 11:12:06 阅读(6823) 回复(1)

./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)

我用gtk写了程序,写了一个动态库,在自己机器上运行正常,但在一个裁减过的linux系统中运行,g_module_error报错error:librt.so.1:cannot open shared object file :no such file or diectrcymodule=0,不知为何?

by zhyustar - GUI编程 - 2006-06-20 19:45:04 阅读(2637) 回复(0)