Skip Menu |

This queue is for tickets about the Authen-Krb5-Simple CPAN distribution.

Report information
The Basics
Id: 33679
Status: new
Priority: 0/
Queue: Authen-Krb5-Simple

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.40
Fixed in: (no value)



Subject: Cannot build on FreeBSD
It seems that the Makefile.PL cannot find the required libraries on my amd-freebsd-6.2 system: $ perl Makefile.PL Can't build and link to 'krb5', 'k5crypto' But the libraries are really there: $ ls -alL /usr/local/lib/libkrb5.so /usr/local/lib/libk5crypto.so -r--r--r-- 1 root wheel 172319 Feb 29 01:17 /usr/local/lib/libk5crypto.so -r--r--r-- 1 root wheel 723637 Feb 29 01:17 /usr/local/lib/libkrb5.so I suspect it's some kind of Devel::CheckLib problem. Regards, Slaven