Symbol resolution failed for gawk on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Symbol resolution failed for gawk on AIX
# 1  
Old 01-17-2011
Symbol resolution failed for gawk on AIX

Hi,

I am installing bison-2.4.3 on AIX.

I am facing the below error.
Code:
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 160) is not exported from dependent module /usr/lib/libintl.a(libintl.so.1).
Symbol libintl_dcgettext (number 161) is not exported from dependent module /usr/lib/libintl.a(libintl.so.1).
Symbol libintl_dgettext (number 162) is not exported from dependent module /usr/lib/libintl.a(libintl.so.1).
Symbol libintl_gettext (number 163) is not exported from dependent
module /usr/lib/libintl.a(libintl.so.1).
Symbol libintl_textdomain (number 164) is not exported from dependent module /usr/lib/libintl.a(libintl.so.1).
Symbol libintl_dcngettext (number 165) is not exported from dependent module /usr/lib/libintl.a(libintl.so.1).
Examine .loader section symbols with the 'dump -Tv' command.

Please find the server details below.

Code:
# lslpp -l bos.rte.libpthreads
Fileset Level State Description
----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.rte.libpthreads 5.3.0.61 COMMITTED pthreads Library
# oslevel -s
5300-06-01-0000
# uname -a
AIX sa2sscpl013 3 5 00050D5DD600

Please suggest to resolve the above error.

Thanks in advance,
Susmitha.

Last edited by Scott; 01-17-2011 at 04:43 AM.. Reason: Please use code tags
# 2  
Old 01-17-2011
Maybe it will be good if you read bison-2.4.3 on AIX. manual how to install it
# 3  
Old 01-17-2011
gettext is often part if the GNU gettext libraries, so you probably need those installed too...

Last edited by citaylor; 01-17-2011 at 03:50 PM.. Reason: inaccuracies
# 4  
Old 01-17-2011
you must install Package dependencies from this url
AIX 5L Open Source Packages | Main / bison


regards
ygemici
# 5  
Old 01-24-2011
Hi,

As mentioned i have verified on the server.

gettext and info are already installed on the server.

# which gettext
/usr/bin/gettext
# which info
/usr/bin/info


Any other pointers in resolving the error...?

Thanks in advance,
Susmitha.
# 6  
Old 01-24-2011
Where did you get your bison install package from ?
Welcome to Bull AIX freeware site ?

Last edited by citaylor; 01-24-2011 at 05:09 AM.. Reason: typo
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX 6.1 lppchk failed

Hi, i have problem when i try to check consist of system, and I can't fix it.. outut of lppchk -v below.. oslevel -s 6100-00-01-0748 lppchk -v lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state: ... (2 Replies)
Discussion started by: intak
2 Replies

2. AIX

Openssh install failed on AIX 6.1

im new to aix... my task is suppose to be simple. install openssh i followed this article: Installing OpenSSH and OpenSSL on AIX 6.1 | Keymon's snippets and brushstrokes when i try to start the sshd service with the command: "startsrc -s sshd" im getting an error saying: "the sshd subsystem... (6 Replies)
Discussion started by: guy3145
6 Replies

3. AIX

AIX 6.1 New SP&TL 6.1.8.0 upgrade failed

Hello Team, Hope all doing well. I have tried to upgrade on of my AIX box too the latest SP and TL, but unfortunately it's got failed(Details are below). Need expert help to fix this. Before up-gradation : root@# oslevel -s 6100-07-01-1141 root@# instfix -i | grep ML All... (3 Replies)
Discussion started by: gowthamakanthan
3 Replies

4. AIX

Change AIX display resolution ?

Hello, Running X on AIX local display - want to change resolution. On Linux for example I used xrandr. ? thanks Vilius (1 Reply)
Discussion started by: vilius
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. AIX

Failed update AIX 6.1

Hi, I have problem with update AIX in ML 01 to ML 04. I am new in AIX system, please help me how resolve this problem. Thanks (2 Replies)
Discussion started by: bieszczaders
2 Replies

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

8. AIX

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... (0 Replies)
Discussion started by: khan_nayeem
0 Replies

9. Programming

unresolved symbol on AIX 5.2

Hi, want to port an executable from AIX 5.3 to AIX 5.2. This seems to be no problem, when i build one executable. But in another case i have to link one library statically and the rest is loaded at runtime. This works for AIX 5.3 but on AIX 5.2 i get the following error ... (2 Replies)
Discussion started by: pm_user
2 Replies

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