I cannot connect to the postgres database

I type the following command and continue the installation process, but the res_config_pgsql.so module is missing

make menuselect.makeopts &&
menuselect/menuselect --disable BUILD_NATIVE &&
menuselect/menuselect --enable res_config_pgsql menuselect.makeopts &&
menuselect/menuselect --enable cdr_pgsql menuselect.makeopts &&
menuselect/menuselect --enable cel_pgsql menuselect.makeopts && \

Have you installed the required dependencies to build these? Does opening “make menuselect” manually and looking at the modules show dependencies not met?

I clicked, the module cannot be selected, it has xxxx in front of it

1111

The bottom line, which is missing from your image, tells you which dependency is missing.

I made a mistake, I was connected to the database, but it reads the user from the file, not from the database, and this is still my problem and has not been resolved.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.