Skip to main content

Questions tagged [libraries]

A library is a collection of functionality that programs can use. They can be dynamically loaded by a program, or they may be compiled into the program.

0 votes
1 answer
75 views

I want to install the python package wolfcrypt under a python virtual environment (venv) as a one-off test to build a bootloader using wolfBoot As many other python packages, it requires the python ...
AlexLoss's user avatar
  • 193
0 votes
1 answer
74 views

I am trying to determine the libraries needed for pg_restore in the official postgres:15 docker image, but when I run ldd /usr/bin/pg_restore inside the container it returns this error: not a dynamic ...
Ricardo Silva's user avatar
0 votes
1 answer
1k views

(sorry in advance if this is has too little information. Please tell me if any other information is required for proper issue diagnosis and resolution) I have been trying to get a game running in ...
AnuraTek's user avatar
3 votes
2 answers
1k views

I am working on Debian Stable Linux (12.9) and it is otherwise working very well. I am also using Python3 for small data analysis tasks. I have been installing Python3 libraries in virtual ...
rnso's user avatar
  • 323
0 votes
0 answers
76 views

I'm running a containerized Valheim server built on debian:12.8-slim. The container has a couple of extras installed: openssh-server, curl, tar, lib32gcc-s1. Valheim Dedicated Server Guide lists ...
FIREBAAT's user avatar
0 votes
0 answers
668 views

I'm trying to use a Qt6-based program, namely NVIDIA's Nsight Compute UI, on a machine running SLES 15 SP5 (SUSE Enterprise Linux 2015, service pack 5). No, I can't switch distributions, it's not my ...
einpoklum's user avatar
  • 11.1k
1 vote
1 answer
2k views

When starting Lutris this error is shown in the console. If i386 libGL.so.1 is needed or not a problem to install how to install it? Do I need to enable 32bit sources in sources.list? I already have ...
mYnDstrEAm's user avatar
  • 4,980
1 vote
0 answers
89 views

When I run the PCSX2 runner in Lutris I get this error in the console and PCSX2 doesn't launch: PCSX2: error while loading shared libraries: libwx_baseu-3.0.so.0: cannot open shared object file: No ...
mYnDstrEAm's user avatar
  • 4,980
1 vote
3 answers
2k views

I've been stuck on this issue for too long. Basically I have a node v20.x app that I'd like to run on a CentOS 7.9 server. For reasons, we do not wish to upgrade the OS now but I'm sure there must be ...
Z0q's user avatar
  • 631
0 votes
1 answer
353 views

When running the Dolphin emulator from the stable Debian repos in Debian 12 with KDE I get the below error. However, no error is shown on a nearly identical machine where Dolphin emulator works fine. ...
mYnDstrEAm's user avatar
  • 4,980
0 votes
1 answer
132 views

I want to compile old (2005-2012) commits of an app, the app in question uses outdated libraries that no longer exist in modern distros, for example Qt3/Qt4 and ancient OpenSSL. I was successfully ...
user18686221's user avatar
1 vote
0 answers
72 views

I have a Fortran based application that is running fine and it provides the correct results when I run it normally (i.e ./myapp); however, when I tried to run it with real-time priority it gives the ...
Anas's user avatar
  • 111
1 vote
2 answers
3k views

I'm trying to install pcsc-lite and noticed the documentation said that that libudev is required. When I attempt to install libudev, I get the following: $ sudo apt-get install libudev Reading ...
SeanJ's user avatar
  • 179
1 vote
0 answers
136 views

I work on a linux server that is running Ubuntu. I have been using miniforge to manage environments with packages for specific tasks. Previously, I was using a global install of anaconda in but ...
Weston Elison's user avatar
6 votes
3 answers
9k views

I was updating my system when I ran into an issue with the icu package breaking electron. I figured I would ignore updating this package for now and look into it later. After the update completed most ...
Winnie22's user avatar
  • 151

15 30 50 per page
1
2 3 4 5
39