Questions tagged [library]
52 questions
0
votes
3 answers
Are static(.a) and dynamic library(.so) always relocatable in linux?
I know that object files(.o) are always relocatable,
what about .a and .so files?

linux
- 1
- 1
0
votes
2 answers
Is there any way to monitor a specific library in linux?
I would like to install phpmyadmin on a production server, and apt says it will uninstall libgd2.
In this case I know libgd2 is not used, but I've asked myself if in another case I would be able to check if the library is used (and I didn't know how…

Marc Riera
- 1,637
- 4
- 23
- 38
0
votes
0 answers
Puma error while loading library: libicuuc.so.60
I just did a do-realease-upgrade on ubuntu 18.04 to 20.04 and i'm getting an error while attempting to start a puma server for a mastodon instance.
bundle[8604]: [8604] ! Unable to load application: LoadError: libicuuc.so.60: cannot open shared…

pg_obc
- 1
- 2
0
votes
0 answers
centos 7 libfreebl3.so file too short during boot
I boot my centos 7 in normal mode and when I try to login without asking password says login incorrect, after I boot in single mode and in boot log I see this error on during boot: /usr/sbin/sulogin: error while loading shared libraries:…

user3289412
- 41
- 1
- 3
0
votes
3 answers
Install ImageMagick on linux shared hosting
Is the installation of ImageMagick library possible for a non-root user in a shared hosting environment?

mr-euro
- 848
- 3
- 14
- 31
-1
votes
1 answer
gcc: /usr/lib/libxml2.a: No such file or directory
I have installed the following pre-built rpm on RHEL6 32bit:
libxml2-2.7.6-21.el6_8.1.i686,
libxml2-devel-2.7.6-21.el6_8.1.i686,
libxml2-python-2.7.6-21.el6_8.1.i686
How can I resolve this issue?
gcc: /usr/lib/libxml2.a: No such file or…
-1
votes
1 answer
File system that mounts a set of exchangeable media as single file system and handles media changes transparently
I'd like to build a DVD library (probably later to become a tape library) with a home-built robot that moves media between a store area (i.e. the 'shelves' where the physical DVDs are kept) and the DVD drives, and its own server to interface between…

Tanith
- 1
- 1