I am creating a test instance on a new server using PostGIS1.4 for compatibility with other running instances. I created the empty database using createdb. Am now going through the process of installing postgis. Running the command<br>
<br>psql -d mydb -f postgis/postgis.sql<br><br>fails.<br><br>Captured script output reads:<br>psql:postgis/postgis.sql:53: NOTICE:  return type spheroid is only a shell<br>psql:postgis/postgis.sql:53: ERROR:  could not access file "$libdir/postgis-1.4": No such file or directory<br>
psql:postgis/postgis.sql:59: ERROR:  current transaction is aborted, commands ignored until end of transaction block<br>...<br>ROLLBACK<br><br>pg_config --pkglibdir<br>shows:<br>/usr/lib64/pgsql<br><br>I have seen some discussion in the archive but I'm not sure what to do to resolve. <br>
<br>Can someone point me to the appropriate doc source or offer a suggestion how to resolve?<br><br>Thanks<br><br>