Hi Alex,
Please keep these questions on the list, the answer may (or may not) help others!
Anyway, I thought that postgres was distributed with SER. It is in the modules/postgres directory, and it can be compiled in by removing it from the Makefile, ie, remove postgres from the lines in the Makefile that look something like:
exclude_modules?= cpl cpl-c ext extcmd mangler pdt \ postgres snmp xlog \ im radius_acc radius_auth \ jabber mysql \ auth_radius group_radius uri_radius
You will also need to compile postgres on the machine you are installing on, and create a database. Standard database stuff. You can get information on postgres from www.postgresql.org.
---greg
Alex Trofimov wrote:
Hello greg,
can you help me find postgres module for SER ?
thanks,
On Nov 20, 2003 at 08:10, Greg Fausak lgfausak@august.net wrote:
Hi Alex,
Please keep these questions on the list, the answer may (or may not) help others!
Anyway, I thought that postgres was distributed with SER. It is in the modules/postgres directory, and it can be compiled in by removing it from the Makefile, ie, remove postgres from the lines in the Makefile that look something like:
exclude_modules?= cpl cpl-c ext extcmd mangler pdt \ postgres snmp xlog \ im radius_acc radius_auth \ jabber mysql \ auth_radius group_radius uri_radius
Or add to all your make invocation include_modules=postgress (e.g. make include_modules=progress all; make include_modules=postgress install). You can also set include_modules=postgress in the environment (e.g. for bash: export include_modules=postgress).
Andrei