Skip Menu |

This queue is for tickets about the Authen-PAM CPAN distribution.

Report information
The Basics
Id: 120930
Status: open
Priority: 0/
Queue: Authen-PAM

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

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



Subject: Fails install when no '.' in @INC
5.25.11 -Ddefault_inc_excludes_dot with PERL_USE_UNSAFE_INC=0 in ENV:

Can't locate pam.cfg in @INC (@INC contains: /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.11/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/site_perl/5.25.11 /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/5.25.11/x86_64-linux /home/kent/perl5/perlbrew/perls/5.25.11-nossp-sip13-nopmc-nodot/lib/5.25.11) at Makefile.PL line 13.
Configuring Authen-PAM failed.



--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
From: vlmarek [...] volny.cz
Hi, I fixed it with simple - $options = require "pam.cfg"; + $options = require "./pam.cfg"; Cheers __ Vlad