Skip Menu |

This queue is for tickets about the Krb4 CPAN distribution.

Report information
The Basics
Id: 40773
Status: new
Priority: 0/
Queue: Krb4

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

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



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' );