<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">to answer my own question (and with some advice from Chris at Refractions, thanks):<br><br>I was getting errors in loading lwpostgis.sql re: liblwgeom.so<br><br>altho I'd built and installed geos 3, I think I'd also earlier installed a 2.x version using "yum install"<br><br>so I did a yum remove geos.i386,<br><br>and redid ./configure and make and make install for the geos 3,<br> and referenced the correct lib dir for the geos libs in /etc/ld.so.conf,<br>and ran ldconfig,<br>redid ./configure, make, make install for postgis (actually threw in a make clean too before make),<br>and ran the psql -f lwpostgis.sql<br><br>and it ran without error, so now I can create tables with geometry.<br><br>this may help down the road next time someone runs lwpostgis.sql and it barfs over liblwgeom.so<br><br>Robert H.<br></td></tr></table>