Top "Dynamic-library" questions

Compiled binaries capable to be loaded in the process address space in runtime.

PHP Warning: PHP Startup: Unable to load dynamic library

I run a PHP script and get this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/…

php dynamic-library
Xcode 6 and Embedded Frameworks only supported in iOS8

When using an embedded framework (dyld) in Xcode 6.0.1 with deployment target less that iOS 8 I get: Build is successful Runtime …

objective-c ios8 dylib dynamic-library
Xcode 6 iOS Creating a Cocoa Touch Framework - Architectures issues

I'm trying to make a dynamic framework for an iOS app. Thanks to the new version of Xcode (6) we can …

cocoa ios8 xcode6 dynamic-library ios-universal-framework
C++ linux: dlopen can't find .so library

Reworded Question (although it's been solved already): I've been having trouble using dlopen(3) to load a shared object library on …

c++ linux codeblocks dynamic-library
C++ Statically linked shared library

I have a shared library used by a another application beyond my control which requires *.so objects. My library makes …

c++ static-libraries crt dynamic-library
PHP unable to load dynamic library "php_pdo_oci.dll"

I'm running Apache 2.4.7 with PHP 5.5.9 on Windows 8. I installed PHPUnit and this warning image "warning" started to pop up. Yes …

php dynamic-library
Could not load dynamic library 'libnvinfer.so.6'

I am trying to normally import the TensorFlow python package, but I get the following error: Here is the text …

python linux tensorflow pip dynamic-library
MacOS -- how to link a dynamic library with a relative path using gcc/ld

If you are trying to understand dynamic linking, this question is likely to be of interest. One of the answers …

macos gcc linker ld dynamic-library
Meaning of library dl in gcc

I'm checking a makefile, and see that the libraries used are: LIBS = -lcppunit -ldl lcppunit is the unit testing library. …

c++ linux dynamic-library
Setting LD_LIBRARY_PATH environment variable for loading a shared library at runtime (g++)

I'm having two problems related to the same issue: I have a shared object saved in `pwd`/lib and while …

g++ environment-variables dynamic-linking dynamic-library