Dependent modules libc.a and libpthreads.a


 
Thread Tools Search this Thread
Operating Systems AIX Dependent modules libc.a and libpthreads.a
# 1  
Old 03-14-2012
Dependent modules libc.a and libpthreads.a

Hello

I am trying to install ActivePerl Pro Studio and I am seeing the following errors.

Code:
Could not load program ./setup:
Symbol resolution failed for setup because:
        Symbol ___memcmp (number 1) is not exported from dependent
          module /usr/lib/libc.a(shr.o).
        Symbol __pth_init (number 80) is not exported from dependent
          module /usr/lib/libpthreads.a(shr_xpg5.o).
        Symbol __pthread (number 81) is not exported from dependent
          module /usr/lib/libpthreads.a(shr_xpg5.o).
Examine .loader section symbols with the 'dump -Tv' command.

Upon some search, it seems that I have to download these library files? But I am not able to find the righ packages for my OS version, which is AIX 5.1.

Is there something else I can do? Is this really a library issue?

Thanks in advance
# 2  
Old 03-14-2012
I think C compilers and libraries are sold separately by IBM. But you always have GNU C option. However, I'm not sure if GNU C libraries will be compatible here (ActivePERL is Open Source, so you may test by installing GNU C).
# 3  
Old 03-14-2012
i found this patch bundle that has these two libraries, will install them to try.
https://www14.software.ibm.com/webapp/set2/sas/f/aix51fixes/ml9details.html

thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

RPM Install error: libc.so.6 is needed by

I have an application rpm which when installed is failing to get installed with error error: Failed dependencies: libc.so.6 is needed by testSam-4.7.x86_64 libc.so.6(GLIBC_2.0) is needed by testSam-4.7.x86_64 libc.so.6(GLIBC_2.1) is needed by testSam-4.7.x86_64 ... (1 Reply)
Discussion started by: rupeshkp728
1 Replies

2. UNIX for Advanced & Expert Users

libc.so.1 (SUNW_1.22.7) => (version not found)

What package would I need to get this file? SUNW_1.22.7. Please help. thank you. :) (5 Replies)
Discussion started by: SystemAddict
5 Replies

3. Shell Programming and Scripting

how to create custom modules in perl and how to import all modules with single command?

I have some custom functions which i want to use in perl Scripting all time. i want to How to create modules in perl and how to import them. Also if i create 15 modules and i want to > import all at once then how can i import? (0 Replies)
Discussion started by: Navrattan Bansa
0 Replies

4. HP-UX

hpux-itanium 64 bit problem for libC

i am trying to build on hpux-itanium 64 bit platform. my application needs to link to 64 bit version of the library libCsup.so This library is present in /usr/lib/hpux64/libCsup.so I am specifying the location of this library as linker flags LDFLAGS := -Wl,-N -Wl,+s... (0 Replies)
Discussion started by: skyineyes
0 Replies

5. Linux

Deploying Qt on CentOS - libc.so.6 update problem

I am developing a simple client-server (TCP) application using QT. The server side is to run on CentOS. I am developing both the server and client programs using Ubuntu. I am now attempting to deploy an experimental version of the server application on the CentOS server, but I am not yet... (2 Replies)
Discussion started by: David Brown
2 Replies

6. AIX

Problem restoring libc.a (AIX 5.3)

Hi, The symbolic link from /usr/lib/libc.a to /usr/ccs/lib/libc.a was deleted by accident. So we are trying to restore it, but we have some problems. After booting from CD, and access the rootvg volume group (without mounting the system), we tried to execute the next commands: mount /dev/hd4... (1 Reply)
Discussion started by: NicoAIX
1 Replies

7. UNIX for Dummies Questions & Answers

libc re-bassing

Hi guyth I;ve just install ubuntu (more l9ke n00buntu amiraite) linux and a quick question about the libc randomisation?!!! I notice that libc seems 2 mapped and random addys but .text &th@ gets mapped staticly still, so surely that defats the whole purpses? What is reall yimportant is we... (3 Replies)
Discussion started by: timbass
3 Replies

8. Programming

path for libc.a

how can i determine the path for libc.a? i wonder where it is located in my unix machine (1 Reply)
Discussion started by: gfhgfnhhn
1 Replies
Login or Register to Ask a Question