Обсуждение: BUG #2399: Postgis DLL corrupted

Поиск
Список
Период
Сортировка

BUG #2399: Postgis DLL corrupted

От
"Alvaro"
Дата:
The following bug has been logged online:

Bug reference:      2399
Logged by:          Alvaro
Email address:      alvaro001@yahoo.com
PostgreSQL version: 8.1.3-1
Operating system:   Windows
Description:        Postgis DLL corrupted
Details:

Hello, I'm from Argentina.
I've downloaded twice from different computers the win binaries zip file:
postgresql-8.1.3-1.zip
It don't throw any error message during install.
When I've tried to restore a 8.0 PostGIS DB into a new DB it fails when
restoring PostGIS functions, relations, etc.
I've found that no libpostgis.dll is in the lib directory. I think it is
corrupted in the distribution zip.
Well, if it isn't a bug please let me know what I'm doing wrong.
Thank you.
Postgres rules!

Re: BUG #2399: Postgis DLL corrupted

От
"Dave Page"
Дата:
=20

> -----Original Message-----
> From: pgsql-bugs-owner@postgresql.org=20
> [mailto:pgsql-bugs-owner@postgresql.org] On Behalf Of Alvaro
> Sent: 17 April 2006 21:58
> To: pgsql-bugs@postgresql.org
> Subject: [BUGS] BUG #2399: Postgis DLL corrupted
>=20
>=20
> The following bug has been logged online:
>=20
> Bug reference:      2399
> Logged by:          Alvaro
> Email address:      alvaro001@yahoo.com
> PostgreSQL version: 8.1.3-1
> Operating system:   Windows
> Description:        Postgis DLL corrupted
> Details:=20
>=20
> Hello, I'm from Argentina.
> I've downloaded twice from different computers the win=20
> binaries zip file:
> postgresql-8.1.3-1.zip
> It don't throw any error message during install.
> When I've tried to restore a 8.0 PostGIS DB into a new DB it=20
> fails when restoring PostGIS functions, relations, etc.
> I've found that no libpostgis.dll is in the lib directory. I=20
> think it is corrupted in the distribution zip.

All the functions are in liblwgeom.dll in the 8.1 distribution. You'd
have to ask the PostGIS people why they changed.

To reload your DB, I would suggest creating a new one containing the new
versions of the PostGIS functions, then load your database, ignoring any
error about pre-exising functions. I don't know if there are any other
steps you should take to do the upgrade - check the PostGIS docs for
that info.

Regards, Dave.