Top "Shared-objects" questions

Shared Objects in Flash are used to store persistent data on the client or server side.

ld cannot find an existing library

I am attempting to link an application with g++ on this Debian lenny system. ld is complaining it cannot find …

linux gcc linker shared-libraries shared-objects
Cannot open shared object file

I am trying to compile one of the projects found here USB-I2C/SPI/GPIO Interface Adapter. I downloaded the …

build find debian shared-objects
Command Line to see the contents Shared Object Module(lib*.so)

What is the command line to see the contents of a Shared Object module (lib*.so)? Like how we use: …

c linux shared-objects dll
How do I load a shared object in C++?

I have a shared object (a so - the Linux equivalent of a Windows dll) that I'd like to import …

c++ load shared-objects
Is there a way to read the contents of .so file without loading it?

Is there any way to read the content of a .SO(shared objects) file without loading it? My use-case scenario …

c++ shared-objects shared-libraries
How can you determine what Perl module is causing "undefined symbol: Perl_Tstack_sp_ptr?"

I'm trying to run a Perl script, but it is returning: /usr/bin/perl: symbol lookup error: /usr/local/groundwork/…

perl shared-objects
How to run c program with .so file

I have gone through all the solutions on StackOverflow as well as Ask Ubuntu. I have a Go program: package …

c gcc go shared-libraries shared-objects
Unable to load any package in R (unable to load shared object)

I have been using R for the last 2 years. I tried to start the program yesterday to run one of …

r dll error-handling package shared-objects
How to run .so files using through python script

I have a c program(.c file). I am converting that to a shared object(.so). How can i call …

python cython shared-objects
Linux equivalent of DllMain

In *nix .so libraries, is there an entry point that's invoked by the system when the library is loaded and …

c++ shared-libraries shared-objects