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