<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/purebiblesearch/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/purebiblesearch/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 05 Oct 2025 16:47:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/purebiblesearch/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Interface with other Bible versions</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/458c1aae40/?limit=25#8d37/2368/4888/1c40</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For this topic, it's best to discuss via private email, rather than to have it posted here in the SourceForge discussion forums.  In the KJPBS, go to Help-&amp;gt;About (or press F1) to bring up the "About" dialog.  On that dialog, click the "License" button at the bottom to bring up the "License" dialog.  On that dialog, locate the URL for my personal website near the bottom where it says "Contact".  Use that URL to navigate to my personal website.  On my personal website, click on the "Contact" link at the top navigation bar.  Use the details there to locate my private email address and use that to email me directly.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Donna Whisnant</dc:creator><pubDate>Sun, 05 Oct 2025 16:47:34 -0000</pubDate><guid>https://sourceforge.net70c0439c4641d9ddb6220af403a11dbe8cfba096</guid></item><item><title>Interface with other Bible versions</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/458c1aae40/?limit=25#8d37/2368</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The KJPBS code search logic isn't tied to a specific Bible translation, but legal copyrights and such prohibit supplying the data for those other translations.  This tool's primary purpose is to explore the numerical patterns in the King James text and not so much a generic Bible reading/study app.  Most all of these other Bible translations require licensing, and in some cases usage fees, with the copyright holders and as such isn't in the scope of design for this app.&lt;/p&gt;
&lt;p&gt;Other users have, however, taken the data for other translations and have used the KJPBS code search logic to compare numerical patterns in these other Bible texts to prove that the King James is the only one that's divinely inspired.  To do this, you would need to build KJPBS database files for the desired text you wish to explore.&lt;/p&gt;
&lt;p&gt;While the KJPBS database format is unique to KJPBS and is purpose-built for doing numerical counting of the text, the source code for the app, as posted, has tools to convert from upstream OSIS (Open Scripture Information Standard) XML format into KJPBS format and is how the data for the King James text in this app was created.  You could compile the KJPBS source yourself and use those tools to create whatever source data you wish to search.&lt;/p&gt;
&lt;p&gt;In short, the data for a specific Bible text is converted into a list of unique words with per-verse templates on how to render the text.  The actual human-readable text isn't in the KJPBS database files, as KJPBS doesn't actually do any "searching".  It already knows exactly where every word in the text is located and the app is simply a filter that lets you view those counts for specific words and sequences of words from the text.  In other words, you can't just give it a giant text file and have it do word counts from that text.  All of the counting is actually done in the process of making the database file for KJPBS and the app is just the tool to view it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Donna Whisnant</dc:creator><pubDate>Fri, 03 Oct 2025 17:05:14 -0000</pubDate><guid>https://sourceforge.netef72be8c9893eeac87d09ef8703fdbb486f39bd8</guid></item><item><title>Interface with other Bible versions</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/458c1aae40/?limit=25#8d37</link><description>&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;    Are there versions of this GUI that can interface with other Bible versions ie Catholic, NIV, JW etc
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruce Davenport</dc:creator><pubDate>Mon, 29 Sep 2025 18:02:21 -0000</pubDate><guid>https://sourceforge.net37628d312dc763db9f9b8eb8c4dcf282dca260be</guid></item><item><title>LINUX UPDATES</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/78efca0fab/?limit=25#b353/5e84</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for the input.  What you outline for the "Fix on end-user machine" I have had posted on the purebiblesearch.com website instructions for quite a while now.&lt;/p&gt;
&lt;p&gt;And yes, Linux distros have been steadily moving away from LSB, and KJPBS has been moving away from it too.  The current "official production release" of KJPBS, as posted on purebiblesearch.com, is about 12-years old now.&lt;/p&gt;
&lt;p&gt;My newer releases of KJPBS are moving away from a system-package style installer, which used LSB to meet system package dependencies, to use an &lt;code&gt;AppImage&lt;/code&gt; instead.  Alpha-Snapshot releases of it are already available, which also include many new features that have been added to KJPBS over the last 12-years, such as ELSSearch, for example.&lt;/p&gt;
&lt;p&gt;These Alpha-Snapshot releases are posted on my GitHub KJPBS repo, rather than SourceForge.  Ever since the Chaos Monkey got loose inside of SourceForge, I have diversified the KJPBS source to have multiple hosts, like GitHub, in addition to SourceForge.  However, posting of release snapshots is generally more convenient on GitHub and so that's where I've been posting them instead of on SourceForge.  The source code, however, is sync'd and pushed to all of my upstream repo hosts.&lt;/p&gt;
&lt;p&gt;You can find the snapshots at this link:  &lt;a href="https://github.com/dewhisna/KingJamesPureBibleSearch/releases" rel="nofollow"&gt;https://github.com/dewhisna/KingJamesPureBibleSearch/releases&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Simply follow the instructions posted there for each platform.  For Linux, it's really just a matter of making the AppImage executable and running it.  There are, however, a few notes on how to copy over some of the features in the Windows and MacOS alpha-snapshots into the Linux one, if you want to experiment with all of the latest features.  This is needed because the Linux build is built via CI on a Jenkins build server and only includes things formally released to source control, whereas the Windows and MacOS snapshots are still hand-built and include things like experimental databases that aren't formally released yet.&lt;/p&gt;
&lt;p&gt;In any case, these snapshots are much newer than the "official release" on purebiblesearch.com, with the latest snapshot being from June 28, 2025, so just a few months ago.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Donna Whisnant</dc:creator><pubDate>Thu, 28 Aug 2025 16:59:42 -0000</pubDate><guid>https://sourceforge.netd386a02787f33a8e75c52c09db8b877517373675</guid></item><item><title>LINUX UPDATES</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/78efca0fab/?limit=25#b353</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Subject: Pure Bible Search – Linux LSB Loader Issue Caused 404 / “File Not Found”&lt;/p&gt;
&lt;p&gt;Dear Sir / Madam,&lt;/p&gt;
&lt;p&gt;I recently installed King James Pure Bible Search on Ubuntu 24.04 using the&lt;br/&gt;
“.run” package (kjvpurebiblesearch-3.0.0-2.x86_64.run).&lt;br/&gt;
Everything extracted cleanly, but on attempting to launch the program I&lt;br/&gt;
received:&lt;/p&gt;
&lt;p&gt;bash: ./KingJamesPureBibleSearch: cannot execute: required file not found&lt;br/&gt;
  ldd revealed: /lib64/ld-lsb-x86-64.so.3 =&amp;gt; /lib64/ld-linux-x86-64.so.2&lt;/p&gt;
&lt;p&gt;Modern glibc distributions (Ubuntu 22+ and derivatives) no longer provide the&lt;br/&gt;
“ld-lsb-x86-64.so.3” symlink that your binaries link against.&lt;/p&gt;
&lt;p&gt;Fix on end-user machine&lt;br/&gt;
 - sudo ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3&lt;/p&gt;
&lt;p&gt;Permanent fix for future releases&lt;br/&gt;
 - add a single linker flag at build-time:&lt;br/&gt;
  g++ … -Wl,--dynamic-linker=/lib64/ld-linux-x86-64.so.2&lt;br/&gt;
  or in CMake:&lt;br/&gt;
  set(CMAKE_EXE_LINKER_FLAGS "-Wl,--dynamic-linker=/lib64/ld-linux-x86-64.so.2")&lt;/p&gt;
&lt;p&gt;Using the standard interpreter removes any dependence on the deprecated&lt;br/&gt;
LSB loader and eliminates this error for all current and future Linux users.&lt;/p&gt;
&lt;p&gt;Would you consider applying the flag in your next build?&lt;br/&gt;
Thank you for producing this excellent piece of software.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;James&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">james</dc:creator><pubDate>Thu, 28 Aug 2025 16:09:14 -0000</pubDate><guid>https://sourceforge.net9b27fbfc363f9063af479846f28ffd9d3c18992a</guid></item><item><title>ELS new feature</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/881180c5ce/?limit=25#a3a2/2372</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Correct.  The pre-production alpha snapshot versions of KJPBS are posted on GitHub instead of SourceForge.  Here's the link where they can be downloaded:&lt;br/&gt;
&lt;a href="https://github.com/dewhisna/KingJamesPureBibleSearch/releases" rel="nofollow"&gt;https://github.com/dewhisna/KingJamesPureBibleSearch/releases&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As of this posting, the latest snapshot was two days ago on 2025-06-28.&lt;/p&gt;
&lt;p&gt;You can also check the exact version of KJPBS you are using from the "About Box" in the app.  Alpha snapshots will be labeled with something like "v3.0-1358-g03692d23", which means 1358 code commits past the v3.0 tagged release at the git hash that starts with "03692d23", which can take you to the exact point in the source code for that release.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Donna Whisnant</dc:creator><pubDate>Tue, 01 Jul 2025 02:19:06 -0000</pubDate><guid>https://sourceforge.netdf68c3c523062355543941c8cf6a0de22dece56a</guid></item><item><title>ELS new feature</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/881180c5ce/?limit=25#a3a2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;English ELS new feature added. To access go to 'Window' on the new version. It will show up under 'Open Search Windows'. If there is nothint under 'Open Search Windows' then it is not the 2025 version of KING JAMES  Pure BIBLE Search&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Neal Ryan</dc:creator><pubDate>Tue, 01 Jul 2025 00:13:31 -0000</pubDate><guid>https://sourceforge.net36b0eb541f7f3b67c456687f1e423edc4809f768</guid></item><item><title>Error in the 1611 Online database</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/7e892c3920/?limit=25#8208</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello there, just reporting a discrepancy in the 1611 online database. It has James 1:22 as "receiuing" rather than "decieuing".  The this would be the 66th mention of "decieu*" by the way lol.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Franklin</dc:creator><pubDate>Sat, 29 Mar 2025 04:41:10 -0000</pubDate><guid>https://sourceforge.net1a2ba2a8d3d29dcbdebfef338320be1691a84611</guid></item><item><title>The Apocrypha: Feature Request</title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/bf381c0005/?limit=25#b1fa</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I humbly second this request and in the order that it is given in the 1611/1769.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dale Franklin</dc:creator><pubDate>Sat, 29 Mar 2025 02:37:15 -0000</pubDate><guid>https://sourceforge.net60fb897aa348860e8139ff7fd70c25253b84bb3c</guid></item><item><title>Counts of the Italic Words </title><link>https://sourceforge.net/p/purebiblesearch/discussion/general/thread/c65d5352b4/?limit=25#2d84/e468/5169/1f50/fab6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you, I'm going to try it first before I bother you further. Thanks so much.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kimberly Palmer</dc:creator><pubDate>Wed, 08 Jan 2025 04:09:05 -0000</pubDate><guid>https://sourceforge.netd0519be1ee77c593512419091988a46a9a89a668</guid></item></channel></rss>