km_README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. postgres Module
  2. Greg Fausak
  3. August.net
  4. Edited by
  5. Greg Fausak
  6. Copyright © 2003 Greg Fausak
  7. Revision History
  8. Revision $Revision$ $Date: 2008-03-19 21:31:30 +0200
  9. (Wed, 19 Mar 2008) $
  10. __________________________________________________________
  11. Table of Contents
  12. 1. Admin Guide
  13. 1.1. Overview
  14. 1.2. Dependencies
  15. 1.2.1. OpenSER Modules
  16. 1.2.2. External Libraries or Applications
  17. 1.3. Exported Parameters
  18. 1.4. Exported Functions
  19. 1.5. Installation and Running
  20. Chapter 1. Admin Guide
  21. 1.1. Overview
  22. Module description
  23. 1.2. Dependencies
  24. 1.2.1. OpenSER Modules
  25. The following modules must be loaded before this module:
  26. * No dependencies on other OpenSER modules.
  27. 1.2.2. External Libraries or Applications
  28. The following libraries or applications must be installed
  29. before running OpenSER with this module loaded:
  30. * PostgreSQL library - e.g., libpq5.
  31. * PostgreSQL devel library - to compile the module (e.g.,
  32. libpq-dev).
  33. 1.3. Exported Parameters
  34. NONE
  35. 1.4. Exported Functions
  36. NONE
  37. 1.5. Installation and Running
  38. Notes about installation and running.