Unsolved
This post is more than 5 years old
3 Posts
0
10429
May 22nd, 2007 18:00
2161DS doesn't install on linux (ununtu 7.04)
When I try to install 2161DS dell remote console switch software on ubuntu linux 7.04 I get this error (this running setup from cd the same is when i use keyboardupdate.zip (I know this is not my choice of the name this's how dell calls it) PowerEdge 2161DS for Linux 7.2 or
Enterprise Linux 2.1 the other linuxes have .EXE files no idea why is that.
http://support.dell.com/support/downloads/driverslist.aspx?c=us&cs=555&l=en&s=biz&ServiceTag=&SystemID=PWE_CON_SW_BOX_2161DS&os=LN72&osl=EN
Anyways, here is the output, let me know how I can install it on a more current version of linux like latest ubuntu.
----------------------
bash ./setup.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Enterprise Linux 2.1 the other linuxes have .EXE files no idea why is that.
http://support.dell.com/support/downloads/driverslist.aspx?c=us&cs=555&l=en&s=biz&ServiceTag=&SystemID=PWE_CON_SW_BOX_2161DS&os=LN72&osl=EN
Anyways, here is the output, let me know how I can install it on a more current version of linux like latest ubuntu.
----------------------
bash ./setup.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
0 events found
No Events found!


valentin_nils
1 Rookie
•
16 Posts
0
May 23rd, 2007 04:00
did you try to symlinking to newer library versions for libc f.e ?
That might work. You should be able to do something like
ln -s /usr/lib/lic.so.myversion libc.so.6
Best regards
Message Edited by valentin_nils on 05-23-2007 12:34 AM
menashe
3 Posts
0
May 25th, 2007 01:00
linked it to libc.so
/usr/lib/libc.so.6 -> /usr/lib/libc.so
but got the following error: incalid ELF header
I also have have librt.so.1 ( /lib/librt.so.1 -> librt-2.5.so) so why file not found?
----------------------------------------
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
dirname: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
dirname: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
basename: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
hostname: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
Launching installer...
rm: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
rm: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
menashe
3 Posts
0
June 12th, 2007 16:00