Opened 13 years ago
Closed 13 years ago
#1510 closed defect (invalid)
shp2pgsql is break on shared libraries ?
Reported by: | aperi2007 | Owned by: | mcayland |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | utils/loader-dumper | Version: | master |
Keywords: | Cc: | strk@… |
Description
Hi,
trying to call the shp2pgsql I see this error:
shp2pgsql: error while loading shared libraries: liblwgeom-2.0.0alpha3SVN.so: cannot open shared object file: No such file or directory
I'm fully sure it is a bug of postgis. Infact using the svn version loaded from svn yesterday shp2pgsql will work surely. Today I reload again (for the ticket resolved from strk) and recompile all. And now I have this error.
Perhaps is change some setting ?
I'm using postgres 9.1.2 on RedHat 6 64 bit.
Change History (3)
comment:1 by , 13 years ago
Component: | postgis → loader/dumper |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
it was not a bug. I lost a path.
sorry for noise.
Note:
See TracTickets
for help on using tickets.
I would write
I'm NOT fully sure it is a bug of postgis.