RE: no puedo instalar

From: "Edwin Quijada" <listas_quijada(at)hotmail(dot)com>
To: e24971(at)uajms(dot)edu(dot)bo
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: RE: no puedo instalar
Date: 2006-01-06 22:22:21
Message-ID: BAY113-F1230417044C1A73F810EB4E3210@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


Uhmm, no era necesario actualizar toda la distro. Solo tenias q buscar ese
paquete. Es mas podias instalar sin el pero perdias lo que te dije. Bueno si
ya empezaste creo q como quieras tendras q buscar ese paquete de todas
formas.
apt-cache search raedline
*-------------------------------------------------------*
*-Edwin Quijada
*-Developer DataBase
*-JQ Microsistemas
*-809-747-2787
* " Si deseas lograr cosas excepcionales debes de hacer cosas fuera de lo
comun"
*-------------------------------------------------------*

>From: "Javier Flores .: INFORMATICA :." <e24971(at)uajms(dot)edu(dot)bo>
>To: <listas_quijada(at)hotmail(dot)com>
>Subject: RE: [pgsql-es-ayuda] no puedo instalar
>Date: Fri, 6 Jan 2006 15:06:35 -0400 (BOT)
>
>ok gracias edwin
>
>ahora lo que estoy haciendo es actualizar mi distro con apt-get udgrade
>ya estoy 3 horas no tenes alguna idea de cuanto tarda esto ;-)
>
>Edwin Quijada dijo:
> > El te lo esta diciendo no tienes la libreria readline-dev te falta. O la
> > instala o compilas --without-readline. Lo que te va a pasar si haces
> > esto es que no podras usar las flechas para moverte en la consola de
> > psql. Asi que decide busca eso con apt y liosto
> >
> >
> > *-------------------------------------------------------*
> > *-Edwin Quijada
> > *-Developer DataBase
> > *-JQ Microsistemas
> > *-809-747-2787
> > * " Si deseas lograr cosas excepcionales debes de hacer cosas fuera de
> > lo comun"
> > *-------------------------------------------------------*
> >
> >
> >
> >
> >>From: "Javier Flores .: INFORMATICA :." <e24971(at)uajms(dot)edu(dot)bo>
> >>To: <pgsql-es-ayuda(at)postgresql(dot)org>
> >>Subject: [pgsql-es-ayuda] no puedo instalar
> >>Date: Thu, 5 Jan 2006 18:04:02 -0400 (BOT)
> >>
> >>hola amigos de la lista, el problema que tengo es que no puedo instalar
> >> el postgresql 8 en una distribucion basada en knoppix, el problema es
> >> que me sale un error al ejecutar la instruccion ./configure decirles
> >> que ya instale esta version en una distro basada en redhat exactamente
> >> fedora y no tube ningun problema tal algunos de ustedes tubo este
> >> problema me pueda ayudar,tal ves me falte alguna libreria me lo indican
> >> por favor, aqui el mensaje que me lanza en konsola :.
> >>
> >>root(at)ceii:/usr/local/postgresql-8.0.4# ./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... 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 if gcc supports -Wdeclaration-after-statement... no
> >>checking if gcc supports -Wold-style-definition... no
> >>checking if gcc supports -Wendif-labels... yes
> >>checking if gcc supports -fno-strict-aliasing... yes
> >>configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith
> >> -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 4 support... no
> >>checking whether to build with Kerberos 5 support... no
> >>checking whether to build with PAM support... no
> >>checking whether to build with Rendezvous support... no
> >>checking whether to build with OpenSSL support... no
> >>configure: using CPPFLAGS=-D_GNU_SOURCE
> >>configure: using LDFLAGS=
> >>checking for gawk... gawk
> >>checking for flex... /usr/bin/flex
> >>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... bison -y
> >>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)ceii:/usr/local/postgresql-8.0.4# make
> >>You need to run the 'configure' program first. See the file
> >>'INSTALL' for installation instructions.
> >>make: *** [all] Error 1
> >>root(at)ceii:/usr/local/postgresql-8.0.4#
> >>
> >>
> >>
> >>---------------------------(fin del mensaje)---------------------------
> >> TIP 10: visita nuestro canal de IRC #postgresql-es en irc.freenode.net
> >
> > _________________________________________________________________
> > Latinos en EE.UU: noticias y artículos de interés para ti
> > http://latino.msn.com/noticias/latinoseneeuu
> >
> >
> > ---------------------------(fin del mensaje)---------------------------
> > TIP 10: visita nuestro canal de IRC #postgresql-es en irc.freenode.net
>
>
>

_________________________________________________________________
MSN Latino: el sitio MSN para los hispanos en EE.UU. http://latino.msn.com/

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2006-01-06 22:26:58 Re: no puedo instalar
Previous Message Edwin Quijada 2006-01-06 22:20:28 Re: Instalacion en Windows