Re: [postgis-users] $libdir/postgis-2.1: No such file or directory

2015-09-15 Thread Eric Ladner
Interesting that is says "$libdir/..." and not "/usr/lib/...".

It almost looks like something in a shell script is surrounded in single
quotes where it should be double and it's not evaluating the "$libdir" into
what it should actually point to.

On Tue, Sep 15, 2015 at 2:53 AM Rémi Cura  wrote:

> Hey,
> have you check that the postgis-2.1.so file exists somewhere beside the
> compile folder?
>
> (captain obvious) you may need to restart the postgres server
> (captain obvious) Need admin right when installing postgis, after compile.
>
> If you compile yourself, some use of the command  `ldconfig`
> at the right time may save you.
>
>
> Cheers,
> Rémi-C
>
> 2015-09-14 23:53 GMT+02:00 Devrim Gündüz :
>
>> Hi,
>>
>> Are you compiling from source? If so, add --enable-raster for extension
>> support.
>>
>> Or better, use RPMs: http://yum.postgreql.org .
>>
>> Regards,
>>
>> On September 15, 2015 12:17:38 AM GMT+03:00, Steve 
>> wrote:
>>>
>>> All,
>>>
>>> Ive been beating this to death for too long and hope someone can steer me 
>>> strait.
>>>
>>> Freah install of Linux 6.6
>>>
>>> Postgresql fresh install 9.3.9
>>>
>>> On a closed network but I mined  (I think) all the rpm's I need for postgis.
>>>
>>> Postgis install nicely but upon create extension, I get 
>>> $libdir/postgis-2.1: No such file or directory
>>>
>>> when running ./pg_config --pkglibdir, I see /var/lib/pgsql/9.3/lib.  
>>> postgis-2.1 is not there so I copy it there.  No matter what, I still get 
>>> this error.
>>>
>>> Any help for an old Oracle guy would be appreciated.
>>>
>>> Steve
>>>
>>>
>>> Sent from my iPhone
>>> --
>>>
>>> postgis-users mailing list
>>> postgis-users@lists.osgeo.org
>>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>>>
>>>
>> --
>> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>>
>> ___
>> postgis-users mailing list
>> postgis-users@lists.osgeo.org
>> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>>
>
> ___
> postgis-users mailing list
> postgis-users@lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
___
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Re: [postgis-users] curves geometries and topology

2014-04-14 Thread Eric Ladner
As long as they are simple circles, you should be able to convert back and
forth between curves and lines.  Splines, beziers, et al, are probably not
going to work at all and would need to be approximated as lines.

http://boundlessgeo.com/2012/01/getting-curvey/


On Mon, Apr 14, 2014 at 8:02 AM, Reijer Copier reijer.cop...@idgis.nlwrote:

 Dear list,

 According to the documentation, PostGIS Topology only supports edges made
 out of linestrings. However, we are currently working on a dataset that
 contains lots of curved geometries. It would be great if we could build
 topology based on those curved geometries without having to convert them to
 linestrings first. Is this possible? If not, what is the best way to deal
 with this situation?

 --

 Kind regards,

 Reijer Copier
 IDgis bv
 ___
 postgis-users mailing list
 postgis-users@lists.osgeo.org
 http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users




-- 
Eric Ladner
___
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users