[postgis-users] I need Install PostGis
    david techer 
    davidtecher at yahoo.fr
       
    Mon Oct  3 15:12:23 PDT 2005
    
    
  
Hi Jose
Sorry for my answering late ;-)
Hum...! Ok-
Actually I'm used to compiling with
./configure --with-CXX --enable-multibyte --enable-nls
Well I'm not used to using tcl,perl and python but U should try this:
i'm on debian so I use apt-get but i think u could  find what u need with rpm
I give you my commands on debian but I  don't know what to do for red hat (system on what you are?)
A) for perl:
apt-get install libperl-dev
will help you ton find lperl and construc plperl...OK
B) for python:
apt-get install python-dev
will install python-dev python2.3-dev for me in order to having support plpython
C) for tcl:
I used configure with '-with-tclconfig=/usr/lib/tcl8.4/ with-tcl'
So my configure's line looks like:
./configure --with-CXX --with-enable-nls --enable-multibyte --with-tclconfig=/usr/lib/tcl8.4/ --with-perl --with-python
which gave me:
[....]
checking for tclsh... /usr/bin/tclsh
checking for tclConfig.sh... /usr/lib/tcl8.4//tclConfig.sh
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
[....]
then make and make install
I hope these above  will be helpful...HAVE FUN  ;-)
--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
sites: http://www.postgis.fr
       http://techer.pascal.free.fr/postgis/
-------------------------------------------------
Jose A. Benitez a écrit :
> Hiii, David and Doug
> Today I'm trying to Intall , I have installed the
> proj:
> and
> geos:
> without problem....
> as you toll me....
>
> AND when I type
> LDFLAGS=-lstdc++ ./configure --with-tcl --with-perl --with-python 
> --with-maxbackends=100
>
> show me many lines and  finally this:
>
> checking for sig_atomic_t... yes
> checking for POSIX signal interface... yes
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for _LARGE_FILES value needed for large files... no
> checking for tclsh... /usr/bin/tclsh
> checking for tclConfig.sh... /usr/lib/tcl8.4/tclConfig.sh
> checking for tkConfig.sh... no
> configure: error: file 'tkConfig.sh' is required for Tk
>
>  I Found the file file 'tkConfig.sh, there is in /usr/lib/tcl8.4
>
> Can you help me !!!, how I can continue...
> Thanks...
> Jose
>
>
> 2005/9/30, david techer <davidtecher at yahoo.fr 
> <mailto:davidtecher at yahoo.fr>>:
>
>Hi Jose
>
>Doug is right about what he spoke in his mai!
>
>Like you, I've already Debian AMD64 with PostgreSQL , PostGIS, Geos and Proj
>and I usually compil my tools from sources as Doug does.
>
>Info for urls' tools:
>
>
>proj:
>wget ftp://ftp.remotesensing.org/proj/proj-4.4.9.tar.gz
>geos:
>
>wget http://geos.refractions.net/geos-2.1.4.tar.bz2
>postgresql 8.0.3:
>wget  
>ftp://ftp.fr.postgresql.org/source/v8.0.3/postgresql-8.0.3.tar.gz
>
>Regards
>    
>
>--david;
>-------------------------------------------------
>Jean David TECHER
>01MAP
>35 Allée d'Irlande
>34080 Montpellier
>France
>Tél: 04 67 45 60 27
>e-mail: davidtecher(at)yahoo(dot)fr
>
>sites: http://www.postgis.fr
>       
>http://techer.pascal.free.fr/postgis/
>-------------------------------------------------
>
>
>
>     Jose A. Benitez a écrit :
>
>>     Hi... PostGis USers
>>     I have a machine with DebianAMD64, I selected this operating
>>     system because I have an AMD ATHLON-64,
>>     I have ready Postgres 7.4.7, I installed from its package, but I
>>     need now to install PostGIS,
>>
>>     I tell you step by step that things that I've done
>>
>>        1. I downloaded the postgre's sources from Debian's ftp, I
>>           downloaded the src of PostGis 1.0.3
>>        2. I have postgre's src on /usr/src/postgres
>>        3. I have PostGi's src on /usr/src/postgres/contrib/postgis
>>        4. I edited the MakeFile.config how  say the manual called
>>           postgis.pdf
>>        5. then I type Make on a Terminal as root
>>
>>     Its messages is the following:
>>
>>     debian64:/usr/src/postgresql/contrib/postgis# make
>>     make -C lwgeom
>>     make[1]: Entering directory
>>     `/usr/src/postgresql/contrib/postgis/lwgeom'
>>     /usr/src/postgresql/contrib/postgis/../../src/Makefile.global:278:
>>     /usr/src/postgresql/contrib/postgis/../../src/Makefile.port: No
>>     such file or directory
>>     make[1]: *** No rule to make target
>>     `/usr/src/postgresql/contrib/postgis/../../src/Makefile.port'.  Stop.
>>     make[1]: Leaving directory
>>     `/usr/src/postgresql/contrib/postgis/lwgeom'
>>     make: *** [liblwgeom] Error 2
>>
>>     The MakeFile.port don't exist in my PC...
>>     What thing I have done bad.....?
>>
>>     Thank..
>>     José Benitez
>>
>>
>>     I have instaled too Grass
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>postgis-users mailing list
>>
>>postgis-users at postgis.refractions.net <mailto:postgis-users at postgis.refractions.net>
>>http://postgis.refractions.net/mailman/listinfo/postgis-users
>> <http://postgis.refractions.net/mailman/listinfo/postgis-users>
>>  
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20051004/eb149644/attachment.html>
    
    
More information about the postgis-users
mailing list