<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [postgis-users] FW: postgis.sql</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hello all.</FONT>
</P>

<P><FONT SIZE=2>I am using PostgreSQL 7.3.4 and PostGIS 0.7.5 without problems. I'm not sure about 0.7.3.</FONT>
</P>

<P><FONT SIZE=2>Anthony, you said you configured PostgreSQL to install to /usr. This means your PostGIS library is probably located at /usr/lib/pgsql/libpostgis.so.0.7</FONT></P>

<P><FONT SIZE=2><:218 ERROR stat failed on file '/usr/lib/contrib/libostgis.so.0.7' : No such file or directory</FONT>
</P>

<P><FONT SIZE=2>Your error message says differently, plus libpostgis is spelled wrong. Did you modify the postgis.sql file manually to point to your libpostgis? If you did, double check that libpostgis is pointing to the right directory and is spelled correctly. Otherwise, run ldconfig and then updatedb (to add newly installed file paths to file database) and run locate libpostgis.so.0.7 or search for files from the Red Hat menu. Also, you could search for pgsql and postgres to get an idea of where PostgreSQL is residing.</FONT></P>

<P><FONT SIZE=2>Also, a side note. I have found that if you have PostgreSQL installed at say /usr/local/pgsql and you re-configure PostgreSQL to install at /usr/local/pgsql that PostgreSQL has intelligence and will actually configure and install to /usr/local/postgres to avoid writing over the old PostgreSQL. Hence, PostGIS will install there also.</FONT></P>

<P><FONT SIZE=2>Hope this helps,</FONT>
</P>

<P><FONT SIZE=2>Darren H.</FONT>
</P>

</BODY>
</HTML>