hi,<br><br>are you using SELinux? maybe this is blocking access to some libraries. try to run ldconfig and see if some brite star show up at your uper bar. maybe you have to create some policy.<br><br>best regards,<br><br>
<br><div class="gmail_quote">2008/6/19 Bill Thoen <<a href="mailto:bthoen@gisnet.com">bthoen@gisnet.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm installing PostgreSQL, Proj4, GEOS, PostGIS, GDAL and MapServer on a Linux FC 9 system and  so I'm building it all from source code. I got an error in the 'make check' step in building PostGIS. Here's the steps I took.<br>

<br>
Unpacked the source code into /home/postgres/postgis-1.3.3/ As postgres, I ran ./configure with the options I wanted.<br>
<br>
./configure  \<br>
 --with-pgsql=/usr/local/pgsql/bin/pg_config \<br>
 --with-geos=/usr/local/bin/geos-config \<br>
 --with-proj=/usr/local/ \<br>
 --with-proj-libdir=/usr/local/lib/<br>
<br>
(this worked fine)<br>
<br>
Then I ran make, which also appeared to work fine.<br>
<br>
Then I ran 'make check' and got the following feedback:<br>
<br>
make -C regress test<br>
make[1]: Entering directory `/home/postgres/postgis-1.3.3/regress'<br>
Creating spatial db postgis_reg<br>
ERROR:  function postgis_lib_version() does not exist<br>
LINE 1: select postgis_lib_version()<br>
              ^<br>
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<br>
<br>
Something went wrong (no postgis installed in postgis_reg).<br>
For details, check /tmp/pgis_reg_12582/regress_log<br>
<br>
<br>
Looking at the log details, it seems that there's a function missing, and this caused the make check step to fail. The log file says:<br>
<br>
psql:lwpostgis.sql:3856: ERROR:  could not find function "topologypreservesimplify" in file "/usr/local/pgsql/lib/liblwgeom.so"<br>
<br>
<br>
Does anyone here know what went wrong and how I can fix it?<br>
<br>
TIA,<br>
- Bill Thoen<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Luigi Castro Cardeles