2
votes
0answers
22 views

How to manage libstdc++.so.6: wrong ELF class: ELFCLASS64 at computer cluster

I have a problem with the libstdc++.so.6 library when I execute a program in MATLAB. The code works fine on my laptop and my desktop, which is why I'm sure the problem is a library or linking ...
0
votes
0answers
16 views

How do I overcome the error in the description which I received from calling FreeMat from the command line?

The error is: FreeMat: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory I am running 32 bit 12.10.
0
votes
1answer
53 views

Why am I getting 'file not found' when trying to run CEWE Fotobuch / Kruidvat fotoservice on my 64 bit system?

When I install the CEWE Fotobuch (rebranded as "Kruidvat fotoservice" in the Netherlands) software on my 64 bit system, the application does not start. Instead, I'm getting a 'file not found' error. ...
0
votes
0answers
282 views

Installing liblapack3gf 32-bit and 64-bit simultaneously

The situation is that I am trying to run an image processing pipeline on my 64-bit Ubuntu 12.04. The first part of the pipeline, "Bundler", is only readily compilable as 32-bit (aka I compiled on a ...
0
votes
2answers
4k views

How to install 32-bit version of libstdc++.so.6 on a 64 bit machine

I need to install the 32-bit version of libstdc++.so.6 on a 64 bit Ubuntu 8.04.2 server. when i tried apt-get install ia32-libs, it says root@devserver:~/downloads# apt-get install ia32-libs ...
2
votes
1answer
3k views

Why do I need lib64 on my 32 bit machine?

I am trying to install Oracle on my 32-bit machine that runs Ubuntu 10.4. I am following install Oracle on Ubuntu tutorial. At the very first step there is a requirement to manually install library ...