Re: Perl library (was Building Postgres)

Поиск
Список
Период
Сортировка
От Edmund Mergl
Тема Re: Perl library (was Building Postgres)
Дата
Msg-id 3779A374.507F416D@bawue.de
обсуждение исходный текст
Ответ на Re: Perl library (was Building Postgres)  (Cristian Gafton <gafton@redhat.com>)
Список 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 по дате отправления:

Предыдущее
От: Edmund Mergl
Дата:
Сообщение: Re: [HACKERS] Perl library (was Building Postgres)
Следующее
От: Michael Richards
Дата:
Сообщение: Re: [HACKERS] Hot Backup Ability