PostgreSQL La base de donnees la plus sophistiquee au monde.

Forums PostgreSQL.fr

Le forum officiel de la communauté francophone de PostgreSQL

Vous n'êtes pas identifié(e).

#1 03/11/2009 09:55:52

mich30
Membre

pgadmin option --with-openssl

Bonjour je veux installer pgAdmin
il me dise dans la doc qu'il faut je configure postgres avec
--with-openssl configure option.

j'ai deja installé Postgress

- une compilation sera suffsante bien entendu il faut que je refasse
make et make install , ca m'embete un peu cette optio na quoi sert t'elle?
merci



Installing pgAdmin from source
==============================

This document describes how to build pgAdmin from source on *nix, Mac and
Windows.

Linux, FreeBSD, Solaris and other unix variants
-----------------------------------------------

You will need:

- A modern development environment:

    - GTK 2.2 or above.
    - GNU automake 1.9 or above.
    - GNU autoconf 2.59 or above.
    - GNU gcc 3.4 or above.

- wxGTK 2.8.x from http://www.wxwidgets.org/
- libxml2 2.6.18 or above from http://www.xmlsoft.org/
- libxslt 1.1.x or above from http://www.xmlsoft.org/
- PostgreSQL 8.1 from http://www.postgresql.org/

Building:

1) Install libxml2 and libxslt if they are not already present on your system,
   per the instructions included with them.
   
2) Install PostgreSQL per the instructions included. It is recommended that you
   build with OpenSSL support, using the --with-openssl configure option.
   
3) Unpack the wxGTK tarball to a convenient location, and build and install it
   as follows:
   
     cd /path/to/wxGTK/source/
     ./configure --with-gtk --enable-gtk2 --enable-unicode
     make
     sudo make install

     # Install wxWidgets contrib modules.
     cd contrib/
     make
     sudo make install
   
   A script is included in the pgAdmin source tarball
   (xtra/wx-build/build-wxgtk) which will build and install wxWidgets in each
   combination of shared/static/debug/release builds for you.
   
4) Unpack the pgAdmin tarball to a convenient location, and build and install it
   as follows:
   
     sh bootstrap    # Required only if building from an SVN checkout
     ./configure
     make all
     sudo make install
    
   If any of the prerequisite components are installed in locations that the
   configure script cannot find, you may specify their locations on the command
   line. See the configure help (./configure --help) for details.

Hors ligne

#2 03/11/2009 10:04:40

Marc Cousin
Membre

Re : pgadmin option --with-openssl

Le with-openssl permet de chiffrer la communication entre le client (pgadmin ou psql) et le serveur. Si c'est un serveur de développement, ça n'est pas grave

Dernière modification par Marc Cousin (03/11/2009 10:05:08)


Marc.

Hors ligne

#3 03/11/2009 10:21:24

mich30
Membre

Re : pgadmin option --with-openssl

ok super je te remercie bonn journéé aujourdh'ui j'installe le QGIS

Hors ligne

Pied de page des forums