Skip to main content

Questions tagged [shared-libraries]

The tag has no usage guidance.

0 votes
1 answer
24 views

OBS Studio virtual background plugin doesn't work

I use Gentoo for my desktop. I tried downloading and compiling the plugin source, but it has heavy dependencies for only one function, so I downloaded the precompiled deb. The filter shows in webcam ...
1 vote
1 answer
355 views

How to force a linux binary to use only its own provided shared libraries?

I'm using an application, PowerISO, that comes with no source code, only its binary and the required shared libraries. I've used it for a number of years on Debian 10, but now I'm on Debian 12, it no ...
56 votes
4 answers
81k views

Find libraries a binary was linked against

I know that there is a command that lists me the libs and respective versions a software was linked against. Something with ld or libtool? But I just cannot remember. Spent some time on google but ...
1 vote
1 answer
459 views

libtinfo.so doesn't exist in custom LFS system

I'm trying to create a custom LFS system. I'm certain I have all the correct packages installed but I'm getting an error when chrooting or booting into it using QEMU. /bin/bash: error while loading ...
0 votes
0 answers
338 views

ogg.framework missing arm64e binary/library (m1 mac)

So im trying to run a game that was compiled from source and it required dependencies such as libogg. When i compiled the game and try to run it, an error occured dyld[26732]: Library not loaded: @...
2 votes
1 answer
6k views

asterisk: error while loading shared libraries: libasteriskssl.so.1

I am using Ubuntu 14.04 and followed the instructions to install asterisk from this link Ubuntu 14.04 Asterisk server installation All worked well until I run asterisk and get a shared lib error. ...
1 vote
1 answer
89 views

Trying to use miredo, missing libtun6.so.0

I am trying to use miredo, but when I run sudo miredo, I get miredo: error while loading shared libraries: libtun6.so.0: cannot open shared object file: No such file or directory Using Debian 10. ...
0 votes
0 answers
179 views

Why did my DLL disappear?

I have two similar computers (same OS and similar software), both of which have run Minecraft for years. But when I started Minecraft today, I got this error: "The program can't start because ...
1 vote
3 answers
11k views

Changing the version of ld-linux-x86-64.so.2 in RHEL5.7

I'm trying to use shared libraries that don't play well with the ld-linux-x86-64.so.2 that is found in /lib64. I don't have root access so I can't change the file in /lib64. Is there a way that I ...
0 votes
1 answer
496 views

libsymbolic.so: cannot open shared object file: No such file or directory

I am trying to debug my C++ application from the shell. gdb --args [scripts' parameters...] Then, in the gdb: (gdb) run and I get the output: error while loading shared libraries: libsymbolic.so: ...
0 votes
1 answer
728 views

Find out, how a library is linked to a binary via another linked library

Let's say I have a binary test and it uses shared libraries a.so b.so c.so I have trouble running the binary, because one of the linked libraries links another library d.so that seams to be the ...
0 votes
2 answers
766 views

ldd but for interlibrary dependencies?

Is there a tool like ldd which shows which libraries an executable depends on,but for inter-library dependencies. For example one shared library needs another one.How to get the dependencies. I'm in ...
0 votes
1 answer
578 views

Cygwin - error loading shared library: arm-elf-gcc.exe from GNUARM

I have installed Embedded Robot Coder, a set of tools for developing embedded ARM applications, e. g. for Lego NXT brick, using MATLAB on Windows. It contains Cygwin, GNUARM utilities and so on. When ...
1 vote
1 answer
2k views

Broken yum update on CentOS 7: gdal

When performing: yum update on my CentOS 7 server, I receive this strange error: Error: Package: gdal-1.11.4-12.rhel7.x86_64 (pgdg93) Requires: libproj.so.12()(64bit) Error: Package: ...
1 vote
1 answer
317 views

Ensure libraries in /usr/lib{64} are found before those defined in /etc/ld.so.conf

I am running Fedora 15 x86_64 and have the Oracle 11 client installed, and have an /etc/ld.so.conf.d/oracle.conf file configured so I can automatically pick-up the client shared object file. However ...

15 30 50 per page