Wrong ELFCLASS64 in RHEL 5 64 bit

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Wrong ELFCLASS64 in RHEL 5 64 bit
# 1  
Old 05-03-2012
Wrong ELFCLASS64 in RHEL 5 64 bit

Hi,

I am using DB2 9.7 , configured odbc.ini file and exported environment variables but I am getting the following error.

error while loading shared libraries: libodbc.so.1: wrong ELF class: ELFCLASS64


Kindly help.
# 2  
Old 05-03-2012
what is the output of
Code:
file libodbc.so.1

# 3  
Old 05-04-2012
I am unable find any info on this file getting the error as

libodbc.so.1: ERROR: cannot open `libodbc.so.1'
# 4  
Old 05-04-2012
Quote:
Originally Posted by roopalidalvi231
I am unable find any info on this file getting the error as

libodbc.so.1: ERROR: cannot open `libodbc.so.1'
Then you need to use the find command to locate this file.
# 5  
Old 05-04-2012
I solved above error by changing the LD_LIBRARY_PATH value lib32 to lib 64 but now I am getting following error even though username and passwords are correct.

08001][unixODBC][IBM][CLI Driver] SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Which version of Windows Vista to install with a product key? 32-bit or 64-bit?

Hello everyone. I bought a dell laptop (XPS M1330) online which came without a hard drive. There is a Windows Vista Ultimate OEMAct sticker with product key at the bottom case. I checked dell website (here) for this model and it says this model supports both 32 and 64-bit version of Windows... (4 Replies)
Discussion started by: milhan
4 Replies

2. Red Hat

Memmove fail on 4 Gb+ raster under RHEL 64 bit

I'm rotating huge image rasters (1+ GB) using a 3-shear algorithm. I rotate 'in-place' after reallocating the raster. A necessary first step is reorganizing the image in the new raster dimensions that will exist after the rotation. RGBA pixels byte packed into uint32. The following code runs... (6 Replies)
Discussion started by: imagtek
6 Replies

3. Red Hat

DNS Service not Start in RHEL 6.4 64 bit

Hi All, I am new to linux and i am configuring DNS server but while i restart service it shows below given error. Please help to solve this error. # /etc/init.d/named restart Stopping named: Generating /etc/rndc.key: ... (2 Replies)
Discussion started by: Chintanghanti
2 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. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

6. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies
Login or Register to Ask a Question