The shared-library tag has no wiki summary.
3
votes
1answer
2k views
Shared libSDL library fails to open
I'm having an issue with a shared library called libsdl. What I'm trying to do actually is to start up a game engine called GCCG (Generic Collectible Card Game). All the necessary packages were ...
0
votes
1answer
1k views
How do I fix this error I get when trying to run DS9?
ds9: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
Please help to fix the error.
My ds9 is in /usr/local/bin/ds9
1
vote
3answers
340 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 ...
0
votes
1answer
332 views
How to remove lesstif and install Open Motif?
We are having some problems with the LKB installation on Ubuntu http://moin.delph-in.net/LkbFaq and the solution posted on the FAQ site says:
"The LKB interaction window appears but none of the menus ...
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
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 ...
0
votes
1answer
606 views
/usr/bin/ld: cannot find -lustdio
So, I'm compiling a program from source, and the compilation fails when it tries to link "libustdio.so":
/usr/bin/ld: cannot find -lustdio
I'm pretty sure that its part of the ICU library, which I ...
2
votes
4answers
708 views
shotwell 0.12 shared library error [closed]
i installed shotwell 0.12 like so via its official ppa
sudo add-apt-repository ppa:yorba/ppa
sudo apt-get update
sudo apt-get install shotwell
and when i tried to run it via dash it didn't start.
i ...
9
votes
3answers
35k views
I want to install libssl.0.9.8
I'm trying to install utorrent program, and when I execute the program I get
./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or ...
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
26k 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
1k views
What package provides -llua for g++?
I've installed all lua5.1 development packages from Synaptic and the g++ linker can not find -llua. I've read on some other question that it is possible that -llua has some other name and that I ...
3
votes
2answers
201 views
please help me understand libraries/includes
I'm trying to understand how libraries work.
for example I downloaded a tarball and extracted it.
Now I do "./configure", it searches in pre-defined directories from what I understand
for certain ...
1
vote
4answers
13k views
How do I install libtiff.so.3?
I installed Maya 2011 on Ubuntu 10.04 many times and it was always working, Recently i upgraded my Ubuntu from 10.04 to 11.04, and when i tried to install Maya 2011 on it i wasn’t able to get it ...
2
votes
1answer
575 views
err: file '/lib/libgcc_s.so.1' not found
I'm running 32bit ubuntu in a virtual machine inside vmplayer. That file simply doesn't exist, what do I do?
1
vote
2answers
3k views
Compiling library from source code, how to overwrite current package?
So here's the short story.
I wanted to compile the latest Transmission client from source but in order to do that I needed the libevent-2 library which is not available from Ubuntu 10.04's ...
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 ...
3
votes
1answer
3k views
error while loading shared libraries, file too short
From one of my customers I got an application. When I try to run it I got following error
error while loading shared libraries: ./libvtkWidgets.so.5.4: file too short
In my project structure I see ...
1
vote
3answers
2k views
How to resolve “error loading libxml2.so.2” when installing Cisco AnyConnect VPN?
I'm trying to install Cisco AnyConnect VPN Client on Maverick 64-bit. I'm getting the following errors:
Installing Cisco AnyConnect VPN Client ...
Removing previous installation...
...
1
vote
0answers
450 views
Cx_freeze - How can I Install the shared libraries to /usr/lib [closed]
I am using cx_freeze to compile my python script and when I compile the program, all the files are placed in one specified folder. The executable wont run if the shared libs are not within the same ...
1
vote
1answer
70 views
Issue with compiling OpenSludge
I've tried compiling an adventure game sdk called OpenSludge (http://sourceforge.net/projects/opensludge/).
I can compile everything okay include libalure through git (openal library). But whenever I ...
4
votes
1answer
271 views
Help compiling (need old libs)
I need to get a scientific software running but it requires older libs and I don't want to screw my current system.
I thought about using an old ubuntu version in a VM. But which would I need?
The ...
3
votes
3answers
2k views
libunrar.so not found
I'm having trouble installing libunrar.so.
It's required for Calibre to convert CBR files.
Anyone an idea on where to get it (package or source)?
0
votes
2answers
768 views
How to get .so file to show up in package?
As many of you know by now, I'm building a package :)
I am so close to getting it finished so I can upload it to my PPA, but there is still one slight problem: the shared library (.so file) doesn't ...
