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

From Edmund Mergl
Subject Re: Perl library (was Building Postgres)
Date
Msg-id 3779A374.507F416D@bawue.de
Whole thread Raw
In response to Re: Perl library (was Building Postgres)  (Cristian Gafton <gafton@redhat.com>)
List pgsql-hackers
Cristian Gafton wrote:
> 
> On Mon, 28 Jun 1999, Thomas Lockhart wrote:
> 
> > machine? Can I instead just plop some files into the proper place on
> > the target machine in a version-independent way?
> 
> On a Red Hat system you can use /usr/lib/perl5/site_perl, for example.
> That is not dependent on perl version.
> 
> Cristian
> --
> ----------------------------------------------------------------------
> Cristian Gafton    --     gafton@redhat.com     --       Red Hat, Inc.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  UNIX is user friendly. It's just selective about who its friends are.


if you install a perl module in the standard way (make install)
on a RedHat system, you will end up with the modules installed in:
  /usr/lib/perl5/site_perl/5.005/i386-linux/

A standard Makfile.PL does not contain any information about 
the target directories. This is always handled by perl itself.



Edmund


-- 
Edmund Mergl
mailto:E.Mergl@bawue.de
http://www.bawue.de/~mergl


pgsql-hackers by date:

Previous
From: Edmund Mergl
Date:
Subject: Re: [HACKERS] Perl library (was Building Postgres)
Next
From: Michael Richards
Date:
Subject: Re: [HACKERS] Hot Backup Ability