eisseven > tar xzf Krb5-1.9.tar.gz eisseven > cd Krb5-1.9 eisseven > perl Makefile.PL Checking for libk5crypto...no. I'll use libcrypto instead. Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lkrb5 Writing Makefile for Authen::Krb5 eisseven > tar xzf Krb5-1.9.tar.gz eisseven > cd /usr/src/perl/ eisseven > perl Makefile.PL Can't open perl script "Makefile.PL": No such file or directory eisseven > cd Krb5-1.9 eisseven > perl Makefile.PL Checking for libk5crypto...yes Checking if your kit is complete... Looks good Writing Makefile for Authen::Krb5 eisseven > make cp Krb5.pm blib/lib/Authen/Krb5.pm AutoSplitting blib/lib/Authen/Krb5.pm (blib/lib/auto/Authen/Krb5) /usr/bin/perl /usr/lib/perl5/5.12.0/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.12.0/ExtUtils/typemap -typemap typemap Krb5.xs > Krb5.xsc && mv Krb5.xsc Krb5.c Please specify prototyping behavior for Krb5.xs (see perlxs manual) cc -c -I/usr/include -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=\"1.9\" -DXS_VERSION=\"1.9\" -fPIC "-I/usr/lib/perl5/5.12.0/i686-linux-thread-multi/CORE" Krb5.c Running Mkbootstrap for Authen::Krb5 () chmod 644 Krb5.bs rm -f blib/arch/auto/Authen/Krb5/Krb5.so LD_RUN_PATH="/usr/lib" cc -shared -O2 Krb5.o -o blib/arch/auto/Authen/Krb5/Krb5.so \ -L/usr/lib -lkrb5 -lk5crypto -lcom_err -lresolv \ chmod 755 blib/arch/auto/Authen/Krb5/Krb5.so cp Krb5.bs blib/arch/auto/Authen/Krb5/Krb5.bs chmod 644 blib/arch/auto/Authen/Krb5/Krb5.bs eisseven > make test No tests defined for Authen::Krb5 extension.