The shared-library tag has no wiki summary.
1
vote
2answers
3k views
Installing Matlab 2012a (32-bit) in Ubuntu 12.04 LTS java problem
This is my first posting here, so please be gentle. I am having a problem installing Matlab 2012a (32-bit) in Ubuntu 12.04 LTS. I have trawled around the web and have seen similar problems reported, ...
2
votes
1answer
527 views
Setting LD_LIBRARY_PATH before running an app from a terminal has no effect
I have several builds of an application on my system (a dev build and many older released builds). When I'm trying to run an older release, the system invariably picks up the dynamic libraries from ...
1
vote
1answer
61 views
Can't run Second life firestorm viewer (32bit) in ubuntu 64 bit
I'm trying to install a *Second Life client called Phoenix Viewer, first attempt I got a message about X errors, I searched the net all I could see to fix 32 bit apps and run them under 64 bit ubuntu ...
1
vote
1answer
44 views
Library Installation
To clear my doubt consider I am installing an application 'something' from the software centre. 'something' depends on a library 'libx' whose version is x.0.2. So it gets installed. Now I want to ...
0
votes
1answer
54 views
When will the API/X11 be completed?
Okay, before I get into the guts of it, I'm vastly aware that Gtk and Qt are marvelous frameworks from which to work with. In fact, I have no qualms with either.
That being said, does anyone know of ...
2
votes
0answers
115 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 ...
2
votes
0answers
87 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 ...
2
votes
0answers
44 views
compiling a shared library
I'm doing a 64-bit rewrite of some code I wrote that implements a novel approach to genetic algorithms that I want to turn into a shared library exclusive to Ubuntu using code::blocks/gcc.
I have ...
1
vote
0answers
80 views
Did some wrong operation with /lib, then all software cannot run in Ubuntu 10.04
At the beginning I try to fix the problem of "/lib/ld-linux-so.3:No such file or directory" when i try to run some dynamically cross-compiled binaries. So I add some shared banaries to /lib. I must ...
0
votes
0answers
120 views
ldconfig: Path `/lib/x86_64-linux-gnu' given more than once
I'm running 12.10.
I'm trying to run an application that needs libglut.so.3. I installed freeglut3 and I can see the library located in /usr/lib/x86_64-linux-gnu. But when I run the application, it ...
0
votes
0answers
18 views
Cloning Ubuntu on the same machine questions
I have successfully cloned (copied) Ubuntu 12.04 on my laptop as I want to use 2 different environments (libraries, applications, etc.) but share the basics.
Both installs share /home, /tmp, /opt and ...
0
votes
0answers
17 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
0answers
2k 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
67 views
Raw network access without loosing LD_LIBRARY_PATH
I'm trying to run a program with two requirements:
Be able to have raw access to the network adapter to implement an EtherCAT master using SOEM
Use LD_LIBRARY_PATH to load dynamic libraries
I ...
0
votes
0answers
154 views
Problem in gearmand every time I install any package
I seem to have some problem in my gearmand. Every time I install any package with sudo apt-get install <package-name>. I have reported bug on launchpad (see bug). When I was installing ...
0
votes
0answers
74 views
Compilation error on shared object files
Even after including the path and -soname in the linker settings, of course I have included the original .so files in both /usr/lib and /lib folders, I still get errors. I have followed this tutorial ...
0
votes
0answers
291 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
677 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
0answers
88 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 ...
