Tag: libraries
Found 256 results for 'libraries'.
1) linux - shared object file open error with "sudo command" but NOT with "sudo bash" then same command?
2) libraries - libGLEW.so.1.11: cannot open shared object file
3) libraries - error while loading shared libraries: libc.so.6: cannot open shared object file
4) linux-kernel - Why doesn't the Linux kernel have optimized functions like glibc does (e.g., memchr, strchr)?
5) macos - Clang can't locate Homebrew-installed libportaudio
6) bash - Is there any danger to using an unset variable in a bash function definition?
7) libraries - ELF shared libraries - motivation for the PLT
8) linux - Introspection of the interface of a shared library
9) linux - How do I get a list of shared library filenames under Linux?
10) rhel - Error Loading Shared Libraries when Installing Redhat Directory Server
11) compiling - How to use local shared library while compiling the FOSS project?
12) libraries - Installing shared library - questions and problems
13) package-management - libstdc++.so.3 => not found on CloudLinux, no SuperUser permissions, seemingly in chroot.
14) opensuse - error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
15) frameworks - What is the difference between a framework and a library?
16) c++ - How do libraries work at compile & link times
17) linux - remove shared library from sshd
18) php - Can not execute some shell command from php
19) compiling - Static Libraries: Recompilation and sharing of the source code
20) compiling - Why do I have to set LD_LIBRARY_PATH before running a program, even though I already linked the library locations in the compile stage?
21) path - What is the default value of LD_LIBRARY_PATH?
22) libraries - where will the system search for dynamic libraries?
23) software-installation - Is it safe to delete library source directory after library install?
24) memory - Loading of shared libraries and RAM usage
25) code-reviews - How to do an effective code review of library changes?
26) delphi - Library version control best practices
27) c# - How to simplify exception handling for library users?
28) design - When writing a library or an API, when should and when shouldn't I validate or automatically correct errors in data provided by another developer?
29) architecture - Should developers be expected to compile an internal library before the actual program?
30) php - Creating A Library That Requires Other Libraries (PHP)
31) c# - How can you separate a monolith into domain-driven libraries without duplicating interfaces and still keep dependencies simple?
32) c# - Should timeout be a public static property or a parameter to every function?
33) design-patterns - Design of actions handlers requiring some order
34) design-patterns - Read Only Generic data access layer Best practice
35) architecture - Error Handling Strategies in Multithreaded Environments
36) rpm - How does rpm resolve library dependencies?
37) c - Questions about linking libraries in C
38) c++ - Organization of C++ source code for reusable components
39) c# - Creating a shared library that might be used with desktop applications and web projects
40) java - Should my small software library avoid using other libraries?
41) libraries - CLI and Lib package, where to put module loading code
42) design - Splitting up a single project into libraries
43) .net - Is a DLL developed in .NET is accessible from any language or operating system?
44) android - Managing multiple versions of the same Android Library Project
45) licensing - LGPL License in commercial application
46) libraries - When to Use Shared Libraries
47) libraries - How to encrypt data using the private key?
48) architecture - Best practices on sharing code between open source libraries
49) gcc - Why does `libc6 ` depend on `libgcc1`?
50) c++ - Are header-only libraries more efficient?