Re: Perl and PostgreSQL 7.1.2 a DBI Connection

From: Pedro Alves <pmalves(at)think(dot)co(dot)pt>
To: R Talbot <rjtalbo(at)attglobal(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Perl and PostgreSQL 7.1.2 a DBI Connection
Date: 2001-10-03 10:34:33
Message-ID: 20011003103433.A32004@cosmos.inesc.pt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I'm not sure I understand what you want really. If you want to
access postgres with perl through DBI, you don't need to compile postgres
with that option. That is meant for bulding funcions in a procedural
language based on perl. In the last case, you need to recompile perl and
--enable-shared. But I don't think this is the case, so you already got what
you need.

Hope it helps

On Tue, Oct 02, 2001 at 10:06:56PM -0400, R Talbot wrote:
>
> I have compiled and installed
> PostgreSQL 7.1.2
> DBD-Pg-1.01.tar.gz
> DBI-1.20.tar.gz
>
> I am running perl, version 5.005_03
> ...
>
> When I ran ./configure on PostgreSQL
> 7.1.2 I did so --with-perl
> but make reported It could not
> install because Perl libraries
> were not shared.. I assume it wanted
> me to have the Perl static
> installed and linked.. Right or
> wrong??
> SQL...
>
> So I installed the above DBD and DBI
> after the PostgreSQL install..
>
> Question ?? Do I have to do anything
> else to get Perl and PostgreSQL
> to work together.. Such as another
> Perl Library or a Link..??
>
> Bob T
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
Pedro Miguel G. Alves

THINK - Tecnologias de Informação
Av. Defensores de Chaves nº 15 4ºD, 1000-109 Lisboa Portugal
Tel: +351 21 3590285 Fax: +351 21 3582729
HomePage: www.think.co.pt

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Maxim 2001-10-03 11:51:05 returned multiple data from function
Previous Message =?ISO-8859-1?Q?Antti_Ij=E4s?= 2001-10-03 10:16:50 From Mysql to Postgre, how to do that?