perl Makefile.PL - Installation - Linux et OS Alternatifs
MarshPosté le 13-02-2004 à 14:26:01
Je tente d'installer la librairie perl DCE-Perl-0.21 mais j'obtiens l'erreur suivante lorsque je tente de faire mon perl Makefile.PL
Perl 5.8.2
j'ai tenté avec une vieille version de perl (5.005_03) et je n'ai pas l'erreur.
Le tout sur AIX 4.3.3
yaberge2@info1 ==> /perl5/usr/local/bin/perl Makefile.PL WARNING: TYPEMAPS takes a array reference not a string/number. Please inform the author. Can't use string ("../typemap" ) as an ARRAY ref while "strict refs" in use at /usr/local/lib/perl5/5.8.2/ExtUtils/MM_Unix.pm line 3958.
yaberge2@info1 ==> cat Makefile.PL use ExtUtils::MakeMaker;
Marsh Posté le 13-02-2004 à 14:26:01
Je tente d'installer la librairie perl DCE-Perl-0.21 mais j'obtiens l'erreur suivante lorsque je tente de faire mon perl Makefile.PL
Perl 5.8.2
j'ai tenté avec une vieille version de perl (5.005_03) et je n'ai pas l'erreur.
Le tout sur AIX 4.3.3
yaberge2@info1 ==> /perl5/usr/local/bin/perl Makefile.PL
WARNING: TYPEMAPS takes a array reference not a string/number.
Please inform the author.
Can't use string ("../typemap" ) as an ARRAY ref while "strict refs" in use at /usr/local/lib/perl5/5.8.2/ExtUtils/MM_Unix.pm line 3958.
yaberge2@info1 ==> cat Makefile.PL
use ExtUtils::MakeMaker;
WriteMakefile (
TYPEMAPS => '../typemap',
NAME => "DCE::ACL",
VERSION_FROM => "ACL.pm",
);
yaberge2@info1 ==> cat ../typemap
perlrpcsub T_PV
DCE::Registry T_PTROBJ
DCE::Registry::era T_PTROBJ
DCE::cursor T_PTROBJ
DCE::RegistryCursor T_PTROBJ
DCE::Login T_PTROBJ
DCE::UUID T_PTROBJ
DCE::RPC T_PTROBJ
DCE::login_name T_PTROBJ
uuid_t T_PTR
uuid_t * T_PTR
handle_t T_PTROBJ
rpc_auth_identity_handle_t T_PTR
rpc_if_handle_t T_PTROBJ
rpc_ns_handle_t T_PTROBJ
rpc_ns_handle_t * T_PTR
unsigned_char_p_t T_PV
unsigned_char_p_t * T_PV
sec_login_flags_t T_IV
boolean32 T_IV
sec_login_handle_t * T_PTROBJ
sec_login_handle_t T_PTR
sec_passwd_rec_t * T_PTR
boolean32 * T_PV
sec_login_auth_src_t T_IV
error_status_t * T_PV
error_status_t T_IV
signed32 T_IV
unsigned32 T_IV
sec_rgy_bind_auth_info_type_t T_IV
sec_rgy_handle_t T_PTR
sec_rgy_login_name_t * T_PTR
unsigned_char_t T_U_CHAR
unsigned_char_t * T_PV
sec_rgy_domain_t T_IV
sec_rgy_pgo_flags_t T_IV
sec_rgy_pname_t T_PV
unsigned16 T_IV
sec_rgy_name_t T_PV
sec_passwd_type_t T_IV
sec_passwd_version_t T_IV
sec_rgy_acct_key_t T_IV
sec_rgy_acct_user_flags_t T_IV
sec_rgy_acct_admin_flags_t T_IV
sec_rgy_acct_auth_flags_t T_IV
sec_timeval_sec_t T_IV
sec_timeval_period_t T_IV
sec_rgy_plcy_pwd_flags_t T_IV
si quelqu'un a une idée à me suggérer