<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2>Hello,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2>i did the <FONT face="Times New Roman" color=#000000 
size=3>make clean distclean</FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006>and set the 
PATH   BUT:</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2>which pg_config gives me:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff 
size=2>/usr1/src/postgres/postgresql-8.1.4/src/bin/pg_config/pg_config</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2>that is the path where the cources are</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2>--strk  wrote:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006></SPAN><SPAN 
class=424305307-13062006><FONT face=Arial color=#0000ff size=2>Are you referring 
to the probin field from pg_proc ?</FONT></DIV>
<DIV dir=ltr align=left>
<P><SPAN class=424305307-13062006><FONT face=Arial color=#0000ff size=2>answere: 
NO</FONT></SPAN></P>
<P><FONT face=Arial color=#0000ff size=2>Did you source lwpostgis_upgrade.sql 
?</FONT></P></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2>answere: NO</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=424305307-13062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=424305307-13062006></SPAN><FONT face=Arial><FONT 
color=#0000ff><FONT size=2>Rolf</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT 
size=2></FONT></FONT></FONT> </DIV>
<DIV><FONT face=Arial><FONT color=#0000ff><FONT size=2><SPAN 
class=424305307-13062006></SPAN></FONT></FONT></FONT> </DIV>
<DIV><BR></DIV>
<DIV class=OutlookMessageHeader lang=de dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>Von:</B> 
postgis-users-bounces@postgis.refractions.net 
[mailto:postgis-users-bounces@postgis.refractions.net] <B>Im Auftrag von 
</B>TECHER David<BR><B>Gesendet:</B> Montag, 12. Juni 2006 16:01<BR><B>An:</B> 
PostGIS Users Discussion<BR><B>Betreff:</B> Re: AW: [Spam:medium] Re: 
[postgis-users] Installation postGIS1.1.2<BR></FONT><BR></DIV>
<DIV></DIV>To my mind, I will do this<BR><BR>PostgreSQL:<BR>========<BR>make 
clean distclean<BR><BR><PRE wrap="">LDFLAGS=-lstdc++  ./configure --prefix=/usr1/postgres/pgsql_814  --without-zlib

make 

make install <------------ don't forget this!
</PRE><BR><BR><BR>PostGIS:<BR>=====<BR><BR>make clean distclean<BR><BR>export 
PATH=/usr1/postgres/pgsql_814/bin:$PATH<BR><BR>Tell us if <BR><BR>which 
pg_config<BR><BR>give 
U<BR><BR>/usr/postgres/pgsql_814/bin/pg_config<BR><BR>Then<BR><BR>./configure 
--with-pgsql=/usr/postgres/pgsql_814/bin/pg_config<BR>Stüwe Rolf a écrit : 
<BLOCKQUOTE 
cite=mid4DDCD082A3502746879A4FEBAC4C96C4B29ABE@S402X048.Stadt.wuppertal-intra.de 
type="cite"><PRE wrap="">I think it i sa problem with the paths:

the configure of postgres is :
LDFLAGS=-lstdc++  ./configure --prefix=/usr1/postgres/pgsql_814  --without-zlib
and all paths are correct in the log-files


(I want to install in /usr1/postgres/pgsql_814 instead of /usr/local)

the configure if postGIS is:
./configure  --with-pgsql=/usr1/src/postgres/postgresql-8.1.4/src/bin/pg_config/pg_config


but the summary says :
PORTNAME: linux
   PREFIX: /usr1/postgres/pgsql814
  EPREFIX: ${prefix}
      DOC: /usr1/postgres/pgsql814/doc/contrib
     DATA: /usr1/postgres/pgsql814/share/contrib
      MAN: /usr1/postgres/pgsql814/man
      BIN: /usr1/src/postgres/postgresql-8.1.4/src/bin/pg_config
      EXT: /usr1/postgres/pgsql814/lib (\$$libdir)


the path from postGIS is not ...pgsql_814 but ...pgsql814. This is the path of a former compilation, but it is not actual, 
I did the next compilation with ...pgsql_814  and did a "make clean" before and removed the old, wrong directory.
Where can postGIS remembered the older, wrong path
 

with regards

Rolf


-----Ursprüngliche Nachricht-----
Von: <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>] Im Auftrag von <A class=moz-txt-link-abbreviated href="mailto:strk@refractions.net">strk@refractions.net</A>
Gesendet: Montag, 12. Juni 2006 12:08
An: <A class=moz-txt-link-abbreviated href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</A>
Betreff: [Spam:medium] Re: [postgis-users] Installation postGIS1.1.2

On Mon, Jun 12, 2006 at 12:05:00PM +0200, Stüwe Rolf wrote:
  </PRE>
  <BLOCKQUOTE type="cite"><PRE wrap="">Hello,

I have a problem by installing postgis 1.1.2 with postgres 8.1.4 under Suse linux /9 64 bit Version.

It seems that the configure and make Skript does not find the right path of the postgres-Version.
For using the configure-Skript I have to set the PATH on the postgres ... pg_config-file.
    </PRE></BLOCKQUOTE><PRE wrap=""><!---->
You shoul not need that, --with-pgsql=path/to/pg_config should do.
If you still have problem please include the errors and warnings you're getting in each phase of the build.

--strk;
_______________________________________________
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>
_______________________________________________
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><BR></BODY></HTML>