Questions tagged [libraries]

82 questions
2
votes
1 answer

remove shared library from sshd

mv /lib64/libkeyutils.so.1.9 /root service sshd restart Stopping sshd: [ OK ] Starting sshd: /usr/sbin/sshd: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No…
Tiffany Walker
  • 6,541
  • 13
  • 53
  • 77
2
votes
1 answer

How can install scripts determine which are the correct equivalents for /usr/lib for 32- and 64-bit libraries?

I have an SDK that must install 32-bit and 64-bit files in the correct places under /usr/lib for a variety of Linux distributions. For example, it appears that for Fedora, /usr/lib64 is the 64bit lib, but for Debian based systems, /usr/lib is the…
Randalli
  • 35
  • 4
2
votes
2 answers

access windows 7 Libraries with Powershell

do you know some way to navigate trough windows libraries in Powershell?, exist some provider? it will be nice have this posibility because in libraries i have everything that i need almost in one ore two dir depth when in reality practically all…
mjsr
  • 181
  • 7
1
vote
1 answer

Google Cloud Java API calls from a servlet: blocking or connection concerns?

Just trying out the Java API for GCP (the compute lib). I'm making calls to the API from a servlet ... Compute.Instances.Insert insert = compute.instances().insert("tester", "us-easts1-db", instance); Operation o = insert.execute(); The docs read…
1
vote
0 answers

nginx not starting: unsupported Verneed record of libGeoIP.so.1

I have been running nginx on my Ubuntu 14.04.4 LTS server for more than one year without problems. However, since a few days nginx fails to load (access.log shows last connection from June, 13th 2016). The output of nginx -t shows the following…
check
  • 51
  • 6
1
vote
1 answer

Switching library paths in python virtualenv dynamically

There are two versions of Python that can be installed on RHEL 6.7, as many obviously know. Yum needs 2.6, and other programs for example Graphite need 2.7 After digging into it, I see that even when I have a shell spawned or started with scl enable…
Bob R
  • 111
  • 1
1
vote
0 answers

Unable to update packages / Package manager crash (Ubuntu 14.04)

I've been having troubles installing updates lately. Updating via the Software Updater gave no list of packages, though it still said it had to download ~100MB worth of updates. The update failed as apparently I might have broken packages or unmet…
Jiyah
  • 11
  • 3
1
vote
0 answers

Where to find infos about functions and opportunities for backup / archive systems

we are thinking about building an archive system (>1PB) to store video-files. Probably this complex system will be assemble by different technologies and sub-systems. But one decisively point will be the type library. Now, before that project really…
The Bndr
  • 274
  • 3
  • 8
1
vote
1 answer

When does rpm -V not verify md5sums?

I've got an older system (Fedora Core 6, it's an isolated system used to do builds for older devices). I'm trying to build a matching VM, and I've noticed a difference I can't explain. Both systems have the package glibc-2.5-3 on them, which…
Michael Kohne
  • 2,284
  • 1
  • 16
  • 29
1
vote
0 answers

Error installing Python packages on an AWS Ubuntu server

I am trying to install the Ansible control server on Ubuntu 14.x (an AWS instance). When trying to install the dependencies, I saw an error. I'm not sure what I need to do. Is this an ignorable error? Here is what I entered: pip install paramiko…
PJ8912
  • 113
  • 3
1
vote
0 answers

Apache2 and LD_PRELOAD libraries wrapping

I'm trying to load a custom library on an Apache2 web server. On Unix systems, I know it's possible to do it using the LD_PRELOAD variable. I've configured /etc/apache2/envvars file to preload my library, appending an export…
auino
  • 143
  • 7
1
vote
0 answers

libc/libcstdc++ issue - GLIBC_2.18 not found

After some package update on my Debian (Sid) machine I started to experience errors like: Error message from server: ERROR: could not load library "/usr/lib/postgresql/9.1/lib/postgis-1.5.so": /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.18'…
mrjames
  • 33
  • 1
  • 5
1
vote
1 answer

How to Downgrade an i386 / ia32-libs Library on Wheezy?

I recently upgraded to an amd64 version of Wheezy, and I have a couple of compiled proprietary programs that need to keep running 32-bit. No problem, I installed the i386 compatibility libraries dpkg --add-architecture i386 apt-get update apt-get…
Shannon A.
  • 173
  • 9
1
vote
1 answer

Left 4 Dead 2 dedicated server Steam authentication problems

I'm running a game dedicated server for the Valve game Left 4 Dead 2 on my housed root server. I had one running for years back when I was still running Debian Squeeze (6, oldstable, x86_64) on my servers and wanted to set one up again now on Debian…
aef
  • 1,705
  • 4
  • 24
  • 41
1
vote
1 answer

installing XtraBackup with libmysqlclient.so.18

Current situation I'd like to install XtraBackup on my VPS (Centos 5) where my main database is running. During the rpm install it told me that it misses a dependency called perl(DBD::mysql). When I try to yum install that dependency, it tells me…
Martin
  • 177
  • 2
  • 10