Checking if your kit is complete... Looks good Writing Makefile for File::LckPwdF cp LckPwdF.pm blib/lib/File/LckPwdF.pm /Users/cpanrun/pristine/5.8.7/bin/perl /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/xsubpp -prototypes -typemap /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/typemap -typemap typemap LckPwdF.xs > LckPwdF.xsc && mv LckPwdF.xsc LckPwdF.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" LckPwdF.c Running Mkbootstrap for File::LckPwdF () chmod 644 LckPwdF.bs rm -f blib/arch/auto/File/LckPwdF/LckPwdF.bundle LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 LckPwdF.o -o blib/arch/auto/File/LckPwdF/LckPwdF.bundle chmod 755 blib/arch/auto/File/LckPwdF/LckPwdF.bundle cp LckPwdF.bs blib/arch/auto/File/LckPwdF/LckPwdF.bs chmod 644 blib/arch/auto/File/LckPwdF/LckPwdF.bs Manifying blib/man3/File::LckPwdF.3 PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..1 Can't load 'blib/arch/auto/File/LckPwdF/LckPwdF.bundle' for module File::LckPwdF: dlopen(blib/arch/auto/File/LckPwdF/LckPwdF.bundle, 2): Symbol not found: _ulckpwdf Referenced from: blib/arch/auto/File/LckPwdF/LckPwdF.bundle Expected in: dynamic lookup at test.pl line 12 Compilation failed in require at test.pl line 12. BEGIN failed--compilation aborted at test.pl line 12 (#1) (F) The module you tried to load failed to load a dynamic extension. This may either mean that you upgraded your version of perl to one that is incompatible with your old dynamic extensions (which is known to happen between major versions of perl), or (more likely) that your dynamic extension was built against an older version of the library that is installed on your system. You may need to rebuild your old dynamic extensions. Uncaught exception from user code: Can't load 'blib/arch/auto/File/LckPwdF/LckPwdF.bundle' for module File::LckPwdF: dlopen(blib/arch/auto/File/LckPwdF/LckPwdF.bundle, 2): Symbol not found: _ulckpwdf Referenced from: blib/arch/auto/File/LckPwdF/LckPwdF.bundle Expected in: dynamic lookup at test.pl line 12 Compilation failed in require at test.pl line 12. BEGIN failed--compilation aborted at test.pl line 12. at test.pl line 12 not ok 1 make: *** [test_dynamic] Error 2