ChinaUnix.net
相关文章推荐:

error package phpcommon is not relocatable

本帖最后由 love_wisdom 于 2011-06-10 20:16 编辑 vi /etc/pacman.conf 加入 [archlinuxfr] Server=http://repo.archlinux.fr/x86_64 pacman -Syu yaourt 报错 error:yaourt:package not found 如何解决

by love_wisdom - Linux新手园地 - 2011-06-10 22:57:29 阅读(1889) 回复(1)

相关讨论

将经过处理的文本文件导入sqlserver2005 只能用ssis SSIS package \"dat_addr.dtsx\" starting. Information: 0x4004300A at Data Flow Task, DTS.Pipeline: Validation phase is beginning. Warning: 0x802092A7 at Data Flow Task, OLE DB Destination [27]: Truncation may occur due to inserting data from data flow column \"Column 0\" with a length of 50 to database column \"rpt_id\" with a length of 24. Informat...

by liyihongcug - SQL server - 2007-12-24 16:03:13 阅读(3831) 回复(2)

diff --git a/recipes/gdbm/gdbm_1.8.3.bb b/recipes/gdbm/gdbm_1.8.3.bb index f3beb47..9d1024c 100644 --- a/recipes/gdbm/gdbm_1.8.3.bb +++ b/recipes/gdbm/gdbm_1.8.3.bb @@ -4,7 +4,9 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" + +TARGET_CC_ARCH += "${LDFLAGS}" SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \ file://makefile.patch;patch=1 \ 本文来...

by linuxGentoo - Linux文档专区 - 2009-04-13 20:11:28 阅读(724) 回复(0)

本帖最后由 youngbit007 于 2010-07-12 20:09 编辑 小弟在装gwget的时候遇到如下问题,还请各位大虾指出出错原因: checking for GNOME... configure: error: package requirements (libgnomeui-2.0 >= 2.0.0 gtk+-2.0 >= 2.6.0 gmodule-2.0 libglade-2.0 >= 2.0.0 gio-unix-2.0 >= 2.16.0) were not met: No...

by youngbit007 - Linux新手园地 - 2010-07-13 09:09:15 阅读(5198) 回复(3)

查看dlopen帮助时,这段话有点不明白,帮忙看看,谢谢~ [quote]The class of files eligible for this operation and the manner of their construction are implementation-defined, though typically such files are executable objects such as shared libraries, relocatable files, or programs. Note that some implementations permit the construction of dependencies between such objects that are embedded wi...

by maxxfire - C/C++ - 2009-07-10 17:36:14 阅读(4470) 回复(8)

本帖最后由 CAIYUE10720795 于 2013-05-19 14:20 编辑 一般 elf 文件,我们可以通过readelf -a 命令来读取elf 文件的信息。(elf 文件包括动态库文件,可执行文件,.ko驱动文件,.o 目标文件) 我的疑问是: 1:readelf -a file 后有个 Entry point address: 0x0 信息,这个入口地址是程序加载的内存地址,并且是运行的地址吗 ? 2:程序的链接地址,跟上面的地址有关系吗 ? 3:在linux 中,relocatable ...

by CAIYUE10720795 - 嵌入式开发 - 2013-05-19 21:24:53 阅读(949) 回复(1)

昨天把blastwave的一个dbus包给卸载了,今天在安装ncurses这个包的时候出现了问题 Yestoday I had uninstalled CSWdbus package.Now I have found some problem,when I run "pkgutil -i ncurses",it display -bash-3.00# pkgutil -i ncurses Parsing catalog, may take a while... Updated packages: CSWncurses-5.7,REV=2009.05.19 Current packages: CSWcommon-1.4.6,REV=2008.04.28 CSWisaexec-0.1 Total size: 2.6 MB Fetching...

by stevens_wu - Solaris - 2009-06-03 20:41:44 阅读(2450) 回复(0)

error: ORA-00900: invalid SQL statement error accessing package DBMS_APPLICATION_INFO error: ORA-00900: invalid SQL statement SCO5.05安装oracle7.3.4

by 琼思 - Oracle - 2007-08-27 20:11:43 阅读(2387) 回复(0)

安装显卡驱动时出现这个错误 麻烦给看看

by dragondb - Solaris - 2005-10-11 18:04:17 阅读(2054) 回复(12)

package(一组文件和目录的集合) pkginfo | more 看系统中package的情况 pkginfo -l pkg名 看此pkg的详细信息 pkginfo | wc -l 统计pkg一共多少行(多少pkg被安装) pkginfo -d /光盘路径/ | more 看光盘上指定目录下的pkg (当前路径用.) pkginfo -d /光盘路径/ -l pkg名 看光盘上指定目录下的pkg的详细信息 pkgrm pkg名 删除pkg pkgadd -d /光盘路...

by tychj - Solaris文档中心 - 2007-01-12 14:58:23 阅读(912) 回复(0)