Getting Symbol resolution failed for ../../../lib/libc.a Error


 
Thread Tools Search this Thread
Operating Systems AIX Getting Symbol resolution failed for ../../../lib/libc.a Error
# 1  
Old 08-09-2008
Error Getting Symbol resolution failed for ../../../lib/libc.a Error

Hi

I have compiled a binary on AIX 5.3.0.0
but when i run i get following error

Could not load program ACE_wrappers/bin/gperf:
Symbol resolution failed for ../../../lib/libc.a(posix_aio.o) because:
Symbol _posix_kaio_rdwr (number 2) is not exported from dependent
module /unix.
Symbol _posix_listio (number 3) is not exported from dependent
module /unix.
Symbol _posix_acancel (number 4) is not exported from dependent
module /unix.
Symbol _posix_iosuspend (number 5) is not exported from dependent
module /unix.
Symbol _posix_aio_nwait (number 6) is not exported from dependent
module /unix.
Symbol _posix_aio_nwait64 (number 7) is not exported from dependent
module /unix.
Symbol _posix_aio_nwait_timeout (number 8) is not exported from dependen
t
module /unix.
Symbol _posix_aio_nwait_timeout64 (number 9) is not exported from depend
ent
module /unix.
Symbol _posix_iofsync (number 10) is not exported from dependent
module /unix.
System error: Error 0
Examine .loader section symbols with the 'dump -Tv' command.

Help help or pointers

from
nayeem khan
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

./Vega6: /lib/libc.so.6: version `GLIBC_2.15' not found (required by ./Vega6)

Hello, I am trying to run a chess pairing program called Vega Chess on RHEL 6.5 Server $ uname -a Linux CDMA 2.6.32-431.el6.i686 #1 SMP Sun Nov 10 22:20:22 EST 2013 i686 i686 i386 GNU/Linux $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago)This is the way I... (6 Replies)
Discussion started by: Ferocci
6 Replies

2. AIX

LibC.a usage in /usr/lib/boot/chrp.disk.proto

Hi, I am new to C programming, In my protofile we are adding libC.a entry. I want to know about the usage of libC.a in ptotofile, we are doing this modification before taking bosboot image. I tried to take a bosboot image without libC.a entry in protofile. I didn't observed any difference in... (6 Replies)
Discussion started by: Sachin1987
6 Replies

3. AIX

Symbol resolution failed for gawk on AIX

Hi, I am installing bison-2.4.3 on AIX. I am facing the below error. Could not load program gawk: Symbol resolution failed for gawk because: Symbol __pthread (number 159) is not exported from dependent module /usr/lib/libpthreads.a(shr_xpg5.o). Symbol libintl_bindtextdomain (number... (5 Replies)
Discussion started by: susmitha_m
5 Replies

4. Solaris

Solaris:Tomcat-Failed to access resource /WEB-INF/lib/One.jar

Hi All, I have configured the tomcat 6.0.26 and it is working fine in Solaris. Testing JSP and SERVLET program I ensured tomcat is configured properly (My guess). ------------------- Now I placed my Servlet and JSP code under /users/kalai/sample. I have created a soft link to... (1 Reply)
Discussion started by: kalpeer
1 Replies

5. Solaris

/usr/lib/passwdutil.so.1: symbol __nsl_fgetspent_r: referenced symbol not found

deleteing post (0 Replies)
Discussion started by: dshakey
0 Replies

6. UNIX for Dummies Questions & Answers

Unable to use the Sudo command. "0509-130 Symbol resolution failed for sudo because:"

Hi! I'm very new to unix, so please keep that in mind with the level of language used if you choose to help :D Thanks! When attempting to use sudo on and AIX machine with oslevel 5.1.0.0, I get the following error: exec(): 0509-036 Cannot load program sudo because of the following errors:... (1 Reply)
Discussion started by: Chloe123
1 Replies

7. HP-UX

Core Dump in /usr/lib/hpux32/libc.so.1

Hi, I am working on a core dump issue, where the dumps happens in OS library, /usr/lib/hpux32/libc.so.1 and version for my OS is as specified by uname -a is: "HP-UX B.11.23 U ia64". Below is the core dump file. Our program terminated with Signal 6. ... (0 Replies)
Discussion started by: vivek.gkp
0 Replies

8. AIX

Error - Symbol Resolution Failed

Hi All, I am trying to run sqlplus on my AIX 5L box but following errors are thrown: $ sqlplus exec(): 0509-036 Cannot load program sqlplus because of the following errors: 0509-130 Symbol resolution failed for /usr/lib/libc.a because: 0509-136 Symbol kaio_rdwr64 (number 0)... (5 Replies)
Discussion started by: run_time_error
5 Replies
Login or Register to Ask a Question
libintl(3LIB)							Interface Libraries						     libintl(3LIB)

NAME
libintl - internationalization library SYNOPSIS
cc [ flag... ] file... -lintl [ library... ] #include <libintl.h> #include <locale.h> /* needed for dcgettext() only */ DESCRIPTION
Historically, functions in this library provided wide character translations. This functionality now resides in libc(3LIB). This library is maintained to provide backward compatibility for both runtime and compilation environments. The shared object is imple- mented as a filter on libc.so.1. New application development need not specify -lintl. INTERFACES
The shared object libintl.so.1 provides the public interfaces defined below. See intro(3) for additional information on shared object interfaces. bindtextdomain dcgettext dgettext gettext textdomain FILES
/lib/libintl.so.1 a filter on /lib/libc.so.1 /lib/64/libintl.so.1 a filter on /lib/64/libc.so.1 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Safe with exceptions | +-----------------------------+-----------------------------+ SEE ALSO
pvs(1), intro(3), gettext(3C), libc(3LIB), attributes(5) SunOS 5.10 24 Mar 2004 libintl(3LIB)