You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Matthieu Imbert (JIRA)" <ji...@apache.org> on 2009/10/03 14:48:23 UTC

[jira] Updated: (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 ]

Matthieu Imbert updated THRIFT-528:
-----------------------------------

    Patch Info: [Patch Available]

> 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 (last commit from Wed Jun 24 2009)
>            Reporter: Matthieu Imbert
>            Assignee: T Jake Luciani
>            Priority: Minor
>         Attachments: 0001-add-PERL_PREFIX-for-configuring-where-to-install-per.patch, 0002-add-RUBY_PREFIX-for-configuring-where-to-install-rub.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.