Przeglądaj źródła

Ticket #48348 - Running /usr/sbin/setup-ds.pl fails with Can't locate bigint.pm, plus two warnings

Description: bigint.pm is deprecated and no longer packaged in perl-5.22.0
on FC23.  This patch replaces bigint with more basic Math::BigInt.

https://fedorahosted.org/389/ticket/48348

Reviewed by [email protected] and [email protected] (Thank you, Rich and William!!)
Noriko Hosoi 10 lat temu
rodzic
commit
dfc9ad00a6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ldap/admin/src/scripts/50fixNsState.pl

+ 1 - 1
ldap/admin/src/scripts/50fixNsState.pl

@@ -4,7 +4,7 @@ use Mozilla::LDAP::Utils qw(normalizeDN);
 use Mozilla::LDAP::API qw(:constant ldap_url_parse ldap_explode_dn);
 use DSUtil qw(debug);
 use Config;
-use bigint;
+use Math::BigInt;
 
 # # Determine the endianness of your system
 my $packfmt32 = "VVA6vCx3"; # must be 20 bytes