<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mrit.com/gestinux/mediawiki2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tahitibub</id>
	<title>Gestinux Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mrit.com/gestinux/mediawiki2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tahitibub"/>
	<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Special:Contributions/Tahitibub"/>
	<updated>2026-06-02T17:02:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=3681</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=3681"/>
		<updated>2017-01-14T02:36:43Z</updated>

		<summary type="html">&lt;p&gt;Tahitibub: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Install a PostgreSQL database client library}}&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Linux Debian&#039;&#039;&#039; (Ubuntu, Mint) :&lt;br /&gt;
&lt;br /&gt;
To run a client of a PostgreSQL database you have to install an additional library.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install postgresql-client&lt;br /&gt;
 sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  # adapt to the actual postgres version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
Reminder : you have to download the most recent version of the binaries which contains the &amp;quot;libintl.dll&amp;quot; file. As of January 2017, these are binaries of the [https://get.enterprisedb.com/postgresql/postgresql-9.3.15-1-windows-binaries.zip 9.3.15 version]. More recent binaries doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Tahitibub</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=3680</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=3680"/>
		<updated>2017-01-14T02:35:35Z</updated>

		<summary type="html">&lt;p&gt;Tahitibub: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Install a PostgreSQL database client library}}&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Linux Debian&#039;&#039;&#039; (Ubuntu, Mint) :&lt;br /&gt;
&lt;br /&gt;
To run a client of a PostgreSQL database you have to install an additional library.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install postgresql-client&lt;br /&gt;
 sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  # adapt to the actual postgres version&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
Reminder : you have to download the most recent version of the binaries which contains the &amp;quot;libintl.dll&amp;quot; file. As of January 2017, these are binaries of the 9.3.15 version. More recent binaries doesn&#039;t work.&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Tahitibub</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=3679</id>
		<title>Install Postgresql client driver/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=3679"/>
		<updated>2017-01-14T02:28:55Z</updated>

		<summary type="html">&lt;p&gt;Tahitibub: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un client d&#039;une base PostgreSQL}}&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Linux Debian&#039;&#039;&#039; (Ubuntu, Mint, ...) :&lt;br /&gt;
&lt;br /&gt;
Pour être client d&#039;une base de données PostgreSQL, avec Ubuntu, vous devez installer le pilote :&lt;br /&gt;
&lt;br /&gt;
Cela peut être fait avec les commandes suivantes, dans un terminal :&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install postgresql-client&lt;br /&gt;
 sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  # à adapter à la version installée de PostgreSQL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;autonome&#039;&#039;&#039;, si la version de votre serveur PostgreSQL est la même que la version de Gestinux (&#039;&#039;x86-32 ou x86-64&#039;&#039;), alors vous pouvez utiliser les bibliothèques du client à partir du répertoire d&#039;installation du serveur PostgreSQL, sinon suivre la méthode pour la  configuration client-serveur.&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire PostgreSQL&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;client-serveur&#039;&#039;&#039;, vous devez télécharger les bibliothèques du client à partir de la [http://www.enterprisedb.com/products-services-training/pgbindownload page PostgreSQL Binaries]&lt;br /&gt;
**Télécharger une archive de PostgreSQL Binaires x86-32 ou x86-64 (&#039;&#039;selon la version de Gestinux&#039;&#039;)&lt;br /&gt;
**Extraire tous les fichiers&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire d’extraction&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
Attention : il s&#039;agit de télécharger la plus récente version des binaires comportant le fichier &amp;quot;libintl.dll&amp;quot;. En date du 12 janvier 2017, il s&#039;agit des binaires en version [https://get.enterprisedb.com/postgresql/postgresql-9.3.15-1-windows-binaries.zip version 9.3.15].&lt;br /&gt;
Les binaires des versions plus récentes ne fonctionnent pas pour le moment.&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Installation_de_Gestinux_1.0_.28version_candidate.2C_presque_stable.29|Continuer l&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Tahitibub</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=3678</id>
		<title>Install Postgresql client driver/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=3678"/>
		<updated>2017-01-14T02:23:41Z</updated>

		<summary type="html">&lt;p&gt;Tahitibub: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un client d&#039;une base PostgreSQL}}&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Linux Debian&#039;&#039;&#039; (Ubuntu, Mint, ...) :&lt;br /&gt;
&lt;br /&gt;
Pour être client d&#039;une base de données PostgreSQL, avec Ubuntu, vous devez installer le pilote :&lt;br /&gt;
&lt;br /&gt;
Cela peut être fait avec les commandes suivantes, dans un terminal :&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install postgresql-client&lt;br /&gt;
 sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  # à adapter à la version installée de PostgreSQL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;autonome&#039;&#039;&#039;, si la version de votre serveur PostgreSQL est la même que la version de Gestinux (&#039;&#039;x86-32 ou x86-64&#039;&#039;), alors vous pouvez utiliser les bibliothèques du client à partir du répertoire d&#039;installation du serveur PostgreSQL, sinon suivre la méthode pour la  configuration client-serveur.&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire PostgreSQL&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;client-serveur&#039;&#039;&#039;, vous devez télécharger les bibliothèques du client à partir de la [http://www.enterprisedb.com/products-services-training/pgbindownload page PostgreSQL Binaries]&lt;br /&gt;
**Télécharger une archive de PostgreSQL Binaires x86-32 ou x86-64 (&#039;&#039;selon la version de Gestinux&#039;&#039;)&lt;br /&gt;
    Attention : il s&#039;agit de télécharger la plus récente version des binaires comportant le fichier &amp;quot;libintl.dll&amp;quot;. En date du 12 janvier 2017, il s&#039;agit des binaires en version [https://get.enterprisedb.com/postgresql/postgresql-9.3.15-1-windows-binaries.zip version 9.3.15].&lt;br /&gt;
**Extraire tous les fichiers&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire d’extraction&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Installation_de_Gestinux_1.0_.28version_candidate.2C_presque_stable.29|Continuer l&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Tahitibub</name></author>
	</entry>
</feed>