Skip Menu |

This queue is for tickets about the Alien-ImageMagick CPAN distribution.

Report information
The Basics
Id: 101952
Status: open
Priority: 0/
Queue: Alien-ImageMagick

People
Owner: Nobody in particular
Requestors: haarg [...] haarg.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Wrong install paths used when installed with --install_base
If the user uses --install_base or other options to change the install path, the Build.PL still incorrectly uses default paths from $Config{siteprefix} for some things. It tries to install binaries into siteprefix, and assumes that the libraries will be installed there. With --install_base, that is incorrect.
Thanks for the report. Would you submit a patch to https://github.com/jeteve/Alien-ImageMagick to fix that? Cheers, J. On Thu Feb 05 11:45:27 2015, haarg wrote: Show quoted text
> If the user uses --install_base or other options to change the install > path, the Build.PL still incorrectly uses default paths from > $Config{siteprefix} for some things. > > It tries to install binaries into siteprefix, and assumes that the > libraries will be installed there. With --install_base, that is > incorrect.