Questions tagged [libraries]

84 questions
0
votes
0 answers

dnf: missing library, but does exist

Trying to install libmediainfo with dnf, got an error about missing library that does exist. How to solve this ? Here is dnfoutput: $ sudo dnf install -v libmediainfo --allowerasing DNF version: 4.7.0 cachedir: /var/cache/dnf User-Agent:…
ymudyruc
  • 1
  • 2
0
votes
3 answers

Debian: how to put two versions of libcurl on one system?

I'm trying to migrate two web apps on single server(debian10), both require different versions of php, and both require cURL extensions to work properly. php5.6-curl uses libcurl v3 php8.1-curl uses libcurl v4 Firstly I've installed php5.6-curl, and…
0
votes
2 answers

Where are the official sources for libzbar?

zbar is a project that provides a barcode/qr-code scanning library and command line programs. libzbar0 is provided in version 0.22 on Debian buster (our Docker images) and in version 0.23 on Ubuntu 20.04 (GitHub actions; same on Fedora 33 btw.). Our…
panzi
  • 103
  • 2
0
votes
1 answer

Application stopped to find shared library

wkhtmltopdf is used to create pdf files in Debian Linux. wkhtmltopdf suddenly stopped working. Running it from shell throws library not found error: root@x:/usr/local/bin# ./wkhtmltopdf ./wkhtmltopdf: error while loading shared libraries:…
Andrus
  • 169
  • 4
  • 12
0
votes
0 answers

Compile ModSecurity 3.3 with YAJL

anyone could help? I'm stucked on this. I already compiled ModSecurity 3.3 on this machine (followed these instructions). Now I'm trying to compile with YAJL (Yet Another JSON Library) to be able to log in JSON format. I installed yajl and…
0
votes
1 answer

Libruby.so library not in default library location

I have installed rh-ruby26 on my machine as a root user and it got installed under /opt/rh/rh-ruby26/root/bin/ruby..when I have tried to execute a script , am getting "error while loading shared libraries: libruby.so.2.6:cannot open shared file…
0
votes
0 answers

How can I add a library search path to an executable running with a capability?

I have an application that needs to run with the CAP_NET_BIND_SERVICE capability so that it can open a low port (502 for a TCP/Modbus server). It comes bundled with a set of .so files that it needs to dynamically link against, including pinned…
0
votes
3 answers

deleted glibc x86_64 on a VPS, centOS 6

Can you please help me solve this problem. I've "accidentally" rpm -e the glibc.x86_64 libraries and made my VPS unusable as all commands throw one of the following errors: [root@panel lib64]# yum bash: /usr/bin/yum: /usr/bin/python: bad…
Vedran B
  • 15
  • 4
0
votes
0 answers

openssl .so library version incompatible

I upgraded to openssl-1.1.1d from openssl-1.0.0 But, opendkim supports openssl-1.0. So, some changes were done and compiled it. The compiling was okay. When I try to run the binary, sometimes it runs. But, mostly the following error…
fury.slay
  • 101
  • 4
1 2 3 4 5
6