[postgis-tickets] [PostGIS] #2458: liblwgeom-2.1.0.so not found by loader utilities

PostGIS trac at osgeo.org
Sat Aug 31 13:22:59 PDT 2013


#2458: liblwgeom-2.1.0.so not found by loader utilities
----------------------+-----------------------------------------------------
 Reporter:  kentr     |       Owner:  pramsey
     Type:  defect    |      Status:  new    
 Priority:  critical  |   Milestone:         
Component:  postgis   |     Version:  2.1.x  
 Keywords:            |  
----------------------+-----------------------------------------------------
 Unsure if this is a bug or just my own error in installation.

 After performing documented installation procedure, I received this error
 when executing loader utilities:

 {{{
 /usr/lib/postgresql/9.2/bin/shp2pgsql: error while loading shared
 libraries: liblwgeom-2.1.0.so: cannot open shared object file: No such
 file or directory
 }}}

 Discovered that running the command within the build directory, it worked
 as expected (meaning, I got the version / help text output):


 {{{
 loader/shp2pgsql
 }}}

 Found that if I copied these two liblwgeom files to /usr/lib, then the
 installed binary also worked as expected:


 {{{
 liblwgeom/.libs/liblwgeom-2.1.0.so
 liblwgeom/.libs/liblwgeom.so
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2458>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list