A instalação do módulo Authen :: Simple :: PAM com o cpan no ubuntu falha

0

Estou tentando instalar o módulo Authen :: Simple :: PAM usando o cpan do terminal ubuntu e recebo um erro como mostrado abaixo (note que outros módulos são instalados perfeitamente)

Checking if your kit is complete...
Looks good
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for pam header files in... no
configure: error: cannot find the pam_appl.h file
Error in configuring the Authen::PAM module.   
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
NIKIP/Authen-PAM-0.16.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites
    
por Gideon Maina 11.06.2014 / 09:28

1 resposta

1

Quando um pacote CPAN também é disponível nos repositórios do Ubuntu, eu instalaria o Versão do Ubuntu, especialmente se você encontrar problemas de compilação:

sudo apt-get install libauthen-simple-pam-perl  

Note que as versões do CPAN e Ubuntu são as mesmas (0.2).

    
por Sylvain Pineau 11.06.2014 / 09:45