Top "Shared-libraries" questions

Shared libraries are libraries that are loaded by programs when they start.

"relocation R_X86_64_32S against " linking Error

I'm Trying to Link a static Library to a shared library , I'm Getting the Following error /usr/bin/ld: ../../../libraries/…

c++ linux shared-libraries static-libraries
Why do I have to define LD_LIBRARY_PATH with an export every time I run my application?

I have some code that uses some shared libraries (c code on gcc). When compiling I have to explicitly define …

c linux gcc shared-libraries ld
What is a file with extension .a?

I downloaded this: https://github.com/mongodb/mongo-c-driver And now I'm trying to use it inside my C program, but …

c gcc shared-libraries
error while loading shared libraries: libncurses.so.5:

I've installed Android Studio and tried to run my first project in it, and I've got following error: Error Output …

linux ubuntu shared-libraries
How to install the Six module in Python2.7

I am using Python 2.7 and trying to use dateutil as follows: from dateutil import parser as _date_parser However, I …

python shared-libraries python-dateutil six
Is /usr/local/lib searched for shared libraries?

Is /usr/local/lib searched for shared libraries ? I have this error: [Leo@chessman ~]$ whereis ffmpeg ffmpeg: /usr/local/bin/…

linux linker ffmpeg shared-libraries
Creating a simple Makefile to build a shared library

I am trying to create a very basic hand crafted Makefile to create a shared library to illustrate a point. …

gcc makefile shared-libraries
How to create your own library for Android development to be used in every program you write?

I am a Delphi programmer and have written, over the years, hundreds of classes and routines which I can use …

java android shared-libraries
libpython2.7.so.1.0: cannot open shared object file: No such file or directory

I have trying to run python script from the terminal but getting the next error message : ImportError: libpython2.7.so.1.0: cannot …

python shared-libraries
How to use addr2line in Android

I am stuck with my app, as I am unable to debug as it is a multithreaded one and crashes …

android android-ndk shared-libraries native-code addr2line