RHEL 4.5 C/C++ Runtime Env


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RHEL 4.5 C/C++ Runtime Env
# 1  
Old 12-05-2008
RHEL 4.5 C/C++ Runtime Env

Friends

I have an IBM Power System5 with RHEL 4.5 installed on it.
I am trying to install Oracle10g (PPC64) on it last week and i have been repeatedly getting the following errors:

/usr/bin/ld: cannot find /usr/lib64/libpthread_nonshared.a
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
Output of $ORACLE_HOME/install/make.log file:
In $ORACLE_HOME/install/make.log file.(Installation Log file)

I posted this error in oracle Forums and got the reply to check all Packages required for Oracle.(Esp C/C++ Runtime env).

I downloaded the C/C++ packages from below site:

IBM XL C/C++ Advanced Edition V7.0.1 for Linux Runtime Environment Component and XL Optimization Libraries component.

You can download these components at:

(http://www-1.ibm.com/support/docview.wss?uid=swg24007906)

IBM XL C/C++ Advanced Edition V7.0.1 for Linux Runtime Environment Component is available free of cost and without any license requirements on this site.

Source : http://download.oracle.com/docs/cd/B14099_19/lop.1012/install.1012/install/reqs.htm#BABGCBGD

But i am unable to find the Advanced C/C++ Run time libraries as the above link(second one) says this is available for RHEL 5.2 and above.

I am at cross roads now. Not sure how to proceed. Would i be reuired to upgrade the OS or does anyone have the libraries for RHEL4.5?

Please assist me.

Thanks
HG
efunds
# 2  
Old 12-05-2008
Try this:
Code:
locate libpthread.a
# Use one of the results as "PATH" below
ln -s PATH /usr/lib64/libpthread_nonshared.a

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies

2. UNIX for Dummies Questions & Answers

Windows->RHEL->RHEL X11 Forwarding?

I know this question might have been asked a lot but couldn't find anything that worked. From a windows machine 'A' I can only SSH into Linux server 'B' from where I can SSH into another Linux server 'C'. I need to be able to run GUI interfaces on server C which run on my Windows machine. I... (3 Replies)
Discussion started by: hr.prasan
3 Replies

3. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

4. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

5. Web Development

Deny from env=env-variable Does not work

(Above from Apache docs). On my system, using: SetEnvIf User-Agent Mozilla IsBad=1 Order allow,deny Allow from all Deny from env=IsBad ...I see that environment variable is set (using phpinfo()) but the page is still served. No errors in the Apache logs. (1 Reply)
Discussion started by: gnurob
1 Replies

6. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

7. Red Hat

cannot ssh (use NFS) on RHEL box, but can mount external & ssh out of RHEL box

Ok, Im trying to get NFS working on my RHEL 5 box, apparently i can use the box as a client, but not as a server. If it helps i cant ssh into the box (server), but as a client ssh works fine. Ive configured server: /etc/hosts.allow: all : all all :all@all setup my /etc/exports file... (4 Replies)
Discussion started by: drs.grid
4 Replies

8. Red Hat

Difference between RHEL 3 AND RHEL 4

Anybody, let me know major differences between RHEL 3 & 4 . (2 Replies)
Discussion started by: sakthi_13
2 Replies

9. Shell Programming and Scripting

Adding command line env in cron env

Hello friends, i run two scripts manually & they work. i run them in cron & they don work. how to match the two env's 1.command line env 2.cron env i would like cron to use command line env. Thanks & Regards Abhijeet (1 Reply)
Discussion started by: abhijeetkul
1 Replies

10. Solaris

Runtime error...

My interprise use a UNIX mainform for a instrumentation process control. The control use the FOXBORO INVENSYS system and they donīt gonna solve the problem the run time error. The run time error happen without logic explication. When everything itīs run perfectely and happenly appears the run time... (1 Reply)
Discussion started by: marpin
1 Replies
Login or Register to Ask a Question