![]() |
|
|
#34 | |
|
May 2005
23·7·29 Posts |
Quote:
|
|
|
|
|
|
|
#35 |
|
Mar 2003
New Zealand
13×89 Posts |
ld-linux is the 32-bit ELF dynamic loader, without it you won't be able to run any recently compiled dynamically linked 32-bit application. I guess it means you have only 64-bit libraries installed.
Last fiddled with by geoff on 2007-03-06 at 21:53 Reason: dynamically linked |
|
|
|
|
|
#36 |
|
May 2005
23·7·29 Posts |
Any idea how to install this library on a x86-64 system?
|
|
|
|
|
|
#37 |
|
Mar 2003
New Zealand
13×89 Posts |
I don't know sorry. On 32-bit machines (Debian) the 32-bit libraries are in packages called libc6, libc6-dev, etc. and the 64-bit ones are in libc6-amd64, libc6-amd64, etc. and are installed in /lib64. (I have installed the 64-bit libraries on a 32-bit machine so that I can link 64-bit programs, even though I can't execute them).
Have you checked whether /lib/ld-linux.so.2 exists? It should be a link to another file, like ld-2.3.6.so or something. It may just be that the link is missing, or dangling. Running `ldconfig' should normally fix any problems like this, but I am not sure how it treats mixed 32/64-bit systems. |
|
|
|
|
|
#38 |
|
May 2005
23×7×29 Posts |
OK. I've followed geoff's reccommendations. Here's what I have done:
|
|
|
|
|
|
#39 |
|
Jul 2003
So Cal
2·34·13 Posts |
|
|
|
|
|
|
#40 |
|
May 2005
31308 Posts |
![]() BTW: could you suggest any hardware monitor that would work under Ubuntu? I've installed X sensors but it's not working... I would like to monitor CPU temperature. Last fiddled with by Cruelty on 2007-03-10 at 23:01 |
|
|
|
|
|
#41 |
|
Jul 2003
So Cal
2·34·13 Posts |
|
|
|
|
|
|
#42 |
|
"Mike"
Aug 2002
202016 Posts |
Code:
watch /proc/acpi/thermal_zone/something/temperature We've used (an older version) of the program below in the past. It reads the same /proc stuff. http://computertemp.berlios.de/screenshots.php You will have to install the .deb manually. Code:
sudo dpkg -i filename.deb |
|
|
|
|
|
#43 |
|
May 2005
23×7×29 Posts |
|
|
|
|
|
|
#44 |
|
May 2005
23×7×29 Posts |
Unfortunately none of the suggested software seems to work for my configuration
The only reading I was able to get was "THRM: 40C" using "computertemp" and "GKrellM"... I would really welcome "core temp" for Linux... Last fiddled with by Cruelty on 2007-03-11 at 22:22 |
|
|
|