Re: [Pgsql-ayuda] Migracion del esquema de bases de datos

From: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: Jose Luis Torres <jltorres(at)assa(dot)com(dot)mx>, Luis Rodrigo Gallardo Cruz <lrgallardo(at)interservice(dot)net>, Sebastian Arriada <sebarriada(at)yahoo(dot)com(dot)ar>
Cc: <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: Re: [Pgsql-ayuda] Migracion del esquema de bases de datos
Date: 2003-12-09 23:02:14
Message-ID: 200312092002.14748.martin@bugs.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El Mar 09 Dic 2003 18:54, Jose Luis Torres escribió:
> Bueno pues a mi me fallo aquí estan los errores:
> ------------------------------------------------------------
> ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for sed... /usr/bin/sed
> checking for perl... /usr/bin/perl
> checking DBI... Can't locate DBI.pm in @INC (@INC contains:
> /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin
> /Library/Perl /Library/Perl /Network/Library/Perl/darwin
> /Network/Library/Perl /Network/Library/Perl .) at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
> no
> configure: error: Perl module DBI is required
> [desarrollo:/Library/postgresql_autodoc] joseluistorres# make install
> ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for sed... /usr/bin/sed
> checking for perl... /usr/bin/perl
> checking DBI... Can't locate DBI.pm in @INC (@INC contains:
> /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin
> /Library/Perl /Library/Perl /Network/Library/Perl/darwin
> /Network/Library/Perl /Network/Library/Perl .) at -e line 1.
> BEGIN failed--compilation aborted at -e line 1.
> no
> configure: error: Perl module DBI is required
> make: *** [config.mk] Error 1
> ---------------------------------------------------------------
>
> Según dice y creo entender no tengo el Modulo Perl DBI, tiene alguien idea
> de como saber si esta instalado o no.
> Estoy desde MACOSX

Tenes un shell?

$ perl -MCPAN -e shell

Una vez en el shell de CPAN solo tenes que decirle que instale el DBI

CPAN> install DBI

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-----------------------------------------------------------------
Martín Marqués | mmarques(at)unl(dot)edu(dot)ar
Programador, Administrador, DBA | Centro de Telemática
Universidad Nacional
del Litoral
-----------------------------------------------------------------

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera Munoz 2003-12-10 01:14:49 Re: [Pgsql-ayuda] como conecto postgresql con Pgaccess
Previous Message Enrique Herrera Noya 2003-12-09 22:55:09 [Pgsql-ayuda] como conecto postgresql con Pgaccess