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.
579 questions
0 votes
1 answer
63 views
Making library available in NixOS to build makefile projects
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 ...
0 votes
1 answer
924 views
Unable to install "libcrypto.so.1.0.0" and "libssl.so.1.0.0" libraries
(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 ...
0 votes
0 answers
62 views
Are libatomic1, libpulse-dev, and libpulse0 necessary to run a Valheim server?
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 ...
1 vote
1 answer
2k views
Lutris "i386 libGL.so.1 missing (needed by opengl)"
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 ...
1 vote
3 answers
2k views
How to run node v20.x on CentOs 7.9?
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 ...
0 votes
1 answer
114 views
Compiling old packages with outdated libraries for modern distros for preservation and archival purposes
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 ...
1 vote
2 answers
3k views
what's the difference between installing libudev and libudev-dev
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 ...
5 votes
3 answers
9k views
Pacman can't run. Can't find libicuuc.so.75
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 ...