[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PostgreSQL and Perl



-----BEGIN PGP SIGNED MESSAGE-----

Oliver Elphick, in an immanent manifestation of deity, wrote:
>The upstream Makefile.PL wants to put things into my own locations, and
>I need to find out how to force things to debian/tmp... and what directory
>under there I should put it in.

Try:
perl Makefile.PL prefix=$(pwd)/debian/tmp/usr INSTALLDIRS=perl
make
make test
make pure_install

The prefix should be obvious.  Saying INSTALLDIRS=perl means that you
want to install into the main perl directory, $Config{installprivlib}  (/usr/lib/perl5/)
rather than site-perl, $Config{installsitelib) (/usr/local/lib/site_perl/).

The make pure_install tells the Makefile to not write perllocal.pod.

Darren
- -- 
<torin@daft.com> <http://www.daft.com/~torin> <torin@debian.org> <torin@io.com>
Darren Stalder/2608 Second Ave, @282/Seattle, WA 98121-1212/USA/+1-800-921-4996
@ Sysadmin, webweaver, postmaster for hire.  C/Perl/CGI programmer and tutor. @
@		     Make a little hot-tub in your soul.		      @

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBNG11k44wrq++1Ls5AQH+wwQAgOXWXkdzNR+mg1bsa7m9kgy2A4QH2VKp
XCA2MkycNzHLuHH6+4LWlrLAGZoPY0cXrV6dIdUZJG7aj2VXIEdLwrK3uoVz1ZGj
lkUl1ZUO4YtSkvfGzYACH9PUvaNFLSohfsPjD6WeioY8QROVfR3NA70HQUwZHMxv
ccqB3C/1Zts=
=hb7s
-----END PGP SIGNATURE-----


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: