Sponsored Content
Operating Systems AIX Getting Symbol resolution failed for ../../../lib/libc.a Error Post 302223329 by khan_nayeem on Saturday 9th of August 2008 06:26:29 AM
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
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. Solaris

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

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

5. 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

6. 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

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

8. 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
PPI::Token::Symbol(3)					User Contributed Perl Documentation				     PPI::Token::Symbol(3)

NAME
PPI::Token::Symbol - A token class for variables and other symbols INHERITANCE
PPI::Token::Symbol isa PPI::Token isa PPI::Element DESCRIPTION
The "PPI::Token::Symbol" class is used to cover all tokens that represent variables and other things that start with a sigil. METHODS
This class has several methods beyond what is provided by its PPI::Token and PPI::Element parent classes. Most methods are provided to help work out what the object is actually pointing at, rather than what it might appear to be pointing at. canonical The "canonical" method returns a normalized, canonical version of the symbol. For example, it converts "$ ::foo'bar::baz" to $main::foo::bar::baz. This does not fully resolve the symbol, but merely removes syntax variations. symbol The "symbol" method returns the ACTUAL symbol this token refers to. A token of $foo might actually be referring to @foo, if it is found in the form $foo[1]. This method attempts to resolve these issues to determine the actual symbol. Returns the symbol as a string. raw_type The "raw_type" method returns the apparent type of the symbol in the form of its sigil. Returns the sigil as a string. symbol_type The "symbol_type" method returns the actual type of the symbol in the form of its sigil. Returns the sigil as a string. SUPPORT
See the support section in the main module. AUTHOR
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.16.2 2011-02-25 PPI::Token::Symbol(3)
All times are GMT -4. The time now is 03:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy