Ola, Yo lo estoy usando en Ubuntu 9.04, estos son los pasos que segui para la instalacion.
cd /usr/local/src/ tar xvzf /home/*****/tmp/pgadmin3-1.10.0.tar.gz tar xvjf /home/*****/tmp/postgresql-8.4.0.tar.bz2 cd postgresql-8.4.0/ aptitude install flex libpam-dev bison libreadline-dev libperl-dev ln -s /usr/bin/make /usr/bin/gmake ./configure --enable-nls --with-perl --with-python --with-openssl --with-pam -- with-ldap gmake gmake install adduser postgres mkdir -p /usr/local/pgsql/data chown postgres /usr/local/pgsql/data/ cd ../pgadmin3-1.10.0/ ./configure --with-pgsql=/usr/local/pgsql/ --prefix=/usr/local/pgadmin3 make make install which pgadmin3 /usr/local/pgadmin3/bin/pgadmin3 cd /usr/local/src/ tar xvzf /home/*****/tmp/postgis-1.3.6.tar.gz cd postgis-1.3.6 ./configure --with-pgsql=/usr/local/pgsql/bin/pg_config make && make install Eso es todo... todo funcionando sin problemas... Eduardo Escobar
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
