Skip to main content

Questions tagged [shared-libraries]

The tag has no usage guidance.

0 votes
1 answer
20 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 ...
Deyaa's user avatar
  • 11
1 vote
1 answer
353 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 ...
jimjamz's user avatar
  • 35
1 vote
1 answer
457 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 ...
sfs's user avatar
  • 33
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: @...
drxjason's user avatar
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. ...
PugzAreCute's user avatar
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 ...
Dan R.'s user avatar
  • 105
0 votes
1 answer
494 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: ...
Omer Lerinman's user avatar
0 votes
1 answer
725 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 ...
Michal Artazov's user avatar
0 votes
2 answers
763 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 ...
microwth's user avatar
  • 155
0 votes
1 answer
577 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 ...
Morpheus's user avatar
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. ...
Naten Baptista's user avatar
6 votes
1 answer
13k views

What is the difference between /usr/lib /usr/local/lib and /usr/lib/x86_64-linux-gnu?

In my Linux machine I have boost libraries (libboost*.so files) in all of the above directories. I am wondering what is the difference between them. Can I remove the duplicate so files?
motam79's user avatar
  • 490
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: ...
david.perez's user avatar
0 votes
1 answer
102 views

postfix failed to start

I try to set up postfix on my WS880 router under ASUSWRT-Merlin. When I run it from command line, got error /opt/sbin/postlog: can't load library 'libresolv.so.0' In fact libresolv.so.0 lay in /...
Alexey's user avatar
  • 363
1 vote
1 answer
461 views

Error running tmux in cygwin

I have installed tmux through apt-cyg, but I keep getting this error when trying to run tmux: $ C:/cygwin64/bin/tmux.exe: error while loading shared libraries: cygevent-2-0-5.dll: cannot open shared ...
Chris's user avatar
  • 113

15 30 50 per page