Questions tagged [libraries]

82 questions
1
vote
2 answers

How do I make my PHP Source installation use the libraries inside of /usr/local/programname/lib instead or /usr/local/lib?

How do I make my PHP Source installation use the libraries inside of /usr/local/programname/lib instead or /usr/local/lib? I have tried setting LD_LIBRARY_PATH to each of the program names like…
user549144
0
votes
0 answers

Could a CRON cause a segfault?

I'm running a web-server using AWS (Ubuntu 18, Apache2, Django, with https cert from Let's Encrypt - which auto renews) at vanlevy.com. I am the only one who has access to the AWS account and the site's admin pages. Pretty much the only folks…
Van
  • 101
  • 4
0
votes
2 answers

How to forbid system to look into /usr/local binaries, libraries and includes?

I'm in a hard time trying to compile things with just dependencies within the system original folders. However, there are different versions of libraries and tools installed in /usr/local. G++ is always including files from /usr/local/include but it…
Fernando
  • 101
  • 2
0
votes
1 answer

Preloading shared library with libVirt

I am trying to load two shared libraries while running Qemu using libvirt. To preload the shared libraries I have added an environment variable in the $domain.xml file with the following command: virt-xml generic --edit --confirm --qemu-commandline…
Proy
  • 103
  • 4
0
votes
1 answer

Replace Existing XMLTooling Library w/ Compiled Version

To remediate an Shibboleth SSO vulnerability (https://shibboleth.net/community/advisories/secadv_20180227.txt) I'm attempting to replace the existing libxmltooling7 library with a newer version (from 1.6.0-4 to 1.6.3). I've successfully downloaded…
DMahn
  • 3
  • 3
0
votes
0 answers

Unable to link to shared library under systemd

Does systemd do something funny with linking shared libraries? I have a php extension which loads a shared library outside the php extension directory. If I run php-cli or start php-fpm from the CLI it works as expected and phpinfo() shows how the…
chell
  • 51
  • 6
0
votes
1 answer

Compiling GnuPG links gpg2 to /lib instead of /usr/local/lib/

Occasionally I have to install new packages on servers. If I'm lucky, I can find an RPM, otherwise, I get to bang my head on the wall and attempt to compile a package. This time I get to compile GnuPG to get version 2.1.15. So I download all the…
Bob Smith
  • 15
  • 3
0
votes
2 answers

What are all the most essential things to install for YUM?

I am building a server that has all the libraries (of course, they shouldn't take up Gigs of data). So that I can clone it, and will have it all. This server is mainly for web/crawling/databases stuff. What are some Absolutely must-have libraries…
Alex
  • 8,111
  • 24
  • 71
  • 99
0
votes
1 answer

Wrong JPEG library version: library is 62, caller expects 80

I have problem with imagick php extension. When trying to manipulate jpeg files error occurs: Wrong JPEG library version: library is 62, caller expects 80 I was trying to find where that library is istalled with: # ldconfig -p | grep…
Maciek
  • 1
  • 1
  • 1
0
votes
0 answers

Can't change Win7 libraries location from Windows Server 2003 server

I'm having trouble understanding why I can't change the location of my Windows 7 Pro user libraries. All of my libraries that matter (My Documents, Downloads, Desktop) are located @ \server1\users\USER The Desktop and My Documents libraries are…
0
votes
1 answer

libbaccats-7.0.5.so => not found

I'm installing Bacula from sources on CentOS 6.6. ./configure --prefix=/usr --sysconfdir=/etc/bacula --with-mysql [root@bacula0 lib]# ldd /usr/sbin/bacula-dir linux-vdso.so.1 => (0x00007fff65bff000) libbacfind-7.0.5.so =>…
0
votes
1 answer

All or very many shared libraries fail to load - openSUSE

For some reason, all (or very many) shared libraries no longer load. However, ldconfig claims that the library exists. web6:~ # sendmail -? sendmail: error while loading shared libraries: libdb-4.8.so: cannot open shared object file: No such file or…
bendodge
  • 144
  • 9
0
votes
2 answers

Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so'

When I try to run any php script with my user within shell, I get the following warning: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/ssh2.so' - /usr/lib64/php/modules/ssh2.so: cannot open shared object file: No…
eisaacson
  • 515
  • 3
  • 7
  • 20
0
votes
2 answers

Compile nginx with bundled shared libraries for Docker to make a tiny image

Docker images are mostly HUGE, and I'm dreaming of a tiny, really tiny image of nginx. The idea is to compile it and create a Docker image with only the nginx binary, config files, the required shared libraries, etc. So the question is: how to…
kolypto
  • 10,738
  • 12
  • 51
  • 66
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