<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=3&amp;t=791" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2012-04-28T23:40:45+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=3&amp;t=791</id>
<entry>
<author><name><![CDATA[digininja]]></name></author>
<updated>2012-04-28T23:40:45+01:00</updated>
<published>2012-04-28T23:40:45+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=791&amp;p=3028#p3028</id>
<link href="https://forum.yubico.com/viewtopic.php?t=791&amp;p=3028#p3028"/>
<title type="html"><![CDATA[Re: ykdef.h missing on a Debian Squeeze install]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=791&amp;p=3028#p3028"><![CDATA[
Building from the git repo worked fine but I had to re-run the autoreconf.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1482">digininja</a> — Sat Apr 28, 2012 11:40 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[digininja]]></name></author>
<updated>2012-04-28T23:28:08+01:00</updated>
<published>2012-04-28T23:28:08+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=791&amp;p=3027#p3027</id>
<link href="https://forum.yubico.com/viewtopic.php?t=791&amp;p=3027#p3027"/>
<title type="html"><![CDATA[ykdef.h missing on a Debian Squeeze install]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=791&amp;p=3027#p3027"><![CDATA[
I'm trying to do a new install on a Debian server running Squeeze. I've got all the dependent packages installed along with yubico-c and yubico-c-client from git. When I try to build yubico-pam I get the following error:<br /><br />/usr/src/yubico-pam # make<br />  CC     pam_yubico_la-pam_yubico.lo<br />In file included from pam_yubico.c:44:<br />util.h:63:19: error: ykdef.h: No such file or directory<br />pam_yubico.c: In function ‘do_challenge_response’:<br />pam_yubico.c:475: error: ‘YK_FLAG_MAYBLOCK’ undeclared (first use in this function)<br />pam_yubico.c:475: error: (Each undeclared identifier is reported only once<br />pam_yubico.c:475: error: for each function it appears in.)<br />make: *** [pam_yubico_la-pam_yubico.lo] Error 1<br /><br />Google shows that ykdef.h was included in yubikey-core which is now deprecated in favour of yubikey-personalization ( <!-- m --><a class="postlink" href="http://code.google.com/p/yubikey-core/">http://code.google.com/p/yubikey-core/</a><!-- m --> ). The version of this package in Debian Squeeze is:<br /><br />[2011-01-26] Accepted 1.3.2-1squeeze1 in testing-proposed-updates (high) (Tollef Fog Heen)<br /><br />Which doesn't contain that file:<br /><br />root@silvanesti:/var/cache/apt/archives # dpkg -c yubikey-personalization_1.3.2-1squeeze1_i386.deb <br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/bin/<br />-rwxr-xr-x root/root     18968 2011-01-26 14:36 ./usr/bin/ykpersonalize<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/share/<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/share/man/<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/share/man/man1/<br />-rw-r--r-- root/root      3029 2011-01-26 14:36 ./usr/share/man/man1/ykpersonalize.1.gz<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/share/doc/<br />drwxr-xr-x root/root         0 2011-01-26 14:36 ./usr/share/doc/yubikey-personalization/<br />-rw-r--r-- root/root       943 2011-01-26 14:36 ./usr/share/doc/yubikey-personalization/changelog.Debian.gz<br />-rw-r--r-- root/root      1979 2011-01-26 14:36 ./usr/share/doc/yubikey-personalization/copyright<br />-rw-r--r-- root/root        69 2010-01-11 12:41 ./usr/share/doc/yubikey-personalization/README<br />-rw-r--r-- root/root      1665 2010-03-12 15:31 ./usr/share/doc/yubikey-personalization/NEWS.gz<br />-rw-r--r-- root/root      6295 2010-03-12 15:31 ./usr/share/doc/yubikey-personalization/changelog.gz<br />-rw-r--r-- root/root      2062 2010-01-11 12:41 ./usr/share/doc/yubikey-personalization/ReadMe.wiki.gz<br />-rw-r--r-- root/root      1798 2010-01-11 12:41 ./usr/share/doc/yubikey-personalization/UsbhidIssue.wiki<br />-rw-r--r-- root/root      1259 2010-01-11 12:41 ./usr/share/doc/yubikey-personalization/MakeRelease.wiki<br /><br />I don't know if this is something that should be reported here or to Debian but figured it was worth posting this just in case anyone else hit this problem. I'm going to try installing the package from the git repo instead to see if that fixes it.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=1482">digininja</a> — Sat Apr 28, 2012 11:28 pm</p><hr />
]]></content>
</entry>
</feed>