Questions tagged [libraries]

84 questions
0
votes
2 answers

Permissions not inherited in Windows 2003 when copying from other folder

Today I did a web site update and got this strange behavior I never experienced before. I always copy files from a build folder to the prod folder. After I copied the file, I started getting a permission denied error in the web site, so I went to…
user19085
0
votes
1 answer

apache taking old openssl libraries when doing apachectl graceful

Due to heartbleed vulnerability I have recompiled apache with non vulnerable latest openssl(I had to keep old vulnerable openssl due to some dependency problem). It is running fine and when doing heartbleed test for mydomain.com it says 'seems fixed…
Harikrishnan
  • 1,159
  • 2
  • 14
  • 32
0
votes
1 answer

How to install ia32-libs on Wheezy?

I have seen a couple of questions on ServerFault relating to installing ia32-libs on a 64bit machine but the solutions aren't working for me (I don't think any of these questions where for Wheezy specifically I'm not sure how to…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
0
votes
1 answer

installing old MySQL client libraries (libmysqlclient.so.15, libpq.so.4)

I'm attempting to install Nagios plugins on a Zimbra 8.0.2 server running CentOS 6.4, but have run into the following error when I run yum install nagios-plugins-all Error: Package: nagios-plugins-mysql-1.4.15-2.el5.x86_64 (epel) …
Elijah Paul
  • 557
  • 1
  • 8
  • 19
0
votes
1 answer

How can I change path for xml2-config

I've already asked same question in stackoverflow.I need some more help. I’m trying to upgrade libxml2 from 2.6.26 to 2.7.7 on CentOS5.5 I installed libxml2-2.7.7 in /opt/libxml2-2.7.7/bin/ I'd already installed 2.6.26 in /usr by yum install libxml2…
0
votes
1 answer

cannot open shared object file: Permission denied

On a server I haven't installed, ntpd is broken: # /etc/init.d/ntpd start ntpd: error while loading shared libraries: libz.so.1: cannot open shared object file: Permission denied but permissions look right: # ldd /usr/sbin/ntpd libz.so.1 =>…
Philippe Blayo
  • 281
  • 1
  • 2
  • 10
0
votes
2 answers

Setting LD_LIBRARY_PATH not enough?

I've edited my /etc/bashrc to set LD_LIBRARY_PATH like in my previous question that I asked. However it does not seem to be taking effect. Even though echo $LD_LIBRARY_PATH does show my modifications. And running my program:…
unixman83
  • 1,932
  • 8
  • 25
  • 33
0
votes
1 answer

Where is libmysqlclient? (Dspam installation)

I’ve been trying to install Dspam on my server (Ubuntu 10.04) but have been having some errors while configuring it. I'm trying to do a ./configure using this ./configure --with-storage-driver=mysql_drv --with-mysql-libraries=/usr/lib/mysql It runs…
Emmanuel
  • 347
  • 1
  • 9
  • 20
0
votes
1 answer

Install Mono in RedHat

I installed successfully Mono in my ubuntu 11, and now I have to do it in Redhat. The problem is I don't have access to this machine (and haven't done it before). And the one who is going to do it asked me what are the library wich have to be…
Anonymous
  • 101
  • 3
0
votes
1 answer

How to have Apache 2.2 use an earlier version of libapr?

I'm using a module in Apache that requires libapr-1.0.3.8, which is in my lib/ directory, but it appears my installation (via MacPorts) is using 1.0.4.5. Can I force Apache to use the earlier version without breaking? If so, how would I go about…
Jed
  • 103
  • 3
0
votes
1 answer

Does anyone know a way to interact with HP OV(NNM) with python, perl or bash?

Do anyone know if there is out there any API/library to access NNM database from perl or python? We have a NNM 7.53 which give us access to its data with its java based applet through http. And of course through the 'ovw' GUI interface. I've tried…
Marc Riera
  • 1,637
  • 4
  • 23
  • 38
0
votes
2 answers

Installing gem MySQL failed

I'm installing mysql gem on Amazon AMI 2010.11.1 and I'm having the next problem: # gem install mysql Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native…
0
votes
1 answer

ld library problem

I am getting the below error while checking status of any service or stoping starting any server on my linux server. Its CentOS-5.4 server. sh: /usr/bin/(swapd): /lib/ld-linux.so.1: bad ELF interpreter: No such file or directory I have checked ls…
Ramesh Kumar
  • 1,770
  • 5
  • 19
  • 29
0
votes
0 answers

What is overriding shared objects' dynamic library search paths?

Building PHP from source on macOS (Ventura) I've installed ICU in a non-standard location and built the intl extension as a shared library. I can run this by setting my non-standard location with an environment variable…
Tim
  • 584
  • 2
  • 9
  • 20
0
votes
0 answers

libboost_filesystem.so.1.71.0: cannot open shared object file: No such file or directory

Following the indications found here: https://switch2osm.org/serving-tiles/manually-building-a-tile-server-ubuntu-22-04-lts/ I'm trying to install Tile Server in Ubuntu 22.04 but I'm getting this error: raphy@pc:~$ sudo -u _renderd osm2pgsql -d gis…
Raphael10
  • 101
  • 2