Shared libraries are libraries that are loaded by programs when they start. A single shared copy of each library is loaded into physical memory and may be used by multiple processes at the same time. This reduces memory use and improves system performance.
0
votes
4answers
58 views
how to find what libraries are installed/available on a machine for C or CPP?
this is not a outright tech question but i wanted to know if there is a easier way to find what all libraries are present in a system for a particular language and its facilities .... something like a ...
2
votes
1answer
20 views
What are the advantages of using a private NuGet server?
What are the advantages to using a private NuGet server as opposed to having shared library projects which are then included in every solution?
We have several libraries which are shared across our ...
0
votes
2answers
31 views
Why does it complain one library not found, even if I have included it?
It is an Android application related to video process.
The library used is ffmpeg + x264, and compiled loosely based on the work of ffmpeg_vitamio
Compiling of ffmpeg is good, and libffmpeg.so is ...
0
votes
1answer
16 views
How to manage libstdc++.so.6: wrong ELF class: ELFCLASS64 at computer cluster
I have a problem with the libstdc++.so.6 library when I execute a program in MATLAB. The code works fine on my laptop and my desktop, which is why I'm sure the problem is a library or linking ...
0
votes
0answers
8 views
Set DF_SYMBOLIC flag to existing library
Is there a way to set a DF_SYMBOLIC to existing library?
I want to use symbols from this library instead of binary's symbols and don't want use LD_PRELOAD each time I launch the binary.
0
votes
0answers
33 views
CodeIgniter custom Authentication library
I 'm quite new to CI and I'd like some help please. I have created some models for users, customers, administrators that look like this:
<?php
class User_model extends MY_Model // MY_Model holds ...
-1
votes
2answers
73 views
Does symbol visibility protect shared library from abuse/crack? [closed]
The GCC visibility feature enables us to strip off those APIs in our shared library that we don't want the customer to see. Indeed we can't use ldopen to call those hidden functions, but I wonder if ...
0
votes
1answer
33 views
error while loading shared libraries, installation misplaced `.so` files in /usr/lib
I'm using libevent in my source code, after compiling the program, I run it and I got the following error:
./my_program: error while loading shared libraries: libevent-1.4.so.2: cannot open shared
...
0
votes
1answer
12 views
libudunits2 requires libexpat.so.0, will not accept libexpat.so.1
Operating System: Ubuntu 12.04 64-bit (Precise)
Machine: x86_64, Intel Centrino 2 (2 cores), 4 GB RAM
Libraries involved: libudunits2.so.0.1.0, libexpat.so.0, libexpat.so.1
Description ...
0
votes
0answers
18 views
+50
EJB dependencies not found during Glassfish startup
I've deployed an EJB module to Glassfish 2.1 and declared a library, which is located in the lib/applibs dir, as its dependencies.
That works during deployment of the EJB module. The classes from ...
0
votes
0answers
9 views
How to have java files been exported to local system in android & have it as referenced libraries?
I would like to have the java files in my local system then use it reference to the android app instead of having them inside it.How can I achieve it,please guide me with your experience on ...
0
votes
1answer
51 views
Display floating point by printf
I have problem with display floating point value using printf.
I'm trying display result of some math function, but I always get 0.00.
Could you help me and tell what I'm doing wrong?
My GNU AS ...
-1
votes
0answers
16 views
Synchronized InfoPath Attachment With Document Library [closed]
I have an InfoPath 2010 form with a Document attachment.
if any user upload infopath form with attachment, than attachment must be added in document library,
if any user modify or delete any ...
0
votes
5answers
47 views
How to create a Dictionary [closed]
i would like to make some sort of a structure where i can have duplicate keys but the values differ.
im using java and the hashmap is nice but doesnt allow for duplicate keys, i imported the google ...
0
votes
0answers
29 views
linking shared library against static is not portable
I'm trying to build and compile ntop.. I'm experiencing a problem here..
sudo ./configure is working fine..
when i go for sudo make, i get the below error..
*** Warning: Linking the shared library ...
0
votes
0answers
14 views
Facebook library removes other libraries
When I add the facebookSDK to my current project it removes the other libraries (e.g. GSON) When I manually try to re-add these libraries the project won't recognise them. What am I doing wrong? ...
2
votes
1answer
38 views
Why does -O to gcc cause “stat” to resolve?
Tried to do a search, but didn't find anything. Whenever I try to compile a shared object and the test binary that links to it I get this error:
[root@hypervisor test-files]# ./test
./test: symbol ...
2
votes
1answer
28 views
Defining main in shared library on OSX
I'm using xcode to write an OSX app in c/c++.
I'm linking a shared library (somelib.dylib) to the application and I'd like for the main function to reside in the shared library, not the main ...
-1
votes
0answers
16 views
FacebookSDK removes other libraries [closed]
When I add the facebookSDK to my current project it removes the other libraries (e.g. GSON) When I manually try to re-add these libraries the project won't recognise them. What am I doing wrong? ...
0
votes
0answers
20 views
Create and distribute .Jar files for android in Eclipse
In android I need to create a library file(.Jar file) to distribute it to third party people to integrate that functionality within their android apps.
Bit struggling of deciding what the best ...
1
vote
0answers
19 views
QMake: how to properly create a shared object with symbolic links at make install
I have built a library that uses qmake as the build mechanism. I am using TEMPLATE=lib and CONFIG=dll. My problem is that the symbolic links to the library are being created when I run make and are ...
1
vote
1answer
22 views
Scan shared object inclusions at runtime
I am working on a C program (under Linux ) that relies on shared libraries as plugins.
I provide each plugin with several functions from a static library of mine. In order to change the workflow of ...
2
votes
2answers
39 views
Undefined Reference to a global array while linking the library
I am having a main file which i am building with a shared library libhtml, libhtml is build using another shared library libctpe. I get no errors/warning when i build both libctpe and libhtml but when ...
0
votes
0answers
6 views
How to link multiple iTunes Clients to one Mediaserver
I have multiple Clients (older MacMinis with OSX Snow Leopart on it), which are in the same network with a Server (new MacMini with OSX Mountain). I would like to have them the same library, which ...
1
vote
0answers
13 views
In which cases is the C compiler allowed to ignore the calling conventions?
For obvious reasons, a C compiler has to compile all functions that are externally visible to other shared libraries so that they conform to the platform's calling conventions and other ABI ...
2
votes
1answer
68 views
How can I tell a CPAN installation of PDL to use my FFTW path?
I need to install the Perl PDL library via CPAN as the non-root user.
CPAN for non-root works thanks to this SO question: How can I use CPAN as a non-root user?
Now, PDL depends on the FFTW library. ...
0
votes
1answer
22 views
How do you specify platform agnostic paths in a Qt .pro file?
I want to include a third party library by specifying it in my INCLUDEPATH in my .pro file. However, the library is installed in a different location on each platform (Windows, Mac, Linux).
How do I ...
0
votes
0answers
7 views
static library using shared library API
I am creating a static library called libapp.a which provides API's to upper application and uses libxml2 API's (shared library).
This libapp.a need to be linked to final executable.
But when I ...
1
vote
1answer
40 views
unresolved external symbol _CreateFastString referenced in function _wmain
I am creating a DLL and providing the entry point to the FastString class using CreateFastString function:
FastString.h:
#define EXPORT __declspec(dllexport)
#define IMPORT __declspec(dllimport)
...
0
votes
0answers
29 views
Compiling variadic (…) + va_list with tcc
I am having some trouble compiling a variadic function with tcc (0.9.26; x86-64 Linux).
I wildly postulate that the culprit is tcc and stdarg-macros.
However, 99.999% of the times when people blame ...
-1
votes
0answers
8 views
write a bitbake recipe to replace libraries installed by another recipe [closed]
Anyone know how to write a recipe which can replace libraries installed by another recipe? The use case is: I have a base project which is delivered by another team. In the base project,it contains a ...
0
votes
2answers
22 views
Calling functions from a shared library
I'm trying to call a "core" function from a shared library's function but I get:
./a.out: symbol lookup error: ./libtest.so: undefined symbol: testf
The code I'm using is very basic because I'm ...
0
votes
0answers
13 views
Command to Display the return type and arguments of the methods/functions of the shared library .so
I wanted Dumpbin /EXPORTS equivalent in linux os for .so files
I tried using objdump, nm, readelf, but none of them gave me the complete declaration of the function exported by .so file.
I want to ...
-2
votes
0answers
7 views
Eclipse change slash direction using library in android project [closed]
In Eclipse I try to import a library from another project(Right Click on Project -> Properties -> Android -> Add). It's work, but when I come back, eclipse has changed all the slash direction.
For ...
0
votes
0answers
35 views
Inheritence over shared library boundaries
I have two binaries, libA.so and exeB. libA exports many of it's functions, including a few classes. Consider the following simplified example:
From libA.so:
#define EXPORT ...
0
votes
0answers
23 views
Android NDK - linking code compiled with different versions of NDK
Scenario: DEV1 prepares android library written in native code using NDK, provides *.H/*.A headers and objects to DEV2 who link it into own shared library.
Question: will it work reliably when DEV1 ...
0
votes
1answer
29 views
Load Libraries the CodeIgniter-way
I have my own little MVC and would like to load my libraries in the same way, codeigniter does:
Foo {
$load = Load();
function temp() {
$this->load('baa');
$this->baa->method();
}
...
0
votes
0answers
45 views
how to write C shared lib using in C++ code
I have a c++ source code, something like below:
class IChecker{
public:
int Init(void);
};
...
void *hdll = dlopen("libtest.so", RTLD_NOW);
...
IChecker ...
0
votes
0answers
43 views
Compiler libstdc++ version vs. system version
I'm trying to understand how g++ selects which version of libstdc++ it links against and what it means when the "system" version of the library is different.
I'm using gcc/g++ 4.1.2, which according ...
0
votes
1answer
39 views
How to want to move my DAL to separate project in my MVC3 solution?
I have MVC 3 application that uses a DAL (ADO.NET) that communicates to a set of tsql stored procedures? I want to add a new MVC project to my current solution. I need to have DAL in a separate ...
0
votes
1answer
30 views
Where and when load a library in luajit ffi
I am making a wrapper between a C++ engine and Lua, I'm using LuaJIT and because of this I'm using ffi as the "wrapper" between these two, since the engine has much and different parts I was thinking ...
0
votes
0answers
51 views
Cannot open shared GCC library
This question should be simple for those familiar with GCC. I'm hoping to be soon.
/usr/lib/gcc/i686-pc-cygwin/4.5.3/cc1plus.exe: error while loading shared libraries: ?: cannot open shared object ...
1
vote
1answer
52 views
Wrapping C++ using ctypes: undefined symbol
I am experimenting with wrapping C++ in order to use C++ functions in Python. Currently I am trying out ctypes and unfortunately, I have not yet been successful. For starters I have written a Hello ...
-1
votes
1answer
44 views
how to set LD_LIBRARY_PATH in ubuntu 11.04
i have seen many links for LD_LIBRARY_PATH but dont able to get a exact way for LD_LIBRARY_PATH.
i used ldd (for dynamic libraries) there i need
linux-gate.so.1 => (0x00f84000) ...
0
votes
1answer
24 views
SEGFAULT when passing QString by refernce to library function
I've been fighting with this all day long and I've tried passing a QString, a std::string, and a char* in many many different fashions, but if I pass it so that I can modify the parameter's value ...
0
votes
1answer
38 views
Linking shared library mysql on ubuntu
I've been trying to create a small test application to start working with CMake and linking libraries.
The following is done:
- I installed the libmysqlcppconn5 library on Ubuntu (ie. it is now ...
2
votes
1answer
44 views
Inheriting from Classes in Shared Object
I want to extend the C++ namespace of classes in a Linux shared object through inheritance. What are the issues that can arise, in particular involving static objects and member data?
// as a crude ...
0
votes
1answer
21 views
Why do I need to copy libraries in lib folder if I define an user library in Eclipse?
I created a "dynamic web project" in eclipse and I added to the build path the requested libraries using a "user library". Why it is not sufficient to run the application and I need to copy the ...
0
votes
1answer
37 views
#including <iostream> breaks linkage of shared object
I have following code:
#include <iostream>
extern "C" {
void foo() {
std::cout << "Wow, It's working!" << std::endl;
}
}
Without inclusion of iostream and ...
0
votes
0answers
44 views
Subclassing a CoreData model in a shared library
We just created a shared library (project-core) from an existing project (project-A) that we are now using in a new project (project-B). We moved the xcdatamodeld from project-A into project-core and ...



