Thank you Regina and Leo. It sounds like I might have a version issue. <br><br>I'm using PostGIS 1.5.3, as per the installation instructions here: <a href="http://postgis.refractions.net/docs/ch02.html">http://postgis.refractions.net/docs/ch02.html</a><br>

<br>When you suggested redownloading, did you mean all of PostGIS, or just the geocoder?<br><br>Is the code here the up to date version?  here = <a href="http://svn.osgeo.org/postgis/trunk/extras/tiger_geocoder/tiger_2010/">http://svn.osgeo.org/postgis/trunk/extras/tiger_geocoder/tiger_2010/</a><br>

<font style="font-family: arial,helvetica,sans-serif;" size="2">Because in tiger_loader.sql at that location, there's the line:<br></font><pre><font style="font-family: arial,helvetica,sans-serif;" size="2">E'STATEDIR="${staging_fold}/${website_root}/${state_fold}"<br>

<br>Is that the fixed version?  <br><br>In the meantime, I'll work on my ident issues. <br></font></pre><br><br><br><br><br><br><div class="gmail_quote">On Tue, Jun 28, 2011 at 11:46 PM, Paragon Corporation <span dir="ltr"><<a href="mailto:lr@pcorp.us">lr@pcorp.us</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Daniel,<br>
<br>
Haven't had a chance to recheck our script to confirm its not something<br>
amiss.<br>
<br>
Which version of PostGIS  are you working with?<br>
<br>
 You can ignore the does not exist, skipping errors -- those are trying to<br>
drop tables which wouldn't exist for new installs.<br>
<br>
The addr does not exist often happens if you don't have tiger in your<br>
database search_path.  Make sure its in your search_path.  Also you can<br>
verify the table exists<br>
By making sure you have a tiger schema and it has tables like addr, edges<br>
etc.<br>
<br>
Regarding your ident problem.<br>
<br>
PostgreSQL can listen on localhost or local port and depending on which that<br>
has to be registered in pg_hba.conf<br>
<br>
You can try taking out the PGHOST line since you may be running only on a<br>
non-IP port and see if that helps or change your pg_hba.conf to allow.<br>
<br>
Regarding this issue:<br>
<div class="im">STATEDIR="/gisdata/<a href="http://www2.census.gov/geo/pvs/tiger2010st/36_New_York" target="_blank">www2.census.gov/geo/pvs/tiger2010st/36_New_York</a>"<br>
<br>
especially because an early command is<br>
<br>
 cd $STATEDIR<br>
<br>
</div>I'm pretty sure we fixed that so I suspect your version is probably out of<br>
data and you may want to just redownload from PostGIS site (either the SVN<br>
tar ball or directly from svn)<br>
<br>
Regina and Leo<br>
<a href="http://www.postgis.us" target="_blank">http://www.postgis.us</a><br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a><br>
[mailto:<a href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a>] On Behalf Of Daniel<br>
Weitzenfeld<br>
Sent: Tuesday, June 28, 2011 6:51 AM<br>
To: <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
Subject: [postgis-users] Tiger Geocoder 2010 setup issues<br>
<div><div></div><div class="h5"><br>
Hi,<br>
I'm trying to setup the TIGER Geocoder, following the readme here:<br>
<a href="http://svn.osgeo.org/postgis/trunk/extras/tiger_geocoder/tiger_2010/README" target="_blank">http://svn.osgeo.org/postgis/trunk/extras/tiger_geocoder/tiger_2010/README</a><br>
I'm setting it up on a centos 5.5 server.<br>
My questions are below, organized by the step in the README.<br>
<br>
------| Step 3.  Edit the tiger_loader.sql to the paths of your<br>
executables server etc.<br>
Is the UNZIPTOOL variable supposed to be changed, or left at its default?<br>
UNZIPTOOL=unzip<br>
<br>
------| Step 4.  Edit the create_geocode.bat or create_geocode.sh and<br>
------| run<br>
<br>
When I ran the file, I got a boatload of NOTICEs like the following,<br>
interspersed throughout the output:<br>
<br>
psql:tables/lookup_tables_2010.sql:4: NOTICE:  table "direction_lookup" does<br>
not exist, skipping<br>
psql:tables/lookup_tables_2010.sql:39: NOTICE:  table<br>
"secondary_unit_lookup" does not exist, skipping<br>
<br>
Is this something I should be concerned about?  Did I skip something?<br>
<br>
Perhaps more alarmingly, the output finished with this:<br>
<br>
COMMIT<br>
ERROR:  relation "addr" does not exist<br>
<br>
Again, what should I do?<br>
<br>
------| 8. Run this command at psql or pgAdmin III query window to<br>
generate the script.<br>
The first line of the generated script doesn't look right:<br>
<br>
STATEDIR="/gisdata/<a href="http://www2.census.gov/geo/pvs/tiger2010st/36_New_York" target="_blank">www2.census.gov/geo/pvs/tiger2010st/36_New_York</a>"<br>
<br>
especially because an early command is<br>
<br>
 cd $STATEDIR<br>
<br>
Also, when I try to run the generated script anyway, I get a boatload of<br>
these:<br>
<br>
psql: FATAL:  Ident authentication failed for user "daniel"<br>
<br>
...which is strange to me because I user I thought user daniel had rights on<br>
the PGDATABASE.  Indeed, user daniel can create/delete schemas on it.  Am I<br>
misunderstanding something about postgres permissions?<br>
<br>
Thanks in advance for any guidance you can provide.<br>
Best,<br>
-Daniel<br>
</div></div>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">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>
<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">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>