Error de instalacion en UBUNTU!

Lists: pgsql-es-ayuda
From: Jorge Loor <loorvela(at)yahoo(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Cambiar configuracion regional utf8 a ISO_8859_5
Date: 2009-01-12 02:32:19
Message-ID: 664033.48321.qm@web90607.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Hola,

Favor me pueden ayudar como cambiar la configuracion regional UTF8 que por defecto se instalo en forma automatica en ubuntu 8.10

Necesito cambiarla a ISO_8859_5 codificacion latinoamerica y cilirico.

Uso el software contable SQL-LEDGER con Postgres, el problema con utf8 radica en las tildes y las ñ ... no las acepta el software contable cada vez que se ingresan datos sale error y el programa deja de correr,

Intente cambiar con PGadmin3 de varias maneras pero igual no funciona, siempre queda como predeterminado UTF8

SQL-LEDGER corre perfecto con UTF 8 siempre y cuando no se utilice nunca ni las tildes ni las ñ, pero en español el uso es muy frecuente.

GRACIAS POR SU AYUDA,

Atte,

Jorge Andres Loor Velasco
Peninsula de Cojimies
Manabi-Ecuador

¡Todo sobre la Liga Mexicana de fútbol! Estadisticas, resultados, calendario, fotos y más:&lt;
http://espanol.sports.yahoo.com/


From: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To: loorvela(at)yahoo(dot)com
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Cambiar configuracion regional utf8 a ISO_8859_5
Date: 2009-01-12 03:10:54
Message-ID: 3073cc9b0901111910u74d98b65q8c60ed839e6df4ca@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

On Sun, Jan 11, 2009 at 9:32 PM, Jorge Loor <loorvela(at)yahoo(dot)com> wrote:
> Hola,
>
> Favor me pueden ayudar como cambiar la configuracion regional UTF8 que por defecto se instalo en forma automatica en ubuntu 8.10
>

este no es un foro de ubuntu sino de postgres... si quieres instalar
postgres usando otro encoding al inicializar el cluster haz:
initdb -D $PGDATA -E el_encoding_que_quieras

sin embargo...

>
> Necesito cambiarla a ISO_8859_5 codificacion latinoamerica y cilirico.

para que este cambio? UTF8 soporta *todos* los caracteres que
cualquier otro encoding soporte

>
> Uso el software contable SQL-LEDGER con Postgres, el problema con utf8 radica en las tildes y las ñ ... no las acepta el software contable cada vez que se ingresan datos sale error y el programa deja de correr,
>

podrias mostrar el error? el que te da el sistema y el que esta en el
log de postgres... la pagina de sql ledger parece indicar que si
trabaja con UTF8

>
> SQL-LEDGER corre perfecto con UTF 8 siempre y cuando no se utilice nunca ni las tildes ni las ñ, pero en español el uso es muy frecuente.
>

disculpa pero eso es absurdo, la idea de usar UTF8 es que nunca te
preocupes de los caracteres... podrias usar simbolos chinos y
japoneses y te los aceptara alegremente (y no es broma)

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Jorge Loor <loorvela(at)yahoo(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Cambiar configuracion regional utf8 a ISO_8859_5
Date: 2009-01-12 11:55:12
Message-ID: 20090112115512.GD4919@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Jorge Loor escribió:
> Hola,
>
> Favor me pueden ayudar como cambiar la configuracion regional UTF8 que
> por defecto se instalo en forma automatica en ubuntu 8.10
>
> Necesito cambiarla a ISO_8859_5 codificacion latinoamerica y cilirico.

El cirílico no es una codificación, sino un conjunto de caracteres que
se usa para el ruso (y supongo que otros idiomas de por ahí).
Ciertamente no quieres eso. ISO-8859-5 es una codificación que se usa
para el cirílico. Mira la tabla de caracteres:

http://www.kostis.net/charsets/iso8859.5.htm

Como dice Jaime, con UTF8 funciona bien; lo único que necesitas hacer es
convencer tu aplicación de que lo emplee correctamente.

A todo esto, SQL-Ledger se ha visto desfavorecido en la comunidad
Postgres. Te recomiendo LedgerSMB, que es un fork de SQL-Ledger que
está en muchísimas mejores condiciones.

--
Alvaro Herrera http://www.advogato.org/person/alvherre
"La vida es para el que se aventura"


From: Carolina Roman Salgado <rossyr(at)abulafia(dot)ciencias(dot)uchile(dot)cl>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Cambiar configuracion regional utf8 a ISO_8859_5
Date: 2009-01-12 13:12:10
Message-ID: 1231765930.1691.3.camel@mandragora.etsf.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

On Sun, 2009-01-11 at 18:32 -0800, Jorge Loor wrote:
> Hola,
>
> Favor me pueden ayudar como cambiar la configuracion regional UTF8 que
> por defecto se instalo en forma automatica en ubuntu 8.10

Hola

Aunque no es una lista de Ubuntu, la forma de cambiarle el encoding a un
sistema completo es usando dpkg-reconfigure locales. Allí le dices
cuáles quieres que habilite y luego te preguntará cuál es el de
sistema.

Sin embargo, esto no te va a servir de nada con ningún servicio
instalado: ellos no cambian su codificación para acomodarse a la del
sistema, sino que tienes que configurarlos por separado. Y el valor más
inteligente de encoding que se puede usar, para evitarse los problemas
con los caracteres extraños al inglés, es UTF-8. Por eso Postgres ya
viene usando UTF8, lo mismo que Apache2, por ejemplo.

Carolina


From: "Juan Jose Rosales Rodriguez" <jjrosales(at)estudiantes(dot)uci(dot)cu>
To: "Alvaro Herrera" <alvherre(at)alvh(dot)no-ip(dot)org>, "Jorge Loor" <loorvela(at)yahoo(dot)com>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Error de instalacion en UBUNTU!
Date: 2009-02-07 17:31:50
Message-ID: F2C64B9DD54AC54BAA3CE0D82537C5D4015F3F93@ucixs12.uci.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

que puede ser esto?

cuando le doy ./configure me

me sale esto.

------------------------------------------------------

configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# install

saludos..


From: Jenaro Centeno Gómez <jcenteno(at)aldia(dot)com(dot)mx>
To: Juan Jose Rosales Rodriguez <jjrosales(at)estudiantes(dot)uci(dot)cu>
Cc: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Jorge Loor <loorvela(at)yahoo(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Error de instalacion en UBUNTU!
Date: 2009-02-07 17:42:51
Message-ID: 498DC81B.5040705@aldia.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Juan Jose Rosales Rodriguez escribió:
> que puede ser esto?
>
> cuando le doy ./configure me
>
> me sale esto.
>
> ------------------------------------------------------
>
> configure: error: readline library not found
> If you have readline already installed, see config.log for details on the
> failure. It is possible the compiler isn't looking in the proper directory.
> Use --without-readline to disable readline support.
> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# install
>
>
> saludos..
> --
> TIP 8: explain analyze es tu amigo
>
>
>
Mira, creo que te faltan las iberias readline, instalalas antes con:

sudo apt-get install readline-common

Y nos cuentas como te fué.

Saludos a todos.


From: "Juan Jose Rosales Rodriguez" <jjrosales(at)estudiantes(dot)uci(dot)cu>
To: Jenaro Centeno Gómez <jcenteno(at)aldia(dot)com(dot)mx>
Cc: "Alvaro Herrera" <alvherre(at)alvh(dot)no-ip(dot)org>, "Jorge Loor" <loorvela(at)yahoo(dot)com>, <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Error de instalacion en UBUNTU!
Date: 2009-02-07 18:40:59
Message-ID: F2C64B9DD54AC54BAA3CE0D82537C5D4015F3F94@ucixs12.uci.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda


aqui especifico un poco mas amigos probe instalando la libreria
miren. el problema persiste.

masacote(at)masacote-desktop:~$ sudo su
root(at)masacote-desktop:/home/masacote# sudo apt-get install readline-common
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
readline-common ya está en su versión más reciente.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.

root(at)masacote-desktop:/home/masacote# cd /home/masacote/postgresql-8.1.2
root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# ./configure

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wendif-labels... yes
checking if gcc supports -fno-strict-aliasing... yes
configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
checking whether the C compiler still works... yes
checking how to run the C preprocessor... gcc -E
checking allow thread-safe client libraries... no
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with Kerberos 5 support... no
checking whether to build with PAM support... no
checking whether to build with Bonjour support... no
checking whether to build with OpenSSL support... no
checking for egrep... grep -E
configure: using CPPFLAGS=-D_GNU_SOURCE
configure: using LDFLAGS=
checking for gawk... no
checking for mawk... mawk
checking for flex... no
configure: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS or
*** change any of the scanner definition files. You can obtain Flex from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)
checking whether ln -s works... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for ranlib... ranlib
checking for lorder... lorder
checking for tar... /bin/tar
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for bison... no
configure: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS or
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Bison
*** output is pre-generated.) To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'.
checking for perl... /usr/bin/perl
checking for main in -lbsd... no
checking for setproctitle in -lutil... no
checking for main in -lm... yes
checking for main in -ldl... yes
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking for main in -lipc... no
checking for main in -lIPC... no
checking for main in -llc... no
checking for main in -ldld... no
checking for main in -lld... no
checking for main in -lcompat... no
checking for main in -lBSD... no
checking for main in -lgen... no
checking for main in -lPW... no
checking for main in -lresolv... yes
checking for library containing getopt_long... none required
checking for main in -lunix... no
checking for library containing crypt... -lcrypt
checking for library containing fdatasync... none required
checking for shmget in -lcygipc... no
checking for readline... no

configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.

root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# make
You need to run the 'configure' program first. See the file
'INSTALL' for installation instructions.
make: *** [all] Error 1
root(at)masacote-desktop:/home/masacote/postgresql-8.1.2#


From: Ezequiel - <ezequielchan(at)gmail(dot)com>
To: Juan Jose Rosales Rodriguez <jjrosales(at)estudiantes(dot)uci(dot)cu>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Error de instalacion en UBUNTU!
Date: 2009-02-07 19:25:35
Message-ID: edf6df9f0902071125y761c05b7wb8b5b1e2d9d18994@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

2009/2/7 Juan Jose Rosales Rodriguez <jjrosales(at)estudiantes(dot)uci(dot)cu>:
>
> aqui especifico un poco mas amigos probe instalando la libreria
> miren. el problema persiste.
>
> masacote(at)masacote-desktop:~$ sudo su
> root(at)masacote-desktop:/home/masacote# sudo apt-get install readline-common
> Leyendo lista de paquetes... Hecho
> Creando árbol de dependencias
> Leyendo la información de estado... Hecho
> readline-common ya está en su versión más reciente.
> 0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
>

creo que tenes que instalar libreadline5 y readline5-dev

$sudo apt-get install libreadline5 readline5-dev

Por ahi me perdi de algo... no es mejor instalar postgres directamente
desde apt?

Saludos.
Ezequiel


From: Edwin Quijada <listas_quijada(at)hotmail(dot)com>
To: <jjrosales(at)estudiantes(dot)uci(dot)cu>, <jcenteno(at)aldia(dot)com(dot)mx>
Cc: <alvherre(at)alvh(dot)no-ip(dot)org>, <loorvela(at)yahoo(dot)com>, <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: RE: Error de instalacion en UBUNTU!
Date: 2009-02-09 06:08:24
Message-ID: BLU137-W25461444FAD699186D24F9E3BC0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda


apt-get install libreadline5-dev
instala eso y dime

*-------------------------------------------------------*
*-Edwin Quijada
*-Developer DataBase
*-JQ Microsistemas
*-809-849-8087

* " Si deseas lograr cosas excepcionales debes de hacer cosas fuera de lo comun"
*-------------------------------------------------------*

> Subject: [pgsql-es-ayuda] Error de instalacion en UBUNTU!
> Date: Sat, 7 Feb 2009 13:40:59 -0500
> From: jjrosales(at)estudiantes(dot)uci(dot)cu
> To: jcenteno(at)aldia(dot)com(dot)mx
> CC: alvherre(at)alvh(dot)no-ip(dot)org; loorvela(at)yahoo(dot)com; pgsql-es-ayuda(at)postgresql(dot)org
>
>
> aqui especifico un poco mas amigos probe instalando la libreria
> miren. el problema persiste.
>
> masacote(at)masacote-desktop:~$ sudo su
> root(at)masacote-desktop:/home/masacote# sudo apt-get install readline-common
> Leyendo lista de paquetes... Hecho
> Creando árbol de dependencias
> Leyendo la información de estado... Hecho
> readline-common ya está en su versión más reciente.
> 0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
>
>
> root(at)masacote-desktop:/home/masacote# cd /home/masacote/postgresql-8.1.2
> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# ./configure
>
>
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> 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... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking if gcc supports -Wdeclaration-after-statement... yes
> checking if gcc supports -Wendif-labels... yes
> checking if gcc supports -fno-strict-aliasing... yes
> configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> checking whether the C compiler still works... yes
> checking how to run the C preprocessor... gcc -E
> checking allow thread-safe client libraries... no
> checking whether to build with Tcl... no
> checking whether to build Perl modules... no
> checking whether to build Python modules... no
> checking whether to build with Kerberos 5 support... no
> checking whether to build with PAM support... no
> checking whether to build with Bonjour support... no
> checking whether to build with OpenSSL support... no
> checking for egrep... grep -E
> configure: using CPPFLAGS=-D_GNU_SOURCE
> configure: using LDFLAGS=
> checking for gawk... no
> checking for mawk... mawk
> checking for flex... no
> configure: WARNING:
> *** Without Flex you will not be able to build PostgreSQL from CVS or
> *** change any of the scanner definition files. You can obtain Flex from
> *** a GNU mirror site. (If you are using the official distribution of
> *** PostgreSQL then you do not need to worry about this because the Flex
> *** output is pre-generated.)
> checking whether ln -s works... yes
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for ranlib... ranlib
> checking for lorder... lorder
> checking for tar... /bin/tar
> checking for strip... strip
> checking whether it is possible to strip libraries... yes
> checking for bison... no
> configure: WARNING:
> *** Without Bison you will not be able to build PostgreSQL from CVS or
> *** change any of the parser definition files. You can obtain Bison from
> *** a GNU mirror site. (If you are using the official distribution of
> *** PostgreSQL then you do not need to worry about this because the Bison
> *** output is pre-generated.) To use a different yacc program (possible,
> *** but not recommended), set the environment variable YACC before running
> *** 'configure'.
> checking for perl... /usr/bin/perl
> checking for main in -lbsd... no
> checking for setproctitle in -lutil... no
> checking for main in -lm... yes
> checking for main in -ldl... yes
> checking for main in -lnsl... yes
> checking for main in -lsocket... no
> checking for main in -lipc... no
> checking for main in -lIPC... no
> checking for main in -llc... no
> checking for main in -ldld... no
> checking for main in -lld... no
> checking for main in -lcompat... no
> checking for main in -lBSD... no
> checking for main in -lgen... no
> checking for main in -lPW... no
> checking for main in -lresolv... yes
> checking for library containing getopt_long... none required
> checking for main in -lunix... no
> checking for library containing crypt... -lcrypt
> checking for library containing fdatasync... none required
> checking for shmget in -lcygipc... no
> checking for readline... no
>
> configure: error: readline library not found
> If you have readline already installed, see config.log for details on the
> failure. It is possible the compiler isn't looking in the proper directory.
> Use --without-readline to disable readline support.
>
>
> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# make
> You need to run the 'configure' program first. See the file
> 'INSTALL' for installation instructions.
> make: *** [all] Error 1
> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2#
> --
> TIP 6: ¿Has buscado en los archivos de nuestra lista de correo?
> http://archives.postgresql.org/pgsql-es-ayuda

_________________________________________________________________
See how Windows® connects the people, information, and fun that are part of your life
http://clk.atdmt.com/MRT/go/119463819/direct/01/


From: Emanuel Calvo Franco <postgres(dot)arg(at)gmail(dot)com>
To: pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Error de instalacion en UBUNTU!
Date: 2009-02-09 14:01:48
Message-ID: f205bb120902090601o2b312e08h9135ead025a1eeaa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

tambien te va a pedir las librerias de compresion (zlib)
apt-get install zlib (o zlib-devel creo)
otro paquete interesante es el de
apt-get install build-essentials (creo que se escribe asi)

Saludos!

2009/2/9 Edwin Quijada <listas_quijada(at)hotmail(dot)com>:
> apt-get install libreadline5-dev
> instala eso y dime
>
> *-------------------------------------------------------*
> *-Edwin Quijada
> *-Developer DataBase
> *-JQ Microsistemas
> *-809-849-8087
> * " Si deseas lograr cosas excepcionales debes de hacer cosas fuera de lo
> comun"
> *-------------------------------------------------------*
>
>
>
>
>> Subject: [pgsql-es-ayuda] Error de instalacion en UBUNTU!
>> Date: Sat, 7 Feb 2009 13:40:59 -0500
>> From: jjrosales(at)estudiantes(dot)uci(dot)cu
>> To: jcenteno(at)aldia(dot)com(dot)mx
>> CC: alvherre(at)alvh(dot)no-ip(dot)org; loorvela(at)yahoo(dot)com;
>> pgsql-es-ayuda(at)postgresql(dot)org
>>
>>
>> aqui especifico un poco mas amigos probe instalando la libreria
>> miren. el problema persiste.
>>
>> masacote(at)masacote-desktop:~$ sudo su
>> root(at)masacote-desktop:/home/masacote# sudo apt-get install readline-common
>> Leyendo lista de paquetes... Hecho
>> Creando árbol de dependencias
>> Leyendo la información de estado... Hecho
>> readline-common ya está en su versión más reciente.
>> 0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.
>>
>>
>> root(at)masacote-desktop:/home/masacote# cd /home/masacote/postgresql-8.1.2
>> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# ./configure
>>
>>
>> checking build system type... i686-pc-linux-gnu
>> checking host system type... i686-pc-linux-gnu
>> 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... gcc
>> checking for C compiler default output file name... a.out
>> checking whether the C compiler works... yes
>> checking whether we are cross compiling... no
>> checking for suffix of executables...
>> checking for suffix of object files... o
>> checking whether we are using the GNU C compiler... yes
>> checking whether gcc accepts -g... yes
>> checking for gcc option to accept ANSI C... none needed
>> checking if gcc supports -Wdeclaration-after-statement... yes
>> checking if gcc supports -Wendif-labels... yes
>> checking if gcc supports -fno-strict-aliasing... yes
>> configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith
>> -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
>> checking whether the C compiler still works... yes
>> checking how to run the C preprocessor... gcc -E
>> checking allow thread-safe client libraries... no
>> checking whether to build with Tcl... no
>> checking whether to build Perl modules... no
>> checking whether to build Python modules... no
>> checking whether to build with Kerberos 5 support... no
>> checking whether to build with PAM support... no
>> checking whether to build with Bonjour support... no
>> checking whether to build with OpenSSL support... no
>> checking for egrep... grep -E
>> configure: using CPPFLAGS=-D_GNU_SOURCE
>> configure: using LDFLAGS=
>> checking for gawk... no
>> checking for mawk... mawk
>> checking for flex... no
>> configure: WARNING:
>> *** Without Flex you will not be able to build PostgreSQL from CVS or
>> *** change any of the scanner definition files. You can obtain Flex from
>> *** a GNU mirror site. (If you are using the official distribution of
>> *** PostgreSQL then you do not need to worry about this because the Flex
>> *** output is pre-generated.)
>> checking whether ln -s works... yes
>> checking for ld used by GCC... /usr/bin/ld
>> checking if the linker (/usr/bin/ld) is GNU ld... yes
>> checking for ranlib... ranlib
>> checking for lorder... lorder
>> checking for tar... /bin/tar
>> checking for strip... strip
>> checking whether it is possible to strip libraries... yes
>> checking for bison... no
>> configure: WARNING:
>> *** Without Bison you will not be able to build PostgreSQL from CVS or
>> *** change any of the parser definition files. You can obtain Bison from
>> *** a GNU mirror site. (If you are using the official distribution of
>> *** PostgreSQL then you do not need to worry about this because the Bison
>> *** output is pre-generated.) To use a different yacc program (possible,
>> *** but not recommended), set the environment variable YACC before running
>> *** 'configure'.
>> checking for perl... /usr/bin/perl
>> checking for main in -lbsd... no
>> checking for setproctitle in -lutil... no
>> checking for main in -lm... yes
>> checking for main in -ldl... yes
>> checking for main in -lnsl... yes
>> checking for main in -lsocket... no
>> checking for main in -lipc... no
>> checking for main in -lIPC... no
>> checking for main in -llc... no
>> checking for main in -ldld... no
>> checking for main in -lld... no
>> checking for main in -lcompat... no
>> checking for main in -lBSD... no
>> checking for main in -lgen... no
>> checking for main in -lPW... no
>> checking for main in -lresolv... yes
>> checking for library containing getopt_long... none required
>> checking for main in -lunix... no
>> checking for library containing crypt... -lcrypt
>> checking for library containing fdatasync... none required
>> checking for shmget in -lcygipc... no
>> checking for readline... no
>>
>> configure: error: readline library not found
>> If you have readline already installed, see config.log for details on the
>> failure. It is possible the compiler isn't looking in the proper
>> directory.
>> Use --without-readline to disable readline support.
>>
>>
>> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2# make
>> You need to run the 'configure' program first. See the file
>> 'INSTALL' for installation instructions.
>> make: *** [all] Error 1
>> root(at)masacote-desktop:/home/masacote/postgresql-8.1.2#
>> --
>> TIP 6: ¿Has buscado en los archivos de nuestra lista de correo?
>> http://archives.postgresql.org/pgsql-es-ayuda
>
> ________________________________
> See how Windows(R) connects the people, information, and fun that are part of
> your life

--
Emanuel Calvo Franco
Sumate al ARPUG !
(www.postgres-arg.org -
www.arpug.com.ar)
ArPUG / AOSUG Member
Postgresql Support & Admin