Re: Re: installing elan for linux
Up one level
Re: Re: installing elan for linux
Posted by
adiagne
at
2007-03-23 21:38
Dear all,
thank you for your answer. I followed your instructions but (I think) the program doesn't install. Here is the script:
adiagne@IPK7:~$ cd /home/adiagne
adiagne@IPK7:~$ chmod 755 ELAN_30_linux_install.bin
adiagne@IPK7:~$ sudo ./ELAN_30_linux_install.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...
nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
raw jre dir: /tmp/install.dir.5668/Linux/resource/jre/
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
jre dir:
LD_LIBRARY_PATH:
LD_PRELOAD:
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...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.5668/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
adiagne@IPK7:~$
Can you help?
Anna
thank you for your answer. I followed your instructions but (I think) the program doesn't install. Here is the script:
adiagne@IPK7:~$ cd /home/adiagne
adiagne@IPK7:~$ chmod 755 ELAN_30_linux_install.bin
adiagne@IPK7:~$ sudo ./ELAN_30_linux_install.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...
nawk: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
raw jre dir: /tmp/install.dir.5668/Linux/resource/jre/
sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
jre dir:
LD_LIBRARY_PATH:
LD_PRELOAD:
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...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.5668/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
adiagne@IPK7:~$
Can you help?
Anna
Re: Re: Re: installing elan for linux
Posted by
dietuyt
at
2007-03-27 22:18
The problem is related to the fact that the ubuntu kernel and libraries seem to be "to new" towards the installer. There is a temporary workaround to fix this:
sed -i "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" ELAN_30_linux_install.bin
Afterwards, the installation should succeed. However the same issue seems to appear in the JMF library. I'll try to have a closer look at it.
best regards,
Dieter
sed -i "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" ELAN_30_linux_install.bin
Afterwards, the installation should succeed. However the same issue seems to appear in the JMF library. I'll try to have a closer look at it.
best regards,
Dieter
Re: Re: Re: Re: installing elan for linux
Posted by
dietuyt
at
2007-03-29 14:32
Good news: we found a solution to this problem.
before running the installer do this (on the command line):
sed -i "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" ELAN_30_linux_install.bin
Now run the installer.
After the installation, go to the directory where elan is installed and execute the following command:
sed -i "s/export LD_ASSUME_KERNEL/#export LD_ASSUME_KERNEL/" ELAN_3.0
Now you should be able to run elan. (We have tested this on ubuntu 6.10) Can you let us know whether this solves your problem?
Best regards,
Dieter
before running the installer do this (on the command line):
sed -i "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" ELAN_30_linux_install.bin
Now run the installer.
After the installation, go to the directory where elan is installed and execute the following command:
sed -i "s/export LD_ASSUME_KERNEL/#export LD_ASSUME_KERNEL/" ELAN_3.0
Now you should be able to run elan. (We have tested this on ubuntu 6.10) Can you let us know whether this solves your problem?
Best regards,
Dieter
Re: Re: Re: Re: Re: installing elan for linux
Posted by
Bas
at
2007-05-06 17:59
Hi,<br><br>I had the same problem on Ubuntu 7.04. <br>I applied Dieter's suggestion from above, and that did the trick: installation worked and running Elan works as well.<br><br>Would've been nice if there was a 'known issues'-link on the downloads-page and info like this would be avaiable there.<br><br>Thanks anyway for solving this.<br><br>Bas.<br><br><br>
Re: Re: Re: Re: Re: Re: installing elan for linux
Posted by
dietuyt
at
2007-05-31 14:49
For the sake of completeness: this issue has been fixed in the latest release of ELAN (3.1.0)<br>