Advertisement
brazenparadox

postgres configure error

Mar 17th, 2021
715
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. checking for main in -lm... yes
  2. checking for library containing setproctitle... no
  3. checking for library containing dlopen... -ldl
  4. checking for library containing socket... none required
  5. checking for library containing shl_load... no
  6. checking for library containing getopt_long... none required
  7. checking for library containing crypt... -lcrypt
  8. checking for library containing shm_open... -lrt
  9. checking for library containing shm_unlink... none required
  10. checking for library containing clock_gettime... none required
  11. checking for library containing fdatasync... none required
  12. checking for library containing sched_yield... none required
  13. checking for library containing gethostbyname_r... none required
  14. checking for library containing shmget... none required
  15. checking for library containing readline... no
  16. configure: error: readline library not found
  17. If you have readline already installed, see config.log for details on the
  18. failure. It is possible the compiler isn't looking in the proper directory.
  19. Use --without-readline to disable readline support.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement