Subject: | Doesn't build under Ubuntu Hardy |
Date: | Sun, 09 Nov 2008 00:59:18 -0500 |
To: | bug-Krb4 [...] rt.cpan.org |
From: | Zev Benjamin <zev [...] cpan.org> |
The following patch to Makefile.PL lets it build:
--- /tmp/Makefile.PL.old 2008-11-09 00:58:00.000000000 -0500
+++ /tmp/Makefile.PL 2008-11-09 00:56:45.000000000 -0500
@@ -5,7 +5,7 @@
'NAME' => 'Authen::Krb4',
'VERSION_FROM' => 'Krb4.pm',
# Remove '-lresolv' if you're not using KTH Kerberos libraries
- 'LIBS' => ['-L/usr/local/krb4/lib -lkrb -ldes -lresolv'],
+ 'LIBS' => ['-L/usr/local/krb4/lib -lkrb4 -ldes425 -lresolv'],
'DEFINE' => '',
- 'INC' => '-I/usr/local/krb4/include'
+ 'INC' => '-I/usr/local/krb4/include -I/usr/include/kerberosIV'
);