<?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=4&amp;t=1105" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2013-07-11T20:26:46+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=4&amp;t=1105</id>
<entry>
<author><name><![CDATA[Zander]]></name></author>
<updated>2013-07-11T20:25:30+01:00</updated>
<published>2013-07-11T20:25:30+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4133#p4133</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4133#p4133"/>
<title type="html"><![CDATA[Re: [SOLVED] What are the prerequisite libraries, ppa's,,,,]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4133#p4133"><![CDATA[
<div class="quotetitle">Tom wrote:</div><div class="quotecontent"><br />Mmm...this looks like a question for password safe.<br /><br /><br /><!-- m --><a class="postlink" href="https://github.com/Yubico/yubikey-personalization/tree/master/ykcore">https://github.com/Yubico/yubikey-perso ... ter/ykcore</a><!-- m --><br /><br />This is the core, please refer to our GitHub for our software.<br /></div><br /><br /><br />Thank you Tom. The Password Safe team should have told me to pull ykcore into the build. Or perhaps it has fallen to me to tell others building Password Safe that ykcore is required if they want to their version to function with ub products.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2490">Zander</a> — Thu Jul 11, 2013 8:25 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tom]]></name></author>
<updated>2013-07-09T15:51:49+01:00</updated>
<published>2013-07-09T15:51:49+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4126#p4126</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4126#p4126"/>
<title type="html"><![CDATA[Re: [Q?] What are the prerequisite libraries, ppa's,,,,]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4126#p4126"><![CDATA[
Mmm...this looks like a question for password safe.<br /><br /><br /><!-- m --><a class="postlink" href="https://github.com/Yubico/yubikey-personalization/tree/master/ykcore">https://github.com/Yubico/yubikey-perso ... ter/ykcore</a><!-- m --><br /><br />This is the core, please refer to our GitHub for our software.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2195">Tom</a> — Tue Jul 09, 2013 3:51 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Zander]]></name></author>
<updated>2013-07-11T20:26:46+01:00</updated>
<published>2013-07-05T13:10:00+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4123#p4123</id>
<link href="https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4123#p4123"/>
<title type="html"><![CDATA[[SOLVED] What are the prerequisite libraries, ppa's,,,,]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=1105&amp;p=4123#p4123"><![CDATA[
Hi,<br /><br />May I ask what the prerequisites are for development in a GNU/Linux development environment?<br /><br />Specifically I aim to setup my xubuntu 12.04 LTS installation for yubico development. I recently received my first few yubi-keys subsequently I am new to the yubico paradigm. My first attempt at building a yubi-key enabled app was to download the source code for password safe from <a href="http://sourceforge.net/projects/passwordsafe/files/YubiKeyPasswordSafe/3.31Y/pwsafe-3.31Y-src.zip/download" class="postlink">sourceforge.net</a>.<br /><br />i have added the yubico repositories to my build environment with...<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">sudo add-apt-repository ppa:yubico/stable  &amp;&amp; sudo apt-get update</div> which ended successfully. Next I ran <div class="codetitle"><b>Code:</b></div><div class="codecontent">sudo apt-get install fakeroot g++ gettext make libuuid1 libwxgtk2.8-dev libwxgtk2.8-dbg libxerces-c-dev libxt-dev libxtst-dev git uuid-dev zip<br /></div> to meet the prerequisites set-forth in the password safe README.LINUX.DEVELOPERS.txt file. This line did end successfully.<br /><br />I also ran <div class="codetitle"><b>Code:</b></div><div class="codecontent">sudo apt-get install build-essentials</div> too.<br /><br />However when I run make in the top of the build-tree it ends with <div class="codetitle"><b>Code:</b></div><div class="codecontent">g++  -Wall  -I/usr/local/include/ykpers-1 -O0 -g -ggdb -DUNICODE -DDEBUG -c PWYubi.cpp -o ../../../obj/unicodedebug/os/PWYubi.o<br />PWYubi.cpp:17:20: fatal error: ykcore.h: No such file or directory<br />compilation terminated.<br />make&#91;2&#93;: *** &#91;../../../obj/unicodedebug/os/PWYubi.o&#93; Error 1<br />make&#91;2&#93;: Leaving directory `/home/alonzo/Application Builds/pwsafe-3.31Y-src/src/os/linux'<br />make&#91;1&#93;: *** &#91;unicodedebug&#93; Error 2<br />make&#91;1&#93;: Leaving directory `/home/alonzo/Application Builds/pwsafe-3.31Y-src/src/os/linux'<br />make: *** &#91;unicodedebug&#93; Error 2<br /></div><br /><br />Which looks like an error with the yubico library during the .o build phase? Specifically during the build phase involving PWYubi.o and the file ykcore.h which was not found. Perhaps ykcore.h was left out of the yubico repository? Or is ykcore.h developed in the password safe app (which seems unlikely with a name like ykcore.h)?<br /><br />please advise.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2490">Zander</a> — Fri Jul 05, 2013 1:10 pm</p><hr />
]]></content>
</entry>
</feed>