Tagged Questions
1
vote
1answer
144 views
How to install lib1394 i386 (32bit) version on ubuntu 11.10 amd64
I have an old acquisition program for a firewire that seems to need the 32bits version of the library libraw1394.so .
Some notes, about the problem:
I think that the output of uname -m indicates ...
1
vote
0answers
713 views
Ubuntu 12.10 64bit no /usr/lib32/?
I am currently trying to setup wine properly in Ubuntu 12.10. The error that I am trying to fix is:
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: ...
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. ...
1
vote
1answer
122 views
How to get rid of i386 libs?
Yesterday, I tried to install the Ubuntu 64bit package for Netviewer. This package seems to be a big mess as it is not really a 64bit version of the app, but instead uses Wine to get it to run. Along ...
1
vote
1answer
182 views
Multi-Architectures and Their Binaries
Why is there a /usr/lib and a /usr/lib32 directory but only a /usr/bin and no /usr/bin32 directory on a AMD64 64-bit-install of Ubuntu? If or when Debian/Ubuntu start supporting ...
1
vote
1answer
170 views
How to install 64-bit libraries on 32-bit system?
I need to cross-compile for 64-bit architecture on a 32-bit platform (using gcc-multilib and -m64 flag).
For this I need to install 64-bit versions of the dependent libraries.
How do I do that?
2
votes
1answer
2k views
How to get 32 bit version of libraries on Ubuntu 64 bit?
I'm trying to compile a program which uses Google's V8 library (which is 32 bit). Therefore any library I use within my program also has to be 32 bit. Where can I download the 32 bit version of ...
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 ...
0
votes
1answer
588 views
Need help fixing a strange path error in bash
I have two executable files I downloaded and am trying to add to the path. They are located in
/home/user/folder
and the specific files are
/home/user/folder/app1
/home/user/folder/app2
Both ...
