<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre>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</pre>
<pre>checking for tclConfig.sh... /usr/lib/tcl8.4//tclConfig.sh</pre>
<pre>checking tcl.h usability... yes</pre>
<pre>checking tcl.h presence... yes</pre>
<pre>checking for tcl.h... yes</pre>
[....]<br>
<br>
<pre>then make and make install</pre>
<pre>
I hope these above  will be helpful...HAVE FUN  ;-)</pre>
<pre class="moz-signature" cols="72">--david;
-------------------------------------------------
Jean David TECHER
e-mail: davidtecher(at)yahoo(dot)fr
sites: <a class="moz-txt-link-freetext" href="http://www.postgis.fr">http://www.postgis.fr</a>
       <a class="moz-txt-link-freetext" href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</a>
-------------------------------------------------
</pre>
<br>
<br>
Jose A. Benitez a écrit :
<blockquote cite="mid3c17a8fd0510031248m5f48fb68x@mail.gmail.com"
 type="cite">Hiii, David and Doug<br>
Today I'm trying to Intall , I have installed the <br>
proj: <br>
and<br>
geos:<br>
without problem....<br>
as you toll me....<br>
  <br>
AND when I type<br>
LDFLAGS=-lstdc++ ./configure --with-tcl --with-perl --with-python
--with-maxbackends=100 <br>
  <br>
show me many lines and  finally this:<br>
  <br>
  <span style="font-weight: bold;">checking for sig_atomic_t... yes</span><br
 style="font-weight: bold;">
  <span style="font-weight: bold;">checking for POSIX signal
interface... yes</span><br style="font-weight: bold;">
  <span style="font-weight: bold;">checking for special C compiler
options needed for large files... no</span><br
 style="font-weight: bold;">
  <span style="font-weight: bold;">checking for _FILE_OFFSET_BITS value
needed for large files... no</span><br style="font-weight: bold;">
  <span style="font-weight: bold;">checking for _LARGE_FILES value
needed for large files... no</span><br style="font-weight: bold;">
  <span style="font-weight: bold;">checking for tclsh... /usr/bin/tclsh</span><br
 style="font-weight: bold;">
  <span style="font-weight: bold;">checking for tclConfig.sh...
/usr/lib/tcl8.4/tclConfig.sh</span><br style="font-weight: bold;">
  <span style="font-weight: bold;">checking for tkConfig.sh... no</span><br
 style="font-weight: bold;">
  <span style="font-weight: bold;">configure: error: file 'tkConfig.sh'
is required for Tk</span><br style="font-weight: bold;">
  <span style="font-weight: bold;"></span><br>
 I Found the file <span style="font-weight: bold;">file 'tkConfig.sh, </span>there
is in /usr/lib/tcl8.4<br>
  <br>
Can you help me !!!, how I can continue...<br>
Thanks...<br>
Jose<br>
  <br>
  <br>
  <div><span class="gmail_quote">2005/9/30, david techer <<a
 href="mailto:davidtecher@yahoo.fr">davidtecher@yahoo.fr</a>>:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <pre>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 <a href="ftp://ftp.remotesensing.org/proj/proj-4.4.9.tar.gz"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ftp://ftp.remotesensing.org/proj/proj-4.4.9.tar.gz</a>
geos:

wget <a href="http://geos.refractions.net/geos-2.1.4.tar.bz2"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://geos.refractions.net/geos-2.1.4.tar.bz2</a>
postgresql 8.0.3:
wget  <a
 href="ftp://ftp.fr.postgresql.org/source/v8.0.3/postgresql-8.0.3.tar.gz"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
ftp://ftp.fr.postgresql.org/source/v8.0.3/postgresql-8.0.3.tar.gz</a>

Regards
    </pre>
    <pre cols="72">--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: <a href="http://www.postgis.fr" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">http://www.postgis.fr</a>
       <a href="http://techer.pascal.free.fr/postgis/" target="_blank"
 onclick="return top.js.OpenExtLink(window,event,this)">
http://techer.pascal.free.fr/postgis/</a>
-------------------------------------------------</pre>
    <br>
    <br>
Jose A. Benitez a écrit :
    <blockquote
 cite="http://mid3c17a8fd0509301127o155229dfo@mail.gmail.com"
 type="cite">
      <div><span class="e" id="q_106a870daecc71b1_1">Hi... PostGis USers<br>
I have a machine with DebianAMD64, I selected this operating system
because I have an AMD ATHLON-64,<br>
I have ready Postgres 7.4.7, I installed from its package, but I need
now to install PostGIS, <br>
      <br>
I tell you step by step that things that I've done<br>
      <ol>
        <li>I downloaded the postgre's sources from Debian's ftp, I
downloaded the src of PostGis 1.0.3</li>
        <li>I have postgre's src on /usr/src/postgres</li>
        <li>I have PostGi's src on /usr/src/postgres/contrib/postgis</li>
        <li>I edited the MakeFile.config how  say the manual called
postgis.pdf</li>
        <li>then I type Make on a Terminal as root</li>
      </ol>
Its messages is the following:<br>
      <br>
debian64:/usr/src/postgresql/contrib/postgis# make<br>
make -C lwgeom<br>
make[1]: Entering directory `/usr/src/postgresql/contrib/postgis/lwgeom'<br>
/usr/src/postgresql/contrib/postgis/../../src/Makefile.global:278:
/usr/src/postgresql/contrib/postgis/../../src/Makefile.port: No such
file or directory<br>
make[1]: *** No rule to make target
`/usr/src/postgresql/contrib/postgis/../../src/Makefile.port'.  Stop.<br>
make[1]: Leaving directory `/usr/src/postgresql/contrib/postgis/lwgeom'<br>
make: *** [liblwgeom] Error 2<br>
      <br>
The MakeFile.port don't exist in my PC...<br>
What thing I have done bad.....?<br>
      <br>
Thank..<br>
José Benitez<br>
      <br>
      <br>
I have instaled too Grass<br>
      <br>
      </span></div>
      <pre><hr size="4" width="90%">
_______________________________________________
postgis-users mailing list
<span class="q"><a href="mailto:postgis-users@postgis.refractions.net"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
postgis-users@postgis.refractions.net</a>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users"
 target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://postgis.refractions.net/mailman/listinfo/postgis-users
</a>
  </span></pre>
    </blockquote>
  </blockquote>
  </div>
  <br>
</blockquote>
</body>
</html>