Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-libraries

ELF Shared Object in x86-64 Assembly language

Why changing LD_LIBRARY_PATH has no effect in Ubuntu?

qt ubuntu shared-libraries

FreeType library and "Undefined reference to FT_Init_FreeType"

C: compile some objects (for a shared library) without main() fails?

c gcc shared-libraries

Making a shared library from existing object files

How to copy an executable with all needed libraries?

Segmentation fault while accessing a function-static structure via returned pointer

Proxy shared library (sharedlib, shlib, so) for ELF?

c dll proxy shared-libraries elf

How to implement an adapter framework in C++ that works in both Linux and Windows

Linking compiled library to newer version of glibc

c shared-libraries glibc ftdi

Getting jars in tomcat/shared/lib to log using the config of the webapp calling them

C++ force unloading shared library

c++ linux shared-libraries

How are symbols contained in the libpythonX.X linked to numpy extension dynamic libraries?

Is there any preference linker gives to static symbols or dynamic symbols?

Change library load order at run time (like LD_PRELOAD but during execution)

c linux shared-libraries

Linking libraries with incompatible dependecies

Shared library name collisions

How is the GNU libc.so both a shared object and a standalone executable?