<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Hello,<BR>
<BR>
I'm installing postgresql 8.4.8 and postgis 1.5.2 on an ubuntu computer.<BR>
Everything is installed in a subdirectory of my home directory, using my standard user id (I'm not using a postgres user id)<BR>
<BR>
for postgresql, geos and proj, the configure / make / make check / make install worked without problem<BR>
for postgis, the configure / make worked.<BR>
<BR>
The make check target fails because the pgsql2shp program tries to connect to the database using a unix socket named '/var/run/postgresql/.s.PGSQL.5432', but the server uses a socket named '/tmp/.s.PGSQL.5432'.<BR>
<BR>
I cannot find where the socket name used by pgsql2shp comes from.  /var/run/postgresql was never used as a parameter of configure files:  all configure scripts were run with --prefix=<subdir of my home dir><BR>
<BR>
Any idea ?<BR>
<BR>
Thanks for your reply<BR>
<BR>
Vincent De Groote<BR>
<BR>
</BODY>
</HTML>