Enviado em 24/10/2008 - 18:11h
Tudo bem pessoal? Baixei o arquivo postgresql-8.3.4.tar.bz2 e o descompactei no diretório /opt. em seguida dei o seguinte comando:
./configure --prefix=/usr/local/postgres\ --bindir=/usr/bin -sysconfdir=/etc/postgres --without-readline
que apresentou os seguintes erros:
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking which template to use... linux
checking whether to build with 64-bit integer date/time support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for gcc... no
checking for cc... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
o que pode estar acontecendo?
./configure --prefix=/usr/local/postgres\ --bindir=/usr/bin -sysconfdir=/etc/postgres --without-readline
que apresentou os seguintes erros:
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking which template to use... linux
checking whether to build with 64-bit integer date/time support... no
checking whether NLS is wanted... no
checking for default port number... 5432
checking for gcc... no
checking for cc... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
o que pode estar acontecendo?