Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hello
Tried to start postgres service on CentOS 7 and got an error:
All build/installation from source was done with no errors.
Made changes in postgresql.conf and pg_hba.conf:
parts of postgresql.conf:
*1) mydb i did not create yet
*2) other host are were not created yet
parts of pg_hba.conf
Installed on new empty dist of CentOS 7 on VirtualBox WM(Host Win10)
CentOS Linux release 7.3.1611 (Core)
What can it be? I think it's problem with path/filename '/usr/local/pgsql/lib/multimaster.so' - it was not found.
But how to fix it?