Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yum install flex

Errors I've seen:
error: 

Code Block

  configure: error: no acceptable C compiler found in $PATH

Solution:

Code Block

yum install gcc-c++

Errors I've seen:

error: 

Code Block

configure: error: readline library not found

Solution:

Code Block

yum install readline-devel.x86_64

Errors I've seen:
error: 

Code Block

configure: error: zlib library not found

Solution:

Code Block

yum install zlib.x86_64 zlib-devel.x86_64

make a postgis_template

This is optional.
This page shows how to create and use a db template:
http://geospatial.nomad-labs.com/2006/12/24/postgis-template-database/

...