LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with Installanywhere, libm.so.6 missing in Ubuntu9.10 (https://www.linuxquestions.org/questions/linux-software-2/problem-with-installanywhere-libm-so-6-missing-in-ubuntu9-10-a-841129/)

ashok_kxj2009 10-29-2010 05:47 AM

Problem with Installanywhere, libm.so.6 missing in Ubuntu9.10
 
Hi all,

I am facing problem with one software designed using INSTALLANYWHERE(Macrovision). It is RadioNetworkController ElementManager (RNC EM). It is used to configure the WCDMA RNC of ERICSSON. Generally we use windows but I am trying it out in Linux as linux version is available but ERICSSON doesnot provide any support for it. Trying to install it in Ubuntu 9.10. After installing JRE 1.4.2-19, the application installs correctly but when i try to launch the application i get the following error
Code:

root@ubuntu:/usr/ericsson/Ericsson# cd EM
root@ubuntu:/usr/ericsson/Ericsson/EM# ls
CPP_Element_Manager  CPP_Element_Manager.lax  icon_EM_16.gif  lax.jar
root@ubuntu:/usr/ericsson/Ericsson/EM# ./CPP_Element_Manager
nawk: error while loading shared libraries: libm.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
/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
grep: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/usr/java/j2re1.4.2_19/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
root@ubuntu:/usr/ericsson/Ericsson/EM#


Before installing i run following command that i found after googling but that did not help.
Code:

cp em_install_lin.bin em_install_lin.bin.bak
 
cat em_install_lin.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_Kernel/" > em_install_lin.bin

I am not a expert in linux, i could not understand why the error is coming and what is the workaround. Need help.

Regards
Ashok

Valery Reznic 10-30-2010 12:26 AM

Quote:

Originally Posted by ashok_kxj2009 (Post 4143163)
Hi all,

I am facing problem with one software designed using INSTALLANYWHERE(Macrovision). It is RadioNetworkController ElementManager (RNC EM). It is used to configure the WCDMA RNC of ERICSSON. Generally we use windows but I am trying it out in Linux as linux version is available but ERICSSON doesnot provide any support for it. Trying to install it in Ubuntu 9.10. After installing JRE 1.4.2-19, the application installs correctly but when i try to launch the application i get the following error
Code:

root@ubuntu:/usr/ericsson/Ericsson# cd EM
root@ubuntu:/usr/ericsson/Ericsson/EM# ls
CPP_Element_Manager  CPP_Element_Manager.lax  icon_EM_16.gif  lax.jar
root@ubuntu:/usr/ericsson/Ericsson/EM# ./CPP_Element_Manager
nawk: error while loading shared libraries: libm.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
/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
grep: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
/usr/java/j2re1.4.2_19/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
root@ubuntu:/usr/ericsson/Ericsson/EM#


Before installing i run following command that i found after googling but that did not help.
Code:

cp em_install_lin.bin em_install_lin.bin.bak
 
cat em_install_lin.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_Kernel/" > em_install_lin.bin

I am not a expert in linux, i could not understand why the error is coming and what is the workaround. Need help.

Regards
Ashok

May be you trying to run 32 bit application on 64 bit system or other way around ?

jdkaye 10-30-2010 04:29 AM

You need to install the libc6 package appropriate for your architecture. If you're running amd64 then the package to install is libc6-amd64.
ciao,
jdk

shoreless 10-30-2010 12:29 PM

i tried to install my partition magic 7.0 on a new laptop (Toshiba). I get the warning that i must first download service pack 6a. What gives? I found the 6a all right. It exists, apparently, but it doesn't seem to be available. I've been a Slacker for years, but this is new to me. (or do i have to forget about installing on this machine until microshaft makes this thing available)?

jdkaye 10-30-2010 11:50 PM

Shoreless, please do not hijack other people's threads. If you have a question, then start your own thread with an appropriate title.Hijacking only causes confusion and hurts the OP's chances of getting a useful response.
jdk

shoreless 11-01-2010 07:50 AM

Quote:

Originally Posted by jdkaye (Post 4144681)
Shoreless, please do not hijack other people's threads. If you have a question, then start your own thread with an appropriate title.Hijacking only causes confusion and hurts the OP's chances of getting a useful response.
jdk

Thanks for your useful response.


All times are GMT -5. The time now is 09:45 AM.