I am using CentOS 8. My Rstudio-Server stopped working after a reboot. So I ran the following:
sudo rstudio-server verify-installation
And it showed that "no version information available". I tried many things to fix it, including removing version 10 of postgressql, installing verison 13, and un-installing and re-installing rstudio-server.
It still shows the same problem:
usd1sapp101 opt]$ sudo rstudio-server verify-installation
/usr/lib/rstudio-server/bin/rserver: /usr/pgsql-13/lib/libpq.so.5: no version information available (required by /usr/lib/rstudio-server/bin/rserver)
/usr/lib/rstudio-server/bin/rsession: /usr/pgsql-13/lib/libpq.so.5: no version information available (required by /usr/lib/rstudio-server/bin/rsession)
I know postfres sql is installed properly via this command:
[bosr opt]$ psql --version
psql (PostgreSQL) 13.3
I used this link this link to configure postgres sql for rstudio-server.
What else can I try?
Also, why did the uninstall and re-install of rstudio server not fix the issue? If I wanted to uninstall rstudio server and start from scratch, what would be the best method? Thanks in advance.