Re: [HACKERS] Perl library (was Building Postgres) - Mailing list pgsql-hackers

From Cristian Gafton
Subject Re: [HACKERS] Perl library (was Building Postgres)
Date
Msg-id Pine.LNX.4.10.9906300111530.21304-100000@localhost.localdomain
Whole thread Raw
In response to Re: [HACKERS] Perl library (was Building Postgres)  (Edmund Mergl <E.Mergl@bawue.de>)
List pgsql-hackers
On Wed, 30 Jun 1999, Edmund Mergl wrote:

> > Makefile.PL is written, but in general it should go into a general use
> > perl5 directory, such as /usr/lib/perl5/site_perl, which is anything but
> > perl version dependant. If it generates paths that are perl version
> > dependent then the Makefile.PL is busted.
> > 
> 
> 
> /usr/local/lib/perl5/site_perl/5.005/i686-linux/Pg.pm

You can drop it directly into /usr/local/lib/perl5/site_perl

> this is the standard path for all additionally installed modules.
> It depends on the perl version as well as on the system type.

Nope, this is the standard path for modules that are made to be dependent
on perl version and architecture.

Cristian
--
----------------------------------------------------------------------
Cristian Gafton    --     gafton@redhat.com     --       Red Hat, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~UNIX is user friendly. It's just selective about
whoits friends are.
 





pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Perl library (was Building Postgres)
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Hot Backup Ability