1. perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Audio::Scan 2. make cp lib/Audio/Scan.pm blib/lib/Audio/Scan.pm /usr/bin/perl5.12.0 /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap Scan.xs > Scan.xsc && mv Scan.xsc Scan.c Please specify prototyping behavior for Scan.xs (see perlxs manual) cc -c -I. -I.. -Isrc -Iinclude -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV -O2 -DVERSION=\"0.87\" -DXS_VERSION=\"0.87\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" -O2 -Wall -Wno-unused-value -Wno-format-security Scan.c Running Mkbootstrap for Audio::Scan () chmod 644 Scan.bs rm -f blib/arch/auto/Audio/Scan/Scan.so LD_RUN_PATH="/usr/lib" cc -shared -O2 Scan.o -o blib/arch/auto/Audio/Scan/Scan.so \ -lz \ chmod 755 blib/arch/auto/Audio/Scan/Scan.so cp Scan.bs blib/arch/auto/Audio/Scan/Scan.bs chmod 644 blib/arch/auto/Audio/Scan/Scan.bs 3. make test PERL_DL_NONLAZY=1 /usr/bin/perl5.12.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .......... ok t/02pod.t .......... skipped: set TEST_POD to enable this test t/03podcoverage.t .. skipped: set TEST_POD to enable this test t/04critic.t ....... skipped: Critic test only for developers. t/aac.t ............ ok t/aiff.t ........... ok t/asf.t ............ ok t/flac.t ........... ok t/mac.t ............ ok t/mp3.t ............ ok t/mp4.t ............ ok t/musepack.t ....... ok t/ogg.t ............ ok t/util.t ........... ok t/wav.t ............ ok t/wavpack.t ........ ok All tests successful. Files=16, Tests=1014, 1 wallclock secs ( 0.10 usr 0.00 sys + 0.74 cusr 0.07 csys = 0.91 CPU) Result: PASS 4. make DESTDIR=/public/perl/eis1_bin_5_12_audio-scan_0_87 install 5. strip -s /public/perl/eis1_bin_5_12_audio-scan_0_87/usr/lib/perl5/site_perl/5.12.0/i686-linux-thread-multi/auto/Audio/Scan/Scan.so 6. package files tar cvzf /public/eis1_bin_5_12_audio-scan_0_87.tgz /public/perl/eis1_bin_5_12_audio-scan_0_87/usr