<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre>Welcome in PostGIS World ;-)</pre>
<pre class="moz-signature" cols="72">--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
site: <a class="moz-txt-link-freetext" href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</a>
-------------------------------------------------
</pre>
<br>
<br>
Jonathan Aguero a écrit :
<blockquote cite="mid1128623556.3249.2.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">David,

It works perfectly, now postgis is running with geos support.
Thank you very much!

Jonathan


On Fri, 2005-10-07 at 00:11 +0400, david techer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hum...!
First have U installed geos?..................I think it is OK
SO let try a command in order to see if geos is installed
geos-config --version
which should send U something like
2.1.4
In Makefile.config when U replace 
USE_GEOS=0
by
USE_GEOS=1
be carefull that there is no space after 1, it seems perhaps here it is your error:
Good: 'USE_GEOS=1'
Bad:   'USE_GEOS=1 '
then do
make distclean
make
make install
then do
cat /etc/ld.so.conf
in order to be sure that the path /usr/local/lib is in this file. If not:
echo /usr/local/lib >> /etc/ld.so.conf
then run in order to be able to use the new *.so for your fedora:
ldconfig

regards.
--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
site: <a class="moz-txt-link-freetext" href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</a>
-------------------------------------------------


Jonathan Aguero a écrit : 
    </pre>
    <blockquote type="cite">
      <pre wrap="">Davis and all,

No, I din't do a make disclean before running the make and make install
again. I am quite new in linux and I didn't know how to "reinstall" software
though I was suspecting something like that may be the cause of my problem. 
So to be more specific on my problem:
OS=FC4
Geos 2.1.4
PostGIS 1.0.4
Pgsql 8.0.4
I first installed PostGIS without geos support and then I modified the
Make.config file to include geos support and ran again the make-make install
secuence without knowing that I need it to run a make disclean. So do you
think a make disclean is what I need? How do I run it?
Thanks

Jonathan Aguero Valverde, MS
Graduate Student
Civil and Environmental Engineering
The Pennsylvania State University

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a>
[<a class="moz-txt-link-freetext" href="mailto:postgis-users-bounces@postgis.refractions.net">mailto:postgis-users-bounces@postgis.refractions.net</a>] On Behalf Of david
techer
Sent: Thursday, October 06, 2005 1:57 AM
To: PostGIS Users Discussion
Subject: Re: [postgis-users] problem installing postgis with geos support

Did U do a make disclean before make again

or can you more informations about what U did:

- commands, systems, version and so on...???

--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
site: <a class="moz-txt-link-freetext" href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</a>
-------------------------------------------------



Jonathan Aguero a écrit :

  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Dear All,

I haven't being able to install postgis with geos support. 
I checked in the list posts and I tried some suggestions like installing
geos then using ldconfig and finally compiling postgis again but no
luck.
I modified the Make.config to enable geos support but when I finally
created a new database the function postgis_version() returns a geos =
0.
The function postgis_geos_version() returns an empty row which I guess
means that geos support for postgis is not properly installed.

_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>

 

    
        </pre>
      </blockquote>
      <pre wrap="">     

        
                
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur <a class="moz-txt-link-freetext" href="http://fr.messenger.yahoo.com">http://fr.messenger.yahoo.com</a>
_______________________________________________
postgis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>
<a class="moz-txt-link-freetext" href="http://postgis.refractions.net/mailman/listinfo/postgis-users">http://postgis.refractions.net/mailman/listinfo/postgis-users</a>


  
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
</body>
</html>