A library is a collection of functionality that programs can use. They can be dynamically loaded by a program, or they may be compiled into the program.
2
votes
2answers
1k views
Why does LD keep outputting “no version information available”
On every loading of a lib, I get the error:
no version information available
This lib has been compiled on another PC (ubuntu 10.04) than the one running it (mandriva 2010.2).
$ ldd ...
2
votes
2answers
698 views
Does Solaris have an equivalent to /etc/ld.so.conf?
I compiled a package for Solaris 11 Express that has some library dependencies, which I also compiled from source and installed in the usual /usr/local. (And Solaris doesn't even have /usr/local ...
7
votes
1answer
330 views
What files should I copy from Windows into Wine?
As far as I understand Wine runtime does better if some libraries are copied from MS Windows, but some Windows system libraries really are not to be used with Wine (some can even make it stop working, ...
4
votes
2answers
231 views
Compiling old solaris programs under Linux
I've got sources for a program developed under Solaris in ANSI-C. I am told it was developed around 1996-1997. I'm currently struggling with compiling it under a current Ubuntu. I got pretty far and I ...
3
votes
1answer
2k views
Running a statically linked binary with a different glibc
I have a statically linked binary for a tool that I'm trying to run on RHLE4. The tool complains about glibc. It needs 2.4 and the one in the system is 2.3.
Here is the message that it spits out:
...
1
vote
1answer
1k views
Where in Gnome libs, is 'True' and 'False' defined?
I'm trying to compile a program with gnome-libs, that uses True and False, in one of the arguments. But what header file defines them?
I'm getting the following error:
guignome/guignome.c: In ...
1
vote
3answers
366 views
What libraries are there for reading/editing ID3s of mp3?
I think the title says it all. I need a library to allow me to read and edit ID3 Tags
from C++ in Linux. Suggestions?
3
votes
4answers
1k views
Install development files locally to build on system without root access?
There is a server that I do work on, running an older version of Linux. I don't have root access to the system, so I wanted to build a more recent version of a tool that I use a lot (Vim 7.3). I ...
6
votes
1answer
3k views
What does libgcc_s.so contain?
I tried running objdump on the lib to figure it out without success. Is there a way to find out what a library does?
2
votes
2answers
2k views
libX11.so.6 Not found
I tried to make && make install package, but I get an error:
libX11.so.6 not found
Where can i get this lib?