Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Kai Behncke
ostgis-users] ERROR: could not loadlibrary > "/usr/local/pgsql/lib/postgis-1.5.so > Paul Ramsey wrote: > > > Sounds like you have an older version of GEOS floating around somewhere. > > > > find / -name "libgeos_c.*" > > > > P. >

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Mark Cave-Ayland
Paul Ramsey wrote: Sounds like you have an older version of GEOS floating around somewhere. find / -name "libgeos_c.*" P. Yeah, that looks about right from Kai's earlier email: linux-gate.so.1 => (0xe000) libgeos_c.so.1 => /usr/lib/libgeos_c.so.1 (0xb7ea6000) libproj.s

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Paul Ramsey
ht ---- >> Datum: Thu, 27 May 2010 10:39:10 -0400 >> Von: Paul Ramsey >> An: PostGIS Users Discussion >> Betreff: Re: [postgis-users] ERROR: could not load library     >> "/usr/local/pgsql/lib/postgis-1.5.so > >> Yes, after installing a new libr

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Kai Behncke
ginal-Nachricht > Datum: Thu, 27 May 2010 10:39:10 -0400 > Von: Paul Ramsey > An: PostGIS Users Discussion > Betreff: Re: [postgis-users] ERROR: could not load library > "/usr/local/pgsql/lib/postgis-1.5.so > Yes, after installing a new library, run ldcon

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Paul Ramsey
Yes, after installing a new library, run ldconfig as root. This informs the linker to check for new libraries (in the directories listed in /etc/ld.so.conf) P On Thu, May 27, 2010 at 10:31 AM, Kai Behncke wrote: > Hi you >> >> I bet on missing ldconfig after libproj install. >> >> --strk; >> > >

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Kai Behncke
Hi you > > I bet on missing ldconfig after libproj install. > > --strk; > You mean I need to do a ldconfig after that?? (that iscompletely new for me.) Indeed I did with that library "configure", "make", "make install". Best regards, Kai -- GRATIS für alle GMX-Mitglieder: Die maxdome

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread strk
On Thu, May 27, 2010 at 04:19:34PM +0200, Kai Behncke wrote: > Hi Paul, > > first of all thank you very much. > > > I did: ldd /usr/local/pgsql/lib/postgis-1.5.so > > ..and I get: > > linux-gate.so.1 => (0xe000) > libgeos_c.so.1 => /usr/lib/libgeos_c.so.1 (0xb7ea6000) > l

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Kai Behncke
Nachricht > Datum: Thu, 27 May 2010 10:09:56 -0400 > Von: Paul Ramsey > An: PostGIS Users Discussion > Betreff: Re: [postgis-users] ERROR: could not load library > "/usr/local/pgsql/lib/postgis-1.5.so > Run > > ldd /usr/local/pgsql/lib/postgis-1.5.

Re: [postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Paul Ramsey
Run ldd /usr/local/pgsql/lib/postgis-1.5.so And see what it says... BTW, you shouldn't install PostGIS into template1 unless you want all your databases to be PostGIS enabled. A better practice is to make a template_postgis database and install into that. Paul On Thu, May 27, 2010 at 10:06 AM,

[postgis-users] ERROR: could not load library "/usr/local/pgsql/lib/postgis-1.5.so

2010-05-27 Thread Kai Behncke
Hi all, I have just installed Postgresql.8-4.4 und try do complement it with postgis 1.5 I have configured, done "make" and done "make install" with postgis, and I got a "success message". But now I try: ./psql -s -d template1 -f /usr/local/pgsql/share/contrib/postgis-1.5/postgis.sql ...and I g