<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tucnak.nagano.cz/wiki/index.php?action=history&amp;feed=atom&amp;title=Howto_import_DL8EBW_database</id>
	<title>Howto import DL8EBW database - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tucnak.nagano.cz/wiki/index.php?action=history&amp;feed=atom&amp;title=Howto_import_DL8EBW_database"/>
	<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Howto_import_DL8EBW_database&amp;action=history"/>
	<updated>2026-04-30T22:54:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Howto_import_DL8EBW_database&amp;diff=515&amp;oldid=prev</id>
		<title>Dl5ybz: Mini howto to DL8EBW Database import in detail</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Howto_import_DL8EBW_database&amp;diff=515&amp;oldid=prev"/>
		<updated>2008-10-06T09:24:09Z</updated>

		<summary type="html">&lt;p&gt;Mini howto to DL8EBW Database import in detail&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=How to import the DL8EBW Database in Tucnak2=&lt;br /&gt;
(Tucnak Version 2.13..V2.15 , DL8EBW V240.dbf and V250.dbf tested)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Preface:&amp;#039;&amp;#039;&lt;br /&gt;
I found, that the way mentioned in the Wiki seems to be out dated  and it does not work for me running Tucnak2 V2.15, so I decided to add this short info to the wiki that my help others with the same problem getting started. My Tucnac  2.15 was compiled  from the .tar archive offered by Lada  running on Debian SID  just using the  &amp;quot;./configure&amp;quot; and &amp;quot;make&amp;quot;  way.--[[User:Dl5ybz|Dl5ybz]] 11:24, 6 October 2008 (CEST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
&lt;br /&gt;
* You need the Database file for Guy (DL8EBW), see http://www.dl8ebw.de/DATABASE/database.html for more infos   how to get it.&lt;br /&gt;
:After all, you will find a database file called VHF250.dbf after unpacking Guys archive  This is the .dbf file, we are aiming at.&lt;br /&gt;
&lt;br /&gt;
===What is the problem? ===&lt;br /&gt;
&lt;br /&gt;
This file must be copy to fixed place and should be called  &amp;quot;&amp;#039;&amp;#039;&amp;#039;vhf.dbf&amp;#039;&amp;#039;&amp;#039;&amp;quot;, otherwise tucnak  realize only nothing and imports nothing  to the contest database files, but how to find this location?&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===One way to find the magic place===&lt;br /&gt;
&lt;br /&gt;
* To find the folder to copy the DL8EBW&amp;#039;s database to,  you might take a look at Lada&amp;#039;s source code  &lt;br /&gt;
 -&amp;gt;  /tucnak..../src  -&amp;gt; File ebw.c   &lt;br /&gt;
is  good plase to start  .. at the end of the file you will see  the path expected :  &lt;br /&gt;
&lt;br /&gt;
 return load_ebw_from_file(cw, namedb, SHAREDIR&amp;quot;/vhf.dbf&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Notice:&amp;#039;&amp;#039;&amp;#039; SHAREDIR is  constant, NOT the name of the file  ..  so we have to find the declaration  of the  constant. SHAREDIR. Use the good old grep to do the job for you:&lt;br /&gt;
&lt;br /&gt;
 grep SHAREDIR *&lt;br /&gt;
&lt;br /&gt;
to scan all source code for SHAREDIR...  but no hit for a definition!?  Right...    SHAREDIR is set in the config file...  so step up from  ./ scr  one folder Look out for &amp;quot;&amp;#039;&amp;#039;&amp;#039;config.h&amp;#039;&amp;#039;&amp;#039;&amp;quot;   or just  use &amp;lt;grep SHAREDIR *&amp;gt; again..   and Bingo..   you will find something like  &lt;br /&gt;
 &lt;br /&gt;
 config.log:#define SHAREDIR &amp;quot;/usr/local/share/tucnak2&amp;quot; &lt;br /&gt;
&lt;br /&gt;
telling us that on my system the SHAREDIR is &amp;quot;/usr/local/share/tucnak2&amp;quot;.  This may differ from yours or from another version of tucnak.. and this is the reason why I explained  a possible (maybe not the best..) way to detect the right folder from the source and not just telling you to use &amp;quot;/usrlocal/share/tucnak2&amp;quot;  that may fail for you.&lt;br /&gt;
&lt;br /&gt;
=== So what I  have to do?===&lt;br /&gt;
&lt;br /&gt;
Move  the DL8EBW&amp;#039;s database file vhf250.dbf to the SHAREDIR &amp;quot;/usr/local/share/tucnak2&amp;quot; named as vhf.dbf !&lt;br /&gt;
Just chance directory to  the folder,  the orignal DL8EBW vhf250.dbf  is in and  copy the file by doing  &lt;br /&gt;
&lt;br /&gt;
 (inside the DL8EBW folder!) : cp ./vhf250.dbf   /usr/local/share/tucnak2/vhf.dbf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
(keep in mind.. the DL8EBW file name depends on the version of the database file... look for  &amp;quot;vhf2***.dbf&amp;quot; in general.) &lt;br /&gt;
&lt;br /&gt;
Now you can use the  &amp;#039;&amp;#039;&amp;#039;Edit Menu -&amp;gt; Import DL8EBW Datebase&amp;#039;&amp;#039;&amp;#039;  and you will see the updated tucnakcw file in your ~/tucnak folder.&lt;br /&gt;
&lt;br /&gt;
(the name import does not work for me? ..I don&amp;#039;t care about this never looked for the OP&amp;#039;s name in the test.. but this might be an bug...)&lt;/div&gt;</summary>
		<author><name>Dl5ybz</name></author>
	</entry>
</feed>