starting binary – library file not found

Problem Getting an error about not being able to find libraries (file not found), when starting up a binary – such as httpd. Solution You need to identify the shared libraries required by your binary. Ordinarly we use the ldd command for this and amended LD_LIBRARY_PATH to find the libs – see example below.You might [...]