Problem : I’m trying to install an application on a GNU/Linux OS with RPM, however it keeps saying me that […]
Tag: libraries
Errors in installing FFTW locally
Problem : I’m trying to install fftw-3.3.7 library in a Linux cluster locally. After extracting, I tried, ./configure make make […]
How to strip a Linux system?
Problem : I’ve been building my own Linux distro, and I’ve stripped the binaries, etc. The system won’t use GCC […]
Multiple versions of a lib on Linux
Problem : So i often have the problem that i work on applications that need different versions of the same […]
Linux binary executable properties: ldd alternative?
Problem : The Linux ldd command can show the dynamic libraries used by an executable. It’s a bash script. But […]
How do you specify the location of libraries to a binary? (linux)
Problem : For this question I’ll be using a specific example, but really this generalizes to pretty much any binary […]
How to strip a Linux system?
Problem : I’ve been building my own Linux distro, and I’ve stripped the binaries, etc. The system won’t use GCC […]
Linux Version of Windows 7 Libraries
Problem : Libraries are one of the features I like about Windows 7 (admittedly, I haven’t delved to deeply yet). […]
ldconfig: cannot lstat – permission denied
Problem : I copied some libraries (libncurses, version 5.9) from a machine with architecture x86 to another machine with same […]
What library contains file X?
Problem : I’m tired of looking for specific files for specific problems, for questions like this one for example. Now, […]