Perl module installs in wrong place

Started by Maarten Boekholdalmost 28 years ago3 messages
#1Maarten Boekhold
maartenb@dutepp0.et.tudelft.nl

Hi,

just played a bit with the febr. 28 snapshot, and it looks like the perl
module does not install in the correct place. I'm not sure if this is a
problem with postgresql or my local perl-setup (debian package):

perl Makefile.PL PREFIX=/usr/local/pgsql

will install things in /usr/local/pgsql/local/lib/.... instead of in
/usr/local/pgsql/lib/...

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems |
| Department of Electrical Engineering |
| Computer Architecture and Digital Technique section |
| M.Boekhold@et.tudelft.nl |
-----------------------------------------------------------------------------

#2Edmund Mergl
E.Mergl@bawue.de
In reply to: Maarten Boekhold (#1)
Re: [HACKERS] Perl module installs in wrong place

Maarten Boekhold wrote:

Hi,

just played a bit with the febr. 28 snapshot, and it looks like the perl
module does not install in the correct place. I'm not sure if this is a
problem with postgresql or my local perl-setup (debian package):

perl Makefile.PL PREFIX=/usr/local/pgsql

will install things in /usr/local/pgsql/local/lib/.... instead of in
/usr/local/pgsql/lib/...

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems |
| Department of Electrical Engineering |
| Computer Architecture and Digital Technique section |
| M.Boekhold@et.tudelft.nl |
-----------------------------------------------------------------------------

it works for me with version 5.004_04.
Looks like this is more related to your perl-setup.

Edmund
--
Edmund Mergl mailto:E.Mergl@bawue.de
Im Haldenhau 9 http://www.bawue.de/~mergl
70565 Stuttgart fon: +49 711 747503
Germany gsm: +49 171 2645325

#3Maarten Boekhold
maartenb@dutepp0.et.tudelft.nl
In reply to: Edmund Mergl (#2)
Re: [HACKERS] Perl module installs in wrong place

just played a bit with the febr. 28 snapshot, and it looks like the perl
module does not install in the correct place. I'm not sure if this is a
problem with postgresql or my local perl-setup (debian package):

perl Makefile.PL PREFIX=/usr/local/pgsql

will install things in /usr/local/pgsql/local/lib/.... instead of in
/usr/local/pgsql/lib/...

it works for me with version 5.004_04.
Looks like this is more related to your perl-setup.

Correct, found out that
I also needed to add INSTALLDIRS=perl to the commandline above to let
perl skip the 'local' part.....

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems |
| Department of Electrical Engineering |
| Computer Architecture and Digital Technique section |
| M.Boekhold@et.tudelft.nl |
-----------------------------------------------------------------------------