The shared-library tag has no usage guidance.
0
votes
1answer
15 views
PHP Startup: Unable to load dynamic library : cannot open shared object file: No such file or directory
I'm trying to compile a specific version of GEOS and its PHP bindings in the Travis CI environment; they're using Ubuntu.
Here is my install script:
sudo apt-get update
sudo apt-get remove 'libgeos.*...
0
votes
0answers
14 views
Problem with Shared Libraries and OpenCL
So I just successfully installed the driver for the Quadro M5000, and everything works. Here is the driver I installed: http://www.nvidia.com/download/driverResults.aspx/111596/en-us. The machine is ...
0
votes
0answers
10 views
Eclipse not opening: exit status 127
When I try opening eclipse (which I had installed using Synaptic), it doesn't but instead displays a dialogue box that says:
JVM terminated. Exit code=127
/usr/bin/java
-Xms40m
-Xmx384m
-Dorg.eclipse....
1
vote
0answers
20 views
Manual install of pdftk can't find libgcj library
I'm trying to get pdftk running on my shared hosting account (no root access). I followed the instructions here, mainly:
$ mkdir -p [my_project]/vendor/pdftk/lib [my_project]vendor/pdftk/bin
$ cd /...
1
vote
1answer
26 views
How to add shared library dependencies to debian/control?
I am trying to make a debian package from a Qt application relying on OpenCV.
What I did so far:
I set up an Ubuntu in a Virtualbox
I installed the neccessary software to compile and run the ...
0
votes
0answers
21 views
Error in installation of older version of openssl
I am trying to compile openssl 0.9.6 (I know very old version) from source on ubuntu 16.04 LTS. I did following
./configure shared --openssldir=/home/segnate/dev/openssl
make
make ...
0
votes
1answer
32 views
qemu: error while loading shared libraries: libjpeg.so.8
I am unable to use qemu:
# qemu-system-x86_64 /dev/sdb
qemu-system-x86_64: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
Packages were ...
1
vote
0answers
24 views
identification of embedded shared libraries
I'm looking for a way to identify shared libraries of embedded devices.I'm especially interested in which version a library is used. So far I try to identify a library by either its file name or the ...
0
votes
0answers
38 views
flashplayerdebug: error while loading shared libraries: libXt.so.6:
I can not solve this problem ...
flashplayerdebug: error while loading shared libraries: libXt.so.6: cannot open shared object file: No such file or directory
and yet I have this lib
`locate libXt
/...
2
votes
0answers
33 views
How to trace at runtime the symbols of loaded shared library?
I want to be able to know what are the symbols that are used from a certain shared library at runtime.
I use gdb and I set the solib-search-path to the user defined shared library. I am not sure if ...
0
votes
0answers
48 views
Opencv library update
OpenCV worked fine on my computer but when I did upgrade CUDA from 7.5 from 8.0 I am no longer able to compile and run.
I updated .bashrc file
export PATH=/usr/local/cuda-8.0/bin:$PATH
...
1
vote
1answer
28 views
Error constantly shown in terminal after installing ESET NOD32 for Linux 64bit
This error message is constantly shown in terminal after installing ESET NOD32 version 4.0.82.0 for Linux 64bit on Linux Mint 18:
ERROR: ld.so: object 'libesets_pac.so' from /etc/ld.so.preload ...
0
votes
0answers
51 views
libggc_s.so.1: cannot open shared object file error
I have a raspberry pi 2 with Raspbian Jessie installed.
It was working good but yesterday it started to give libggc_s.so.1 error(not libgcc, it is libggc)
When I do apt-get update I see below lines:
...
2
votes
1answer
50 views
How to know if bash has readline library support?
This question is related to http://askubuntu.com/q/826288/295286 In my search online, I could find no mention of whether bash 3.2 comes with readline support. Thus, I would like to know, if there is a ...
0
votes
1answer
303 views
How to change the path of shared libraries shown by ldd?
I am trying to make the postgis extension work on my system and it always spits out "$libdir/postgis2.2" no such file or directory error. For my curiosity I executed "ldd postgis-2.2.so" and it spits ...
1
vote
1answer
129 views
Permission denied on some shared libraries
First of all, I hope this is the right site to be posting this to.
I get these errors when logging in as another user (ignatius):
catch22bbs:~/Desktop # su ignatius
ls: error while loading shared ...
2
votes
1answer
36 views
what is the syntax of INPUT in so file
When I study the Clang for x86_64 Ubuntu 16.04 Pre-Built Binaries, I see that the libc++.so is not a soft link to the real shared library, it is a text file with text:
INPUT(libc++.so.1 -lc++abi)
So ...
0
votes
1answer
55 views
Linking shared library in linux kernel
I'd like to modify the security module (Specifically security/IMA) of the linux kernel.(This module has to be compiled into the kernel)
I have to use functions from a shared library (an .so file) in ...
1
vote
1answer
661 views
What is the purpose of libimf.so?
I am running Ubuntu 14.04 and am having various issues with libimf.so (see my questions on Ask Ubuntu: 1, 2). While waiting to sort those issues out, I am trying to figure out what libimf.so is ...
0
votes
1answer
274 views
error while loading shared libraries: libcppunit-1.13.so.0: cannot open shared object file: No such file or directory
I've done everything I thought was needed, but can't get this library to be installed properly.
ldconfig -p | grep libcppunit
keeps returning the empty string.
To install it, I've run (do not ...
2
votes
1answer
156 views
apparmor - cannot load library
I'm trying to get apparmor set up on my system and am having troubles getting past the permission denied error:
ping: error while loading shared libraries: libcap.so.2: cannot stat shared object: ...
4
votes
1answer
302 views
Why can't I execute Android x86 executables on Linux
I am trying to port Android apps to Linux (don't laugh :) and I have come across a problem. When trying to execute an Android executable (app_process) after adding the executable permission with ./...
-1
votes
1answer
202 views
Where do C# executables running on an Ubuntu Linux 16.04 desktop which use source code that DLLImport's shared objects look for them at runtime? [closed]
Where do C# executables running on an Ubuntu Linux 16.04 Lenovo Thinkstation desktop which use source code that DLLImport's shared objects (so's) look for shared objects at runtime? Even if the shared ...
5
votes
2answers
549 views
Why nm shows no symbols for /lib/i386-linux-gnu/libc.so.6?
I expected to see number of symbols in the libc.so.6 file including printf. I used the nm tool to find them, however it says there is no symbol in libc.so.6.
0
votes
0answers
150 views
Where are the definitions for the prototype declarations in <bsd/stdlib.h>?
I have a C program on Ubuntu 16.04, in which I would like to use arc4random_uniform.
typedef unsigned char u_char;
#include <bsd/stdlib.h>
int main () { return (int) arc4random_uniform(100); }
...
1
vote
2answers
109 views
rsync on AIX gives popt The module has an invalid magic number error
[SERVER:root:/home/user:] rsync -avz --delete ...
Could not load program rsync:
Dependent module /opt/freeware/lib/libpopt.a(libpopt.so.0) could not be loaded.
The module has an invalid magic ...
0
votes
1answer
110 views
How can I tell if GNU GSL is installed?
How can I find out if GNU Scientific Library is installed?
OSX 10.11
0
votes
2answers
900 views
Is it possible to install both Gstreamer 0.10 and Gstreamer 1.0 at the same time?
I have a computer that runs Debian Stretch which has Gstreamer 1.0 installed. I am trying to run a Processing sketch that uses the Processing video library which in turn relies on Gstreamer 0.10. This ...
3
votes
1answer
1k views
How to change the paths to shared libraries (.so files) for a single terminal instance
I want to remove some of the paths the linker uses to find .so libraries for testing purposes.
I have found a way to add library paths:
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/path/to/library"
...
0
votes
0answers
354 views
How to install libcrypto++9v5 and libcrypto++9 at same time
im trying to install an application which need libcrypto++9 to be installed but im still using some Apps which are using libcrypto++9v5 so when i try to install debain package of libcrypto++9 they ...
2
votes
1answer
91 views
non-reentrant libraries in shared memory?
I found this Q&A saying shared libraries can be shared between processes using shared memory. It seems like it would be impossible, though, to share code between processes without some pretty ...
1
vote
1answer
53 views
-lpopt is not found while cross compiling for aarch64
I am trying to cross compile for the 'aarch64' architecture from my ubuntu 12.04 desktop which is 64 bit (x86_64).
So i installed the crosscompiler-toolchain for 'aarch64' with the 'synaptic package ...
0
votes
0answers
56 views
Why does a Ubuntu Linux Mono-.NET 4.5 C# Program GP Fault upon loading and running a Shared Object?
On my Ubuntu Linux 15.10 Lenovo desktop computer, I wrote a Mono-.NET 4.5 C# program with a BuildIPCameraListLinux.config file which uses DLLImport to load libxmlconverter.so. Only upon point and ...
1
vote
2answers
420 views
Is it OK to sort /etc/ld.so.conf
I am wondering if I can keep the entries in /etc/ld.so.conf sorted.
My ld.so.conf looks now like this:
/usr/X11R6/lib64/Xaw3d
/usr/X11R6/lib64
/usr/lib64/Xaw3d
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/...
4
votes
1answer
259 views
How to deal with conflicting names of two shared libraries?
On my Linux Mint 17.3 system, I installed the packages libglfw2 and libglfw-dev. Since GLFW v3 is not available in repositories, I chose to compile it manually using instructions here.
Almost all ...
6
votes
2answers
226 views
Why are .so packages provided by the devel packages?
I've seen an interesting pattern in RPM packaging. The main library package will include the shared library itself:
/usr/lib64/libavcodec.so.54
The -devel package will provide headers and a symlink:
...
1
vote
1answer
61 views
Relationship between ldconfig and ld.so.cache
After I restart my computer, ld.so.cache still has the information in it, so my questions are as follows:
Is the information always kept there? Isn't it being removed after restart or something like ...
3
votes
1answer
62 views
Shared libraries and different linux systems
Is it possible to use a shared library, compiled for example on a RedHat / CentOS system, on a Ubuntu system?
1
vote
0answers
765 views
Redhat error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: Permission denied
I just installed and am trying to start rpcbind on my redhat 7 machine. I'm new to linux so I'm having some trouble figuring out what to do next. I'm running all of these commands as the root user.
...
0
votes
1answer
1k views
error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
When I try to execute a framework for a university assignment, I get
$ ./Assignment
./Assignment: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file ...
1
vote
1answer
6k views
libssl.so.0.9.8: cannot open shared object file: No such file or directory
When attempting to run Cloud9 IDE locally after its installation I receive this error:
# bin/cloud9.sh
Linux 64 bit
support/node-builds-v4/node-linux64: error while loading shared libraries: libssl....
0
votes
1answer
34 views
In theory, can a .so file created in one RHEL version be used in any other RHEL version?
I have done the compilation of a source package and installed in a custom path, binaries and some shared objects libraries were created and the tool is working.
Can the same installation be used in ...
0
votes
1answer
208 views
Building binary with static objects included
Is it possible to build a binary with dependent .so files included so that the binary can be built once and used on machines with the same hardware and OS, without them having the .so files?
For ...
2
votes
1answer
72 views
How process know address of shared library?
As far my understanding, when I compile my C source code GCC/LD does the address binding at compile time. Typically this address starts at zero. When I call a function from shared library how the ...
2
votes
0answers
270 views
Arch Linux stuck booting
Since I updated my Arch system with sudo pacman -Syu I am not able to boot into X anymore. All I see is a warning about the unsupported brightness interface. This was shown before, is a known bug and ...
0
votes
0answers
83 views
custom runtime environment - libpthread segmentation fault
I have built a project using gcc 4.9.2 (libstdc++.so.6.0.20). When I want to run that program on the virtual machine which is equipped with gcc 4.6.3 (libstdc++.so.6.0.16) I have to deliver libstd++/...
3
votes
1answer
108 views
Satisfying lib dependency
A rookie question: I have a program (which I will call foo here) compiled for x64 (my current arch). When I try to run it, it goes:
./foo: error while loading shared libraries: libgmp.so.3: cannot ...
0
votes
3answers
293 views
Why does linux not allow multiple versions in the central repository?
I'm total newb to Linux, but here goes..
It seems to me that a lot of the problems using Linux is because of mismatched dependencies.
Specifically that you can't install two versions of a library.
...
3
votes
1answer
203 views
Shared library on NFS mount not found from one host, works fine from another
I am experiencing some very weird behaviour regarding the loading of a shared library from an NFS4 mount, and am hoping someone can shed light on it.
Consider the following:
$ ucto
ucto: error ...
2
votes
2answers
190 views
how an expression which contains LD_DEBUG is processed?
An example usage of LD_DEBUG looks like this:
LD_DEBUG=libs applicationName
LD_DEBUG=libs is just an assignment - so how it works (prints result) in bash ?