Thank you.

I've tried to add a more verbose  testouput:

1. place attached file "importnames.t"
   to your local copy of GSSAPI at

   t/importnames.t

2. run

   prove -v t/importnames.t

   to start the new testand 

3. send output.

Example:



[EMAIL PROTECTED] ~/svn_GSSAPI/GSSAPI $ prove -v t/importnames.t
t/importnames....1..2
ok 1 - use GSSAPI;
ok 2 -  GSSAPI::Name->import( $name, '[EMAIL PROTECTED]'
ok
All tests successful.


Thank you,
Achim



On Friday 16 February 2007 20:38, you wrote:
> > 1. The complete output of
> >
> >    perl Makefile.PL
>
> perl Makefile.PL
>
> Welcome to GSSAPI.pm setup!
>
> run "perl Makefile.PL --help" to see further installation options
>
>
> ----------------------------------------------------------
> Searching krb5-config command...
>
> /usr/bin/krb5-config
>
> ----------------------------------------------------------
> using GSSAPI implementation
> Kerberos 5 release 1.4.3
>
>
> ----------------------------------------------------------
> Adding from your Perlinstallation ($Config{lddlflags}) to LDDLFLAGS
>
> -shared -L/usr/local/lib
>
> ----------------------------------------------------------
> Bypassing to LDDLFLAGS
>
> -shared -L/usr/local/lib -march=pentium2 -mtune=pentium2 -mmmx
>
> ----------------------------------------------------------
> Using LIBS
>
> -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -
> lresolv
>
> ----------------------------------------------------------
> Using INC includeconfiguration
>
>
>
> ----------------------------------------------------------
> Writing Makefile for GSSAPI
>
> > 2. The output (or log) of
> >
> >    make
>
> make
> cc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-
> strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -
> D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\" -
> fPIC "-I/usr/lib/perl/5.8/CORE"   GSSAPI.c
> Running Mkbootstrap for GSSAPI ()
> chmod 644 GSSAPI.bs
> rm -f blib/arch/auto/GSSAPI/GSSAPI.so
> LD_RUN_PATH="/usr/lib" cc  -shared -L/usr/local/lib -march=pentium2 -
> mtune=pentium2 -mmmx GSSAPI.o  -o blib/arch/auto/GSSAPI/GSSAPI.so  \
>             -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -
> lcom_err -lresolv          \
>
> chmod 755 blib/arch/auto/GSSAPI/GSSAPI.so
> cp GSSAPI.bs blib/arch/auto/GSSAPI/GSSAPI.bs
> chmod 644 blib/arch/auto/GSSAPI/GSSAPI.bs
> Manifying blib/man3/GSSAPI.3pm
> Manifying blib/man3/GSSAPI::OID::Set.3pm
> Manifying blib/man3/GSSAPI::OID.3pm
> Manifying blib/man3/GSSAPI::Status.3pm
>
>
>
>
> Hope that helps!
>
> Regards
>
> Flo

Attachment: importnames.t
Description: Perl program

Reply via email to