<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
The postgis-lib module is there.....<BR>
<BR>
agg-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gd-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libiconv-base&nbsp;&nbsp; ming-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_gettext-module&nbsp;&nbsp;&nbsp;&nbsp; php_wddx-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; python-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unixODBC-base<BR>
apache-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geos-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libpng-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mod_python-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_http-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_xmlrpc-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; python_mapscript-module&nbsp; xerces_c-base<BR>
chameleon-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gettext-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libssh2-lib&nbsp;&nbsp;&nbsp;&nbsp; openlayers-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_imagick-module&nbsp;&nbsp;&nbsp;&nbsp; php_xsl-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; python_mx-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; zlib-lib<BR>
curl-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gmap-demo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libstdc++-lib&nbsp;&nbsp; openssl-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_mysql-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; postgis-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; python_pil-module<BR>
expat-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; imagemagick-base&nbsp; libungif-base&nbsp;&nbsp; pecl_uploadprogress-module&nbsp; php_odbc-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; postgresql-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; python_psycopg-module<BR>
freetype-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jpeg-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libxml2-base&nbsp;&nbsp;&nbsp; php-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_ogr-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; postgresql-server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; studio-base<BR>
fusion-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kamap-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libxslt-lib&nbsp;&nbsp;&nbsp;&nbsp; php_curl-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_pgsql-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proj4_epsg42xxx-support&nbsp; tiff-lib<BR>
gdal-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libgcc-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mapserver-base&nbsp; php_dbase-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_postscript-module&nbsp; proj-lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tilecache-base<BR>
gdal_python-module&nbsp; libgeotiff-lib&nbsp;&nbsp;&nbsp; mapserver-php&nbsp;&nbsp; php_ftp-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; php_ssh2-module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pslib-base&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tinyows-server<BR>
<BR>
According to some of the reading that I have done on the web the lwpostgis.sql file should have been installed and it should appear in the fgs/apps/pgsql/share/ directory<BR>
<BR>
I have also tried to do a separate install of postgresql postgis etc but it fails on the &quot;make check&quot; of the GEOS installation. Is there any simple way to get PostGIS installed - I have literally been trying for 2 weeks<BR>
<BR>
<BR>
<BR>
Hi,
<PRE>

Is PostGIS installed in your FGS?

Go to your FGS installation root directory
$ ls etc/fgs/pkgs/

What is the output of that?

If you don't see postgis-lib in that, install it doing:
$ . setenv.sh
$ fgs install postgis-lib

Does that work?

Note that installing another postgresql on your server may cause problem 
because it will probably end up running on the same port as FGS's 
PostgreSQL. You can change FGS port in 
etc/fgs/pkgs/postgresql-server/pgsql.conf

Julien


On 10-07-20 11:22 AM, Dylan Rawlins wrote:
&gt;<I> Hi,</I>
&gt;
&gt;<I> I get this far ...</I>
&gt;<I> Go to your FGS installation root directory and do &quot;. setenv.sh&quot;</I>
&gt;<I> Do &quot;FGS start&quot;</I>
&gt;<I> Execute : createdb yourdb</I>
&gt;<I> Execute : createlang plpgsql yourdb</I>
&gt;<I> Execute : psql -f ..\share\contrib\lwpostgis.sql yourdb</I>
&gt;
&gt;<I> and I get an error saying that it cannot locate the lwpostgis.sql file.</I>
&gt;<I> I searched my entire hard drive and can't find the file. I also looked</I>
&gt;<I> for any *.sql file that would relate to postgis and there is nothing. I</I>
&gt;<I> force installed a lower version of postgis (1.3.5) and the lwpostgis</I>
&gt;<I> file was there. But then it won't work with postgresql 8.4. So I force</I>
&gt;<I> installed 8.3 and then nothing worked - couldn't even get a connection</I>
&gt;<I> to the DB. So I have gone back to the original versions that I</I>
&gt;<I> downloaded and am stuck wiht the same problem.</I>
&gt;
&gt;<I> Any ideas,</I>
&gt;<I> Thanks</I>
&gt;<I> Dylan</I>
&gt;
&gt;
&gt;
&gt;<I> _______________________________________________</I>
&gt;<I> Foss-gis-suite mailing list</I>
&gt;<I> <A HREF="http://lists.maptools.org/mailman/listinfo/foss-gis-suite">Foss-gis-suite at lists.maptools.org</A></I>
&gt;<I> <A HREF="http://lists.maptools.org/mailman/listinfo/foss-gis-suite">http://lists.maptools.org/mailman/listinfo/foss-gis-suite</A></I>

-- 
Julien-Samuel Lacroix
Mapgears
<A HREF="http://www.mapgears.com/">http://www.mapgears.com/</A>
</PRE>
</BODY>
</HTML>