I’m trying to configure postgresql realtime on Asterisk 15 and I’m not able to get the res_config_pgsql module to show up.
I thought installing the postgresql-devel was the only dependency it had but I have pretty much everything installed?
yum list installed | grep postgresql*
postgresql.x86_64 9.2.24-1.el7_5 @base
postgresql-contrib.x86_64 9.2.24-1.el7_5 @base
postgresql-devel.x86_64 9.2.24-1.el7_5 @base
postgresql-libs.x86_64 9.2.24-1.el7_5 @base
postgresql-server.x86_64 9.2.24-1.el7_5 @base
I’ve installed various other python pgsql packages in a hope one of those might sort it but having re-run make menuselect after each update its just not showing up.
I have the odbc version working on another install so I could revert to that but I’d like to try and go with the native postgres module if possible.
Any help much appreciated.