Em 5 de julho de 2011 16:33, Emerson Martins <[email protected]> escreveu: > Pessoal estou tentando instalar o postgresql 9.0.4 pelos fontes no Debian 6, > estou tendo alguns erros na instalação > root@serverpostgres:/home/cepal/postgresql-9.0.4# ./configure .... > root@serverpostgres:/home/cepal/postgresql-9.0.4# make > You need to run the 'configure' program first. See the file > 'INSTALL' for installation instructions. > make: ** [all] Erro 1
E o 'configure' executou até o final sem erros? O caminho curto seria o proposto em [1]. Mas voce tambem vai precisar inicialmente do autoconf, automake, bison, flex, binutils, gcc, libreadline. A saida do seu 'configure' deveria revelar as dependencias que faltam. [1] http://www.postgresql.org/docs/9.0/interactive/install-short.html -- Dickson S. Guedes mail/xmpp: [email protected] - skype: guediz http://guedesoft.net - http://www.postgresql.org.br _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
