[postgis-users] Compatibility with PostgreSQL 8.1.2

Bert Hinrichs a.hinrichs1 at comcast.net
Wed Feb 1 21:19:42 PST 2006


Got it myself.

It seems that the postgis test facility assumes that you haven't changed 
pg_hba.conf and made users use a md5 password.

I had made postgres have a password rather than use ident sameuser.  I 
temporarily changed:

local all all ident md5
to
local all all ident sameuser

and the tests ran.

Thanks,

Bert

----- Original Message ----- 
From: "Bert Hinrichs" <a.hinrichs1 at comcast.net>
To: "PostGIS Users Discussion" <postgis-users at postgis.refractions.net>
Sent: Wednesday, February 01, 2006 9:07 PM
Subject: Re: [postgis-users] Compatibility with PostgreSQL 8.1.2


>
>> [...]
>>> >No. Since PostGIS 1.1.0 you only need the PostgreSQL development
>>> >packages and can run configure with the
>>> >
>>> >--with-pgsql=<FULL PATH to pg_config>
>>>
>
> Now I seem to have problems with test
>
> make test keeps asking for a password.  There are only two users on the 
> system postgres and myself, nothing I put in for a password
> works.  Connecting through psql works fine for both users.
>
> Thanks,
>
> Bert
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
> 





More information about the postgis-users mailing list