Package: perl Version: 5.8.7-5 Severity: important Tags: patch
rcconf fails to start up because it can not find stddef.ph in /usr/lib/perl/5.8/bits/types.ph line 10. I fixed this by changing that line to linux/stddef.ph -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages perl depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Libraries [ ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime ii perl-base 5.8.7-5 The Pathologically Eclectic Rubbis ii perl-modules 5.8.7-5 Core Perl modules Versions of packages perl recommends: pn perl-doc <none> (no description available) -- no debconf information
10c10 < require 'stddef.ph'; --- > require 'linux/stddef.ph';

