|
[Sponsors] |
June 24, 2006, 19:25 |
I have some problems with foam
|
#1 |
New Member
Marten Almkvist
Join Date: Mar 2009
Posts: 4
Rep Power: 17 |
I have some problems with foamX
root@pc1:~# FoamX Starting NameServer with inet:pc1:1234 ... nsd: error while loading shared libraries: libelf.so.0: cannot open shared object file: No such file or directory I have tried the following with no suckses. # cd /usr/lib # ln -s libelf.so.1 libelf.so.0 I run Slackware |
|
June 26, 2006, 03:48 |
If you're running a 64bit oper
|
#2 |
Senior Member
Francesco Del Citto
Join Date: Mar 2009
Location: Zürich Area, Switzerland
Posts: 237
Rep Power: 18 |
If you're running a 64bit operating system, you can try:
# cd /usr/lib64 # ln -s libelf.so.1 libelf.so.0 |
|
June 26, 2006, 12:11 |
Iam running 32bit
|
#3 |
New Member
Marten Almkvist
Join Date: Mar 2009
Posts: 4
Rep Power: 17 |
Iam running 32bit
|
|
June 28, 2006, 21:06 |
What does the output of the fo
|
#4 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
What does the output of the following command tell you?
[username@hostname pwd]$ find / -name libelf* -print |
|
June 29, 2006, 12:22 |
thanks, it loiks like this
|
#5 |
New Member
Marten Almkvist
Join Date: Mar 2009
Posts: 4
Rep Power: 17 |
thanks, it loiks like this
root@pc1:~# find / -name libelf* -print /root/libelf.so.0 root@pc1:~# |
|
June 29, 2006, 12:26 |
or
root@pc1:~# username@hos
|
#6 |
New Member
Marten Almkvist
Join Date: Mar 2009
Posts: 4
Rep Power: 17 |
or
root@pc1:~# [username@hostname pwd]$ find / -name libelf* -print -bash: [username@hostname: command not found root@pc1:~# |
|
June 29, 2006, 16:37 |
1. You are certainly new to th
|
#7 |
Senior Member
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21 |
1. You are certainly new to the *nix world. I understand that. Nothing wrong, we've all been there.
2. First advice: Stop working as root user. The root user is much more powerful than the standard windows Administrator. So please stop using it. Create a normal user using the appropriate GUI tool. 3. Copying libelf.so.0 to the /root direcotory is not going to help in any way. 4. OpenFOAM will look for libelf.so.0 in the system lib directory (usually /usr/lib or /usr/lib64 depending on the architecture). So if you want to give a quick check, copy the libelf.so.0 file to /usr/lib or /usr/lib64 and see if that helps. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM 13 FoamX libelfso0 and Fedora Core 4 | crosby | OpenFOAM Pre-Processing | 23 | June 24, 2008 03:01 |
FoamX libelfso0 | nunoinlux | OpenFOAM Bugs | 6 | September 11, 2007 21:13 |
Ubuntu and finding libelfso0 | shaun | OpenFOAM Installation | 3 | April 30, 2007 19:40 |
Canbt fix libelfso0 proble | clo | OpenFOAM Installation | 3 | January 10, 2007 05:17 |
Sshd amp libelfso0 on gentoo box | alfreed | OpenFOAM Installation | 2 | June 15, 2006 11:05 |