2
votes
0answers
24 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
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. ...
5
votes
5answers
7k views

Steam: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64

After Nvidia driver installation when I try to run Steam I am getting this error: steam: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64 I found this question and one ...
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 ...
2
votes
3answers
1k views

How can i install Skype without ia32-libs?

How can I Install Skype without ia32-libs? The libraries provided by ia32-libs crash my 64-bit "Second Life" game.
3
votes
3answers
7k views

How to fix Java problem installing Matlab 2012a (64-bit) in Ubuntu 12.04 (64 bit)?

I am trying to install Matlab 2012a (64-bit) in Ubuntu 12.04LTS (64-bit). I have installed Java 7. My Java version is: sabyasachi@sabyasachi-ubuntu:~/Downloads/R2012a_UNIX$ java -version java version ...
10
votes
3answers
11k views

Problems with Eclipse and Android SDK

I installed Eclipse, openjdk6 and downloaded and extracted the sdk manager file. Now, When I created an Android project I got the following error: 2012-06-06 18:44:40 - contactManager] ...
1
vote
3answers
316 views

Is gcc portable between all 64 bit linux machines

I'm doing work remotely by connecting to a Linux terminal with ssh. The machine I'm connecting to is a 64 bit x86 Linux machine. My computer is also 64 bit Ubuntu machine with an x86 processor. I ...
1
vote
1answer
4k views

Error trying to run GCCG while loading shared libraries: libjpeg.so.62: cannot open shared object file

I'm trying to run GCCG (a multiplatform implementation of a card game engine) on my Ubuntu 12.04 x86_64, but I always get the following error: ./ccg_client: error while loading shared libraries: ...
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 ...
8
votes
2answers
25k views

skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

I am using ubuntu 11.10 64bit, skype was working however after running sudo apt-get autoremove skype is throwing skype: error while loading shared libraries: libXss.so.1: cannot open shared object ...
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 ...