[postgis-users] Error Message Importing Into PostgreSQL

kkoehn at aspiredillusion.com kkoehn at aspiredillusion.com
Thu Oct 12 08:44:58 PDT 2006


Well I'm not familiar with HostGIS at all but judging by your error
message I would see where $libdir points to by typing "echo $libdir". 
If it comes up blank then you will need to set that to your lib
directory (typically /usr/lib or /usr/local/lib).  Do this by typing
"export libdir=<libdirectory>" where <libdirectory> is the path to
where your lib files are.

You may also look for the file name by typing "find / -name
"liblwgeom.so.1.0"" to see if the file exists somewhere in the file
system.  Sometimes you may need to make a symbolic link to the file as
it may be called liblwgeom.so without the .1.0.

Just some thoughts :)

Kelly Koehn


> -------- Original Message --------
> Subject: [postgis-users] Error Message Importing Into PostgreSQL
> From: "Adriana Tanfara" <ada.malizmaj at gmail.com>
> Date: Thu, October 12, 2006 10:17 am
> To: postgis-users at postgis.refractions.net
> 
> Hi to all!
> I am beginner whit working with HostGIS Linux and MapServer.I managed to convert dwg from AutoCad Map to shape files.Then shape files to sql!
> I try to get my sql data into PostGIS/PostgreSQLdatabase but  i got this error message: 
> ERROR: could not access file "/liblwgeom.so.1.0": No such file or directory
> 
> 
>  Can anyone help?
> 
> thanks 
> Adriana
>  
> ---------------------------------------------------------------------
> _______________________________________________
> 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