ChinaUnix.net
相关文章推荐:

symbol lookup error undefined symbol

用gcc编译程序时 发现 有以下错误信息 ld: 0711-317 error: undefined symbol: .__strtollmax ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.

by andrea - C/C++ - 2006-08-10 14:51:15 阅读(981) 回复(0)

相关讨论

ld: 0711-317 error: undefined symbol: .dbinit ld: 0711-317 error: undefined symbol: .dberrhandle ld: 0711-317 error: undefined symbol: .dbmsghandle ld: 0711-317 error: undefined symbol: .dblogin ld: 0711-317 error: undefined symbol: .dbsetlname ld: 0711-317 error: undefined symbol: .dbopen ld: 0711-317 error: undefined symbol: .dbuse ld: 0711-317 error: undefined symbol: .dbcmd ld: 0711-317 error:...

by hakki - Sybase - 2004-09-02 14:44:43 阅读(4923) 回复(2)

fb6.1安装samba3.3.7 net join ads -U administrtor出现错误 /libexec/ld-elf.so.1: /usr/lib/libkrb5.so.8: undefined symbol "initialize_error_table_r"

by wudming - 服务器应用 - 2009-09-03 19:39:10 阅读(2534) 回复(0)

[quote][root@lacl-001 root]# rpm -qa|grep post postgresql-server-7.4.2-1PGDG rh-postgresql-libs-7.3.4-8 postgresql-7.4.2-1PGDG postgresql-docs-7.4.2-1PGDG [root@lacl-001 root]# su postgres bash-2.05b$ psql psql: relocation error: psql: undefined symbol: get_progname bash-2.05b$ [/quote]

by cowboydotnet - PostgreSQL - 2004-05-22 12:10:03 阅读(1929) 回复(0)

程序调试时候没有问题 程序涉及内核编程 但运行时候出现以下错误: undefined symbol BufRung. 和 unresolved symbol BufRung. 请问是什么原因呢?

by - C/C++ - 2006-06-02 11:08:19 阅读(1358) 回复(5)

在linux下编译后生成的3dpro.so,运行ldd -r 3dpro.so显示下面错误: linux-gate.so.1 => (0xb7f52000) /etc/libcwait.so (0xb7e19000) libclntsh.so.9.0 => /opt/oracle/product/9.2.0.4/lib/libclntsh.so.9.0 (0xb7448000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb735f000) libnsl.so.1 => /lib/libnsl.so.1 (0xb7331000) libpthread.so.0 => /lib/libpthread.so.0 (0xb731900...

by gtbml - C/C++ - 2008-07-08 16:04:59 阅读(3797) 回复(3)

在线急等 我的makefile文件如下 LIBDIR=$(HOME)/lib INFORMIXINCL=$(INFORMIXDIR)/incl/esql TUXINCL=$(TUXDIR)/include INCLDIR=$(HOME)/incl COREINCLDIR=$(HOME)/aix/incl #LIBS= -f $(LIBDIR)/libpub.a -f $(LIBDIR)/libbcf.a -f$(LIBDIR)/libsavjx.a LIBS= -f $(LIBDIR)/libpub.a -f $(LIBDIR)/libdac.a \ -f $(LIBDIR)/libbcf.a \ -f$(LIBDIR)/libsavjx.a ECC=e...

by jhb0586 - C/C++ - 2009-04-05 13:30:06 阅读(1723) 回复(0)

oracle9i for AIX5306,原来机器是AIX5303,在将oracle迁移至AIX5306时,proc make报错,把原机器的/usr/include/standards.h 拷贝至新机器时,仍旧报下面错误,请DX支着,TKS. ld: 0711-317 error: undefined symbol: .__floor ld: 0711-317 error: undefined symbol: .__ceil ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. CMDTUX_CAT:1832: error: can't execute cc -q64 -D_LARGE_FILES -D__XCOF...

by flyabout - Oracle - 2007-09-21 11:08:23 阅读(5027) 回复(0)

zl@sunnydog:~$ psql /usr/lib/postgresql/8.3/bin/psql: symbol lookup error: /usr/local/lib/libreadline.so.5: undefined symbol: PC os:ubuntu 最开始直接用代码编译按装提不 libreadline这个库找不见,后来手动编译安装libreadline后还是不能成功。 直接apt-get install postgresql,安装成功,但是用psql连接是却出现了上述的问题,请问是什么原因? [ 本帖最后由 sunnydogzhou 于 2008-9-16 23:18 编辑 ]

by sunnydogzhou - PostgreSQL - 2008-09-16 22:30:03 阅读(2877) 回复(0)

我遇到了个奇怪的问题,我的程序在编译的时候没有遇到undefined symbol: g_assert_warning(在我升级GLIB之前,编译的时候也报的),但却在运行的时候遇到了,这怎么回事啊:em16:

by 空灵静世 - C/C++ - 2007-12-06 17:39:52 阅读(1545) 回复(2)

error: /usr/lib/xorg/modules/extensions//libdri.so: undefined symbol: drmSetServerInfo 解决方法: ldd /usr/lib/xorg/modules/extensions/libdri.so rm /usr/local/lib/libdrm.so.2 因为有时候 libdrm.so.2 是原系统自带的,不够新,才会导致这个问题,如果此文件不存在,在启动X时,会再次生成. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6088/showart_331358.html

by alabos - BSD文档中心 - 2007-06-30 09:00:32 阅读(1531) 回复(0)