You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Reiss (JIRA)" <ji...@apache.org> on 2010/06/11 19:58:18 UTC

[jira] Resolved: (THRIFT-528) perl lib installation prefix should be configurable

     [ https://issues.apache.org/jira/browse/THRIFT-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-528.
--------------------------------

    Resolution: Fixed

> perl lib installation prefix should be configurable
> ---------------------------------------------------
>
>                 Key: THRIFT-528
>                 URL: https://issues.apache.org/jira/browse/THRIFT-528
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Perl)
>         Environment: linux (debian testing)
> latest thrift develoment version (May 2010)
>            Reporter: Matthieu Imbert
>            Assignee: T Jake Luciani
>            Priority: Minor
>         Attachments: 0001-THRIFT-528.-add-PERL_PREFIX-for-configuring-where-to.patch
>
>
> perl library installation path should be configurable.
> currently, when configuring with this command:
> {noformat} 
> $ PY_PREFIX=/home/lyon/mimbert/local JAVA_PREFIX=/home/lyon/mimbert/local/lib ./configure --prefix=/home/lyon/mimbert/local
> {noformat} 
> then when doing make install (without root privileges), i get the following error:
> {noformat} 
> ERROR: Can't create '/usr/local/share/perl/5.10.0'
> mkdir /usr/local/share/perl: Permission denied at /usr/share/perl/5.10/ExtUtils/Install.pm line 479
> {noformat} 
> i think perl lib installation path should either be based on the --prefix given on command line, or on a new PERL_PREFIX environment variable similar to the already existing PY_PREFIX and JAVA_PREFIX.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.