Problem 1:

./initdb: /lib64/libc.so.6: version `GLIBC_2.9' not found (required by ./initdb)
./initdb: /lib64/libc.so.6: version `GLIBC_2.6' not found (required by ./initdb)
./initdb: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /home/test/AppManager14/working/pgsql/bin/../lib/libcrypto.so.1.1)
(OR)
After applying service pack (.ppm file) upgrade with PostgreSQL as backend in Linux (For versions 14850 and above), the following error message is shown due to missing GLIBC_2.9 library file:

./postgres: /lib64/libc.so.6: version `GLIBC_2.9' not found (required by ./postgres)
./postgres: /lib64/libc.so.6: version `GLIBC_2.6' not found (required by ./postgres)
./postgres: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /home/test/AppManager14/working/pgsql_11.7/bin/../lib/libcrypto.so.1.1)
Solution:
For the above error traces, execute the below command to verify the GLIBC in your Linux server:
If the above command output returns GNU LIBC < 2.9, then upgrade the GLIBC in your machine and try installing Applications Manager once again. For more information about upgrading GLIBC, click here.
Note: Upgrading Applications Manager on Windows 2003 server is not supported as this edition has reached EOL. Please upgrade the Windows edition first, then proceed to upgrade the Applications Manager.