Tagged Questions
2
votes
0answers
75 views
How to package shared library in deb packages
My application uses some shared libraries, which i need to package with the binary, and as per
Debian Policy Rules
It is recommended that supporting files and run-time support programs that do not ...
0
votes
0answers
1k views
error while loading shared libraries libSDL-1.2.so.0
I am trying to install ioquake on my ubuntu server.
When I try to run it, I get this message:
# ./ioquake3
./ioquake3.x86_64: error while loading shared libraries: libSDL-1.2.so.0: cannot open ...
0
votes
0answers
276 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
0answers
635 views
How to solve shared library problem in oracle installation on Ubuntu 12.04?
I am getting the below error message when installing the Oracle 11g on Ubuntu 12.04.
Error in invoking target 'client_sharedlib' of makefile
...
0
votes
1answer
117 views
How do I get Ubuntu to look somewhere for library files?
I have installed OpenMPI and a package called CVODE onto my Ubuntu system, which is running in a virtual machine (using VirtualBox). There was one problem which was worked around by copying some ...
1
vote
2answers
363 views
Are libc versions tied to kernel versions?
After reading the answers to my previous question I have come to the conclusion that an answer to the following question is what I was actually looking for:
Does a particular version of the kernel ...
0
votes
0answers
87 views
How can I install an old version of libc on 12.04 and is it safe to do so?
I am building an application on 12.04 and I need to run it on an embedded device. The device has libc-2.8.90.so on it and my dev machine has libc-2.15.so on it. I would like to install libc-2.8.90 ...
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 ...
11
votes
3answers
2k views
Why no library files installed for google test on 12.04?
The libgtest-dev package seems only install header files to the system, but not the static and dynamic libraries which should be installed under /usr/lib.
Is it a bug?
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: ...