LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-05-2012, 01:02 AM   #1
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Rep: Reputation: Disabled
./runInstaller: unsupported version 256 of Verneed record


Hi,

I was trying to install some product software in oracle linux x86_64 box. But when I try to run the ./runInstaller it is showing

./runInstaller: error while loading shared libraries: ./runInstaller: unsupported version 256 of Verneed record

what is the meaning of this? Please let me know.

Thanks in advance.
cdhar
 
Old 09-05-2012, 07:57 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
that looks like a product specific message, so hard to say what happened. Probably there is an incompatible or missing lib.
probably runInstaller has some options, maybe it is a shell script and you can look into it.
 
Old 09-05-2012, 08:49 AM   #3
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
thanks for the reply. the runinstaller.sh file contains this.
#!/bin/sh
CUR_DIR=$(pwd)
RUNINSTALLER_DIR=`dirname $0`
cd $RUNINSTALLER_DIR
./runInstaller $*
cd $CUR_DIR


so how do I read what runInstaller file contains which is pointing by this sh file?
 
Old 09-05-2012, 08:57 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
runInstaller should be located in the same dir (so next to runinstaller.sh). You can execute: file runInstaller to check its type.
try -h, --h, --help or -? or something similar to find out what kind of options it has. Maybe there is a documentation.
 
Old 09-13-2012, 01:23 AM   #5
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
Thanks for the reply.
As you specified I ran the following command to find the installable type.

$ file runInstaller
runInstaller: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped

And below is my system information.

$ uname -a
Linux abc01kkk 2.6.18-308.0.0.0.1.el5xen #1 SMP Sat Feb 25 16:26:29 EST 2012 x86_64 x86_64 x86_64 GNU/Linux

So will this installable is compatible to run in my machine?
Also can I debug, what is this installable is looking in my machine?
Please let me know.

thanks in advance.
 
Old 09-13-2012, 01:57 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
try ldd runInstaller and please post the result
 
Old 09-13-2012, 03:06 AM   #7
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
thanks for the reply.

-bash-3.2$ ldd runInstaller
./runInstaller: error while loading shared libraries: ./runInstaller: unsupported version 256 of Verneed record

getting the same error.
 
Old 09-13-2012, 04:10 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
I found this: http://lists2.linuxjournal.com/piper...ry/022860.html
you can try strace -o logfile -f runInstaller to check what happens
here is a tip, probably related: http://forums.gentoo.org/viewtopic-t...8-start-0.html
 
Old 09-13-2012, 04:29 AM   #9
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
Thanks. I will check that.

The installer which I am running supports OEL Linux 5.8 not Redhat linux.

My machine details:

# uname -a
Linux abc03kkk 2.6.18-308.0.0.0.1.el5xen #1 SMP Sat Feb 25 16:26:29 EST 2012 x86_64 x86_64 x86_64 GNU/Linux

# cat /etc/*release
Enterprise Linux Enterprise Linux Server release 5.8 (Carthage)
Oracle Linux Server release 5.8
Red Hat Enterprise Linux Server release 5.8 (Tikanga)

So am I running in correct OS environment?
 
Old 09-13-2012, 04:32 AM   #10
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
http://news.softpedia.com/news/Oracl...d-256508.shtml
Oracle Enterprise Linux 5.8 is 100% compatible with the upstream release from Red Hat.
 
Old 09-13-2012, 04:52 AM   #11
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
ok. This is what I got.

-bash-3.2$ strace -f ./runInstaller
execve("./runInstaller", ["./runInstaller"], [/* 43 vars */]) = 0
brk(0) = 0x1a292000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2af9a6d02000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2af9a6d03000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
writev(2, [{"./runInstaller", 14}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"./runInstaller", 14}, {": ", 2}, {"unsupported version 256 of Verne"..., 42}, {"", 0}, {"", 0}, {"\n", 1}], 10./runInstaller: error while loading shared libraries: ./runInstaller: unsupported version 256 of Verneed record

) = 113
exit_group(127) = ?
 
Old 09-13-2012, 05:03 AM   #12
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
created /etc/ld.so.preload folder manually. now getting this.

-bash-3.2$ strace -f ./runInstaller
execve("./runInstaller", ["./runInstaller"], [/* 43 vars */]) = 0
brk(0) = 0x15f59000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b3d43d18000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2b3d43d19000
access("/etc/ld.so.preload", R_OK) = 0
open("/etc/ld.so.preload", O_RDONLY) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) = -1 ENODEV (No such device)
close(3) = 0
writev(2, [{"./runInstaller", 14}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"./runInstaller", 14}, {": ", 2}, {"unsupported version 256 of Verne"..., 42}, {"", 0}, {"", 0}, {"\n", 1}], 10./runInstaller: error while loading shared libraries: ./runInstaller: unsupported version 256 of Verneed record

) = 113
exit_group(127) = ?
 
Old 09-13-2012, 05:15 AM   #13
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
try to test your memory http://hackstips.wordpress.com/2012/...test-on-linux/

Last edited by pan64; 09-13-2012 at 05:17 AM.
 
Old 09-13-2012, 11:56 PM   #14
cdhar
Member
 
Registered: Jul 2012
Posts: 41

Original Poster
Rep: Reputation: Disabled
I was using VM not sure I can see the memory information,

One more thing

$ file runInstaller
runInstaller: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.4.0, dynamically linked (uses shared libs), stripped

The installer is based on AMD but my vm image is Oracle Linux 5 (Intel 64-bit, Developer). is this the problem?

thanks
 
Old 09-14-2012, 02:20 AM   #15
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,970

Rep: Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334Reputation: 7334
no, that is not relevant I think. Try to check the real memory.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
New official Nvidia driver released (version 256.53) bker Linux - News 1 09-01-2010 12:36 PM
Reminder: Are you running an unsupported version of linux? Capt_Caveman Fedora 0 02-01-2007 06:18 PM
Reminder: Are you running an unsupported version of linux? Capt_Caveman Ubuntu 0 02-01-2007 06:18 PM
Reminder: Are you running an unsupported version of linux? Capt_Caveman SUSE / openSUSE 0 02-01-2007 06:18 PM
unsupported btree version number 8 matttail Linux - Software 3 08-31-2004 09:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration