[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]
在线急等 我的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...
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...
用gcc编译程序时 发现 有以下错误信息 ld: 0711-317 error: undefined symbol: .__strtollmax ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
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:...
程序调试时候没有问题 程序涉及内核编程 但运行时候出现以下错误: undefined symbol BufRung. 和 unresolved symbol BufRung. 请问是什么原因呢?
在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...
我在给PHP5.1.6编译DBG2.15.1时遇到这样的问题: dbg.obj: error LNK2001: unresolved external symbol _OnUpdateLong ....... ....... ....... 还有类似的很多错误提示. 折腾了一天都没有办法,:(各位高手帮我看看! 先谢了! :) [ 本帖最后由 jianjun 于 2006-10-23 11:27 编辑 ]
我刚涉足solaris不久就遇到了这个棘手的问题,请各位高手帮忙, 问题是这样的: I built VTK4.2(www.vtk.org)with Java1.4.0.3 on Solaris (sparc) 9. But when I tried run the Cone.java(a simple example), I got the following error: Exception in thread "main" java.lang.UnsatisfiedLinkerror: /home/songhua/VTK/bin/libvtkCommonJava.so:ld.so.1: java: fatal: relocation error: file /home/songhua/VTK/bin/libvtkCommo...
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 编辑 ]